Home
last modified time | relevance | path

Searched refs:tep_unregister_print_function (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/tools/lib/traceevent/plugins/
Dplugin_jbd2.c56 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()
Dplugin_cfg80211.c41 tep_unregister_print_function(tep, process___le16_to_cpup, in TEP_PLUGIN_UNLOADER()
Dplugin_xen.c136 tep_unregister_print_function(tep, process_xen_hypercall_name, in TEP_PLUGIN_UNLOADER()
Dplugin_scsi.c432 tep_unregister_print_function(tep, process_scsi_trace_parse_cdb, in TEP_PLUGIN_UNLOADER()
Dplugin_kvm.c525 tep_unregister_print_function(tep, process_is_writable_pte, in TEP_PLUGIN_UNLOADER()
/linux-6.1.9/tools/lib/traceevent/Documentation/
Dlibtraceevent-reg_print_func.txt6 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) {
Dlibtraceevent.txt40 …int *tep_unregister_print_function*(struct tep_handle pass:[*]_tep_, tep_func_handler _func_, char…
/linux-6.1.9/tools/lib/traceevent/
Devent-parse.h511 int tep_unregister_print_function(struct tep_handle *tep,
Devent-parse.c7285 int tep_unregister_print_function(struct tep_handle *tep, in tep_unregister_print_function() function