profile_event_unregister  179 drivers/oprofile/buffer_sync.c 	profile_event_unregister(PROFILE_MUNMAP, &munmap_nb);
profile_event_unregister  181 drivers/oprofile/buffer_sync.c 	profile_event_unregister(PROFILE_TASK_EXIT, &task_exit_nb);
profile_event_unregister  195 drivers/oprofile/buffer_sync.c 	profile_event_unregister(PROFILE_MUNMAP, &munmap_nb);
profile_event_unregister  196 drivers/oprofile/buffer_sync.c 	profile_event_unregister(PROFILE_TASK_EXIT, &task_exit_nb);
profile_event_unregister   85 include/linux/profile.h int profile_event_unregister(enum profile_type, struct notifier_block * n);
profile_event_unregister  206 kernel/profile.c EXPORT_SYMBOL_GPL(profile_event_unregister);