Searched refs:profile_event_unregister (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dprofile.h83 int profile_event_unregister(enum profile_type, struct notifier_block * n);
129 static inline int profile_event_unregister(enum profile_type t, struct notifier_block * n) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/oprofile/
H A Dbuffer_sync.c171 profile_event_unregister(PROFILE_MUNMAP, &munmap_nb);
173 profile_event_unregister(PROFILE_TASK_EXIT, &task_exit_nb);
188 profile_event_unregister(PROFILE_MUNMAP, &munmap_nb);
189 profile_event_unregister(PROFILE_TASK_EXIT, &task_exit_nb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dprofile.c193 int profile_event_unregister(enum profile_type type, struct notifier_block *n) function
210 EXPORT_SYMBOL_GPL(profile_event_unregister); variable

Completed in 134 milliseconds