Searched refs:profile_event_register (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.h75 int profile_event_register(enum profile_type, struct notifier_block * n);
98 static inline int profile_event_register(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.c155 err = profile_event_register(PROFILE_TASK_EXIT, &task_exit_nb);
158 err = profile_event_register(PROFILE_MUNMAP, &munmap_nb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dprofile.c145 int profile_event_register(enum profile_type type, struct notifier_block * n) function
205 EXPORT_SYMBOL_GPL(profile_event_register); variable

Completed in 103 milliseconds