Searched refs:tep_set_function_resolver (Results 1 – 4 of 4) sorted by relevance
/external/libtraceevent/Documentation/ |
D | libtraceevent-func_apis.txt | 6 tep_set_function_resolver, tep_reset_function_resolver, tep_register_function, tep_register_print_s… 16 int *tep_set_function_resolver*(struct tep_handle pass:[*]_tep_, tep_func_resolver_t pass:[*]_func_… 30 (set with the *tep_set_function_resolver()* call ) and the address of a kernel 34 The *tep_set_function_resolver()* function registers _func_ as an alternative 72 The *tep_set_function_resolver()* function returns 0 in case of success, or -1 107 if (tep_set_function_resolver(tep, my_resolve_kernel_addr,
|
D | libtraceevent.txt | 115 …int *tep_set_function_resolver*(struct tep_handle pass:[*]_tep_, tep_func_resolver_t pass:[*]_func…
|
/external/libtraceevent/include/traceevent/ |
D | event-parse.h | 445 int tep_set_function_resolver(struct tep_handle *tep,
|
/external/libtraceevent/src/ |
D | event-parse.c | 564 int tep_set_function_resolver(struct tep_handle *tep, in tep_set_function_resolver() function
|