Home
last modified time | relevance | path

Searched refs:tep_print_funcs (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libtraceevent/Documentation/
H A Dlibtraceevent-debug.txt6 tep_print_printk, tep_print_funcs, tep_set_test_filters, tep_plugin_print_options -
17 void *tep_print_funcs*(struct tep_handle pass:[*]tep);
27 The *tep_print_funcs()* function prints the stored function name to address mapping
49 tep_print_funcs(tep);
H A Dlibtraceevent.txt49 void *tep_print_funcs*(struct tep_handle pass:[*]tep);
/aosp_15_r20/external/libtraceevent/include/traceevent/
H A Devent-parse.h612 void tep_print_funcs(struct tep_handle *tep);
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-read.c1902 tep_print_funcs(pevent); in trace_report()
/aosp_15_r20/external/libtraceevent/src/
H A Devent-parse.c814 void tep_print_funcs(struct tep_handle *tep) in tep_print_funcs() function