Home
last modified time | relevance | path

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

/aosp_15_r20/external/libtraceevent/Documentation/
H A Dlibtraceevent-func_find.txt6 tep_find_function,tep_find_function_address,tep_find_function_info - Find function name / start add…
16 int *tep_find_function_info*(struct tep_handle pass:[*]_tep_, unsigned long long _addr_, const char…
33 The *tep_find_function_info()* function retrieves the _name_, starting address (_start_),
46 The *tep_find_function_info()* function returns 1 if a function is found for the
88 ret = tep_find_function_info(tep, addr, &fname, &fstart, &size);
H A Dlibtraceevent.txt122 …int *tep_find_function_info*(struct tep_handle pass:[*]_tep_, unsigned long long _addr_, const cha…
/aosp_15_r20/external/libtraceevent/include/traceevent/
H A Devent-parse.h531 int tep_find_function_info(struct tep_handle *tep, unsigned long long addr,
/aosp_15_r20/external/libtraceevent/src/
H A Devent-parse.c626 int tep_find_function_info(struct tep_handle *tep, unsigned long long addr, in tep_find_function_info() function