Searched refs:profile_event_register (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.h82 int profile_event_register(enum profile_type, struct notifier_block * n);
124 static inline int profile_event_register(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.c155 err = profile_event_register(PROFILE_TASK_EXIT, &task_exit_nb);
158 err = profile_event_register(PROFILE_MUNMAP, &munmap_nb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dprofile.c174 int profile_event_register(enum profile_type type, struct notifier_block *n) function
191 EXPORT_SYMBOL_GPL(profile_event_register); variable

Completed in 80 milliseconds