Searched refs:tep_unregister_event_handler (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/tools/lib/traceevent/plugins/ |
| D | plugin_kmem.c | 77 tep_unregister_event_handler(tep, -1, "kmem", "kfree", in TEP_PLUGIN_UNLOADER() 80 tep_unregister_event_handler(tep, -1, "kmem", "kmalloc", in TEP_PLUGIN_UNLOADER() 83 tep_unregister_event_handler(tep, -1, "kmem", "kmalloc_node", in TEP_PLUGIN_UNLOADER() 86 tep_unregister_event_handler(tep, -1, "kmem", "kmem_cache_alloc", in TEP_PLUGIN_UNLOADER() 89 tep_unregister_event_handler(tep, -1, "kmem", in TEP_PLUGIN_UNLOADER() 93 tep_unregister_event_handler(tep, -1, "kmem", "kmem_cache_free", in TEP_PLUGIN_UNLOADER()
|
| D | plugin_kvm.c | 492 tep_unregister_event_handler(tep, -1, "kvm", "kvm_exit", in TEP_PLUGIN_UNLOADER() 495 tep_unregister_event_handler(tep, -1, "kvm", "kvm_emulate_insn", in TEP_PLUGIN_UNLOADER() 498 tep_unregister_event_handler(tep, -1, "kvm", "kvm_nested_vmexit", in TEP_PLUGIN_UNLOADER() 501 tep_unregister_event_handler(tep, -1, "kvm", "kvm_nested_vmexit_inject", in TEP_PLUGIN_UNLOADER() 504 tep_unregister_event_handler(tep, -1, "kvmmmu", "kvm_mmu_get_page", in TEP_PLUGIN_UNLOADER() 507 tep_unregister_event_handler(tep, -1, "kvmmmu", "kvm_mmu_sync_page", in TEP_PLUGIN_UNLOADER() 510 tep_unregister_event_handler(tep, -1, in TEP_PLUGIN_UNLOADER() 514 tep_unregister_event_handler(tep, -1, "kvmmmu", "kvm_mmu_zap_page", in TEP_PLUGIN_UNLOADER() 517 tep_unregister_event_handler(tep, -1, "kvmmmu", in TEP_PLUGIN_UNLOADER()
|
| D | plugin_sched_switch.c | 153 tep_unregister_event_handler(tep, -1, "sched", "sched_switch", in TEP_PLUGIN_UNLOADER() 156 tep_unregister_event_handler(tep, -1, "sched", "sched_wakeup", in TEP_PLUGIN_UNLOADER() 159 tep_unregister_event_handler(tep, -1, "sched", "sched_wakeup_new", in TEP_PLUGIN_UNLOADER()
|
| D | plugin_hrtimer.c | 83 tep_unregister_event_handler(tep, -1, in TEP_PLUGIN_UNLOADER() 87 tep_unregister_event_handler(tep, -1, "timer", "hrtimer_start", in TEP_PLUGIN_UNLOADER()
|
| D | plugin_mac80211.c | 100 tep_unregister_event_handler(tep, -1, "mac80211", in TEP_PLUGIN_UNLOADER()
|
| D | plugin_function.c | 181 tep_unregister_event_handler(tep, -1, "ftrace", "function", in TEP_PLUGIN_UNLOADER()
|
| /Linux-v5.4/tools/lib/traceevent/Documentation/ |
| D | libtraceevent-reg_event_handler.txt | 6 tep_register_event_handler, tep_unregister_event_handler - Register / 21 int *tep_unregister_event_handler*(struct tep_handle pass:[*]tep, int id, const char pass:[*]sys_na… 114 ret = tep_unregister_event_handler(tep, -1, "timer", "hrtimer_expire_entry",
|
| D | libtraceevent.txt | 37 …int *tep_unregister_event_handler*(struct tep_handle pass:[*]tep, int id, const char pass:[*]sys_n…
|
| /Linux-v5.4/tools/lib/traceevent/ |
| D | event-parse.h | 499 int tep_unregister_event_handler(struct tep_handle *tep, int id,
|
| D | event-parse.c | 6877 int tep_unregister_event_handler(struct tep_handle *tep, int id, in tep_unregister_event_handler() function
|