Searched refs:tep_find_function_info (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libtraceevent/Documentation/ |
H A D | libtraceevent-func_find.txt | 6 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 D | libtraceevent.txt | 122 …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 D | event-parse.h | 531 int tep_find_function_info(struct tep_handle *tep, unsigned long long addr,
|
/aosp_15_r20/external/libtraceevent/src/ |
H A D | event-parse.c | 626 int tep_find_function_info(struct tep_handle *tep, unsigned long long addr, in tep_find_function_info() function
|