Searched refs:tep_unregister_print_function (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/tools/lib/traceevent/plugins/ |
D | plugin_jbd2.c | 56 tep_unregister_print_function(tep, process_jbd2_dev_to_name, in TEP_PLUGIN_UNLOADER() 59 tep_unregister_print_function(tep, process_jiffies_to_msecs, in TEP_PLUGIN_UNLOADER()
|
D | plugin_cfg80211.c | 41 tep_unregister_print_function(tep, process___le16_to_cpup, in TEP_PLUGIN_UNLOADER()
|
D | plugin_xen.c | 136 tep_unregister_print_function(tep, process_xen_hypercall_name, in TEP_PLUGIN_UNLOADER()
|
D | plugin_scsi.c | 432 tep_unregister_print_function(tep, process_scsi_trace_parse_cdb, in TEP_PLUGIN_UNLOADER()
|
D | plugin_kvm.c | 525 tep_unregister_print_function(tep, process_is_writable_pte, in TEP_PLUGIN_UNLOADER()
|
/linux-6.1.9/tools/lib/traceevent/Documentation/ |
D | libtraceevent-reg_print_func.txt | 6 tep_register_print_function,tep_unregister_print_function - 27 int *tep_unregister_print_function*(struct tep_handle pass:[*]_tep_, tep_func_handler _func_, char … 115 if (tep_unregister_print_function(tep, yes_no_helper, "yesno") != 0) {
|
D | libtraceevent.txt | 40 …int *tep_unregister_print_function*(struct tep_handle pass:[*]_tep_, tep_func_handler _func_, char…
|
/linux-6.1.9/tools/lib/traceevent/ |
D | event-parse.h | 511 int tep_unregister_print_function(struct tep_handle *tep,
|
D | event-parse.c | 7285 int tep_unregister_print_function(struct tep_handle *tep, in tep_unregister_print_function() function
|