Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dprofile.h84 int profile_event_unregister(enum profile_type, struct notifier_block * n);
127 static inline int profile_event_unregister(enum profile_type t, struct notifier_block * n) in profile_event_unregister() function
/linux-4.1.27/drivers/oprofile/
Dbuffer_sync.c177 profile_event_unregister(PROFILE_MUNMAP, &munmap_nb); in sync_start()
179 profile_event_unregister(PROFILE_TASK_EXIT, &task_exit_nb); in sync_start()
193 profile_event_unregister(PROFILE_MUNMAP, &munmap_nb); in sync_stop()
194 profile_event_unregister(PROFILE_TASK_EXIT, &task_exit_nb); in sync_stop()
/linux-4.1.27/kernel/
Dprofile.c185 int profile_event_unregister(enum profile_type type, struct notifier_block *n) in profile_event_unregister() function
202 EXPORT_SYMBOL_GPL(profile_event_unregister);