Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/traceevent/plugins/
H A 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()
H A Dplugin_cfg80211.c41 tep_unregister_print_function(tep, process___le16_to_cpup, in TEP_PLUGIN_UNLOADER()
H A Dplugin_xen.c136 tep_unregister_print_function(tep, process_xen_hypercall_name, in TEP_PLUGIN_UNLOADER()
H A Dplugin_scsi.c432 tep_unregister_print_function(tep, process_scsi_trace_parse_cdb, in TEP_PLUGIN_UNLOADER()
H A Dplugin_kvm.c525 tep_unregister_print_function(tep, process_is_writable_pte, in TEP_PLUGIN_UNLOADER()
/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A 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) {
H A Dlibtraceevent.txt40 …int *tep_unregister_print_function*(struct tep_handle pass:[*]_tep_, tep_func_handler _func_, char…
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Devent-parse.h510 int tep_unregister_print_function(struct tep_handle *tep,
H A Devent-parse.c7264 int tep_unregister_print_function(struct tep_handle *tep, in tep_unregister_print_function() function