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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dprofile.h76 int profile_event_unregister(enum profile_type, struct notifier_block * n);
103 static inline int profile_event_unregister(enum profile_type t, struct notifier_block * n) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/oprofile/
H A Dbuffer_sync.c168 profile_event_unregister(PROFILE_MUNMAP, &munmap_nb);
170 profile_event_unregister(PROFILE_TASK_EXIT, &task_exit_nb);
182 profile_event_unregister(PROFILE_MUNMAP, &munmap_nb);
183 profile_event_unregister(PROFILE_TASK_EXIT, &task_exit_nb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dprofile.c164 int profile_event_unregister(enum profile_type type, struct notifier_block * n) function
206 EXPORT_SYMBOL_GPL(profile_event_unregister); variable

Completed in 53 milliseconds