Home
last modified time | relevance | path

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

/aosp_15_r20/external/libtraceevent/Documentation/
H A Dlibtraceevent-func_apis.txt6 tep_set_function_resolver, tep_reset_function_resolver, tep_register_function, tep_register_print_s…
17 void *tep_reset_function_resolver*(struct tep_handle pass:[*]_tep_);
41 The *tep_reset_function_resolver()* function resets the kernel functions
121 tep_reset_function_resolver(tep);
H A Dlibtraceevent.txt119 void *tep_reset_function_resolver*(struct tep_handle pass:[*]_tep_);
/aosp_15_r20/external/libtraceevent/include/traceevent/
H A Devent-parse.h447 void tep_reset_function_resolver(struct tep_handle *tep);
/aosp_15_r20/external/libtraceevent/src/
H A Devent-parse.c588 void tep_reset_function_resolver(struct tep_handle *tep) in tep_reset_function_resolver() function