Home
last modified time | relevance | path

Searched refs:tep_unregister_event_handler (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/tools/lib/traceevent/plugins/
H A Dplugin_kmem.c62 tep_unregister_event_handler(tep, -1, "kmem", "kfree", in TEP_PLUGIN_UNLOADER()
65 tep_unregister_event_handler(tep, -1, "kmem", "kmalloc", in TEP_PLUGIN_UNLOADER()
68 tep_unregister_event_handler(tep, -1, "kmem", "kmalloc_node", in TEP_PLUGIN_UNLOADER()
71 tep_unregister_event_handler(tep, -1, "kmem", "kmem_cache_alloc", in TEP_PLUGIN_UNLOADER()
74 tep_unregister_event_handler(tep, -1, "kmem", in TEP_PLUGIN_UNLOADER()
78 tep_unregister_event_handler(tep, -1, "kmem", "kmem_cache_free", in TEP_PLUGIN_UNLOADER()
H A Dplugin_kvm.c496 tep_unregister_event_handler(tep, -1, "kvm", "kvm_exit", in TEP_PLUGIN_UNLOADER()
499 tep_unregister_event_handler(tep, -1, "kvm", "kvm_emulate_insn", in TEP_PLUGIN_UNLOADER()
502 tep_unregister_event_handler(tep, -1, "kvm", "kvm_nested_vmexit", in TEP_PLUGIN_UNLOADER()
505 tep_unregister_event_handler(tep, -1, "kvm", "kvm_nested_vmexit_inject", in TEP_PLUGIN_UNLOADER()
508 tep_unregister_event_handler(tep, -1, "kvmmmu", "kvm_mmu_get_page", in TEP_PLUGIN_UNLOADER()
511 tep_unregister_event_handler(tep, -1, "kvmmmu", "kvm_mmu_sync_page", in TEP_PLUGIN_UNLOADER()
514 tep_unregister_event_handler(tep, -1, in TEP_PLUGIN_UNLOADER()
518 tep_unregister_event_handler(tep, -1, "kvmmmu", "kvm_mmu_zap_page", in TEP_PLUGIN_UNLOADER()
521 tep_unregister_event_handler(tep, -1, "kvmmmu", in TEP_PLUGIN_UNLOADER()
H A Dplugin_sched_switch.c138 tep_unregister_event_handler(tep, -1, "sched", "sched_switch", in TEP_PLUGIN_UNLOADER()
141 tep_unregister_event_handler(tep, -1, "sched", "sched_wakeup", in TEP_PLUGIN_UNLOADER()
144 tep_unregister_event_handler(tep, -1, "sched", "sched_wakeup_new", in TEP_PLUGIN_UNLOADER()
H A Dplugin_hrtimer.c68 tep_unregister_event_handler(tep, -1, in TEP_PLUGIN_UNLOADER()
72 tep_unregister_event_handler(tep, -1, "timer", "hrtimer_start", in TEP_PLUGIN_UNLOADER()
H A Dplugin_tlb.c63 tep_unregister_event_handler(tep, -1, in TEP_PLUGIN_UNLOADER()
H A Dplugin_mac80211.c85 tep_unregister_event_handler(tep, -1, "mac80211", in TEP_PLUGIN_UNLOADER()
H A Dplugin_futex.c121 tep_unregister_event_handler(tep, -1, "syscalls", "sys_enter_futex", in TEP_PLUGIN_UNLOADER()
H A Dplugin_function.c268 tep_unregister_event_handler(tep, -1, "ftrace", "function", in TEP_PLUGIN_UNLOADER()
/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A Dlibtraceevent-reg_event_handler.txt6 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",
H A Dlibtraceevent.txt37 …int *tep_unregister_event_handler*(struct tep_handle pass:[*]tep, int id, const char pass:[*]sys_n…
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Devent-parse.h503 int tep_unregister_event_handler(struct tep_handle *tep, int id,
H A Devent-parse.c7407 int tep_unregister_event_handler(struct tep_handle *tep, int id, in tep_unregister_event_handler() function