Home
last modified time | relevance | path

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

/external/libtraceevent/Documentation/
Dlibtraceevent-func_apis.txt15 typedef char pass:[*](*tep_func_resolver_t*)(void pass:[*]_priv_, unsigned long long pass:[*]_addrp…
16 int *tep_set_function_resolver*(struct tep_handle pass:[*]_tep_, tep_func_resolver_t pass:[*]_func_…
Dlibtraceevent.txt118 …int *tep_set_function_resolver*(struct tep_handle pass:[*]_tep_, tep_func_resolver_t pass:[*]_func…
/external/libtraceevent/include/traceevent/
Devent-parse.h421 typedef char *(tep_func_resolver_t)(void *priv, typedef
446 tep_func_resolver_t *func, void *priv);
/external/libtraceevent/src/
Devent-parse.c550 tep_func_resolver_t *func;
565 tep_func_resolver_t *func, void *priv) in tep_set_function_resolver()