Home
last modified time | relevance | path

Searched refs:tep_register_function (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A Dlibtraceevent-func_apis.txt7 tep_reset_function_resolver, tep_register_function, tep_register_print_string -
21 int *tep_register_function*(struct tep_handle pass:[*]_tep_, char pass:[*]_name_, unsigned long lon…
140 if (tep_register_function(tep, "kvm_exit",
H A Dlibtraceevent.txt35 …int *tep_register_function*(struct tep_handle pass:[*]_tep_, char pass:[*]_name_, unsigned long lo…
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Devent-parse.h442 int tep_register_function(struct tep_handle *tep, char *name,
H A Devent-parse.c608 int tep_register_function(struct tep_handle *tep, char *func, in tep_register_function() function