Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dprofile.h85 int profile_event_unregister(enum profile_type, struct notifier_block * n);
128 static inline int profile_event_unregister(enum profile_type t, struct notifier_block * n) in profile_event_unregister() function
/Linux-v5.4/drivers/oprofile/
Dbuffer_sync.c179 profile_event_unregister(PROFILE_MUNMAP, &munmap_nb); in sync_start()
181 profile_event_unregister(PROFILE_TASK_EXIT, &task_exit_nb); in sync_start()
195 profile_event_unregister(PROFILE_MUNMAP, &munmap_nb); in sync_stop()
196 profile_event_unregister(PROFILE_TASK_EXIT, &task_exit_nb); in sync_stop()
/Linux-v5.4/kernel/
Dprofile.c189 int profile_event_unregister(enum profile_type type, struct notifier_block *n) in profile_event_unregister() function
206 EXPORT_SYMBOL_GPL(profile_event_unregister);