Searched refs:tep_find_function_address (Results 1 – 8 of 8) 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… 15 unsigned long long *tep_find_function_address*(struct tep_handle pass:[*]_tep_, unsigned long long … 29 The *tep_find_function_address()* function returns the function start address, 43 The *tep_find_function_address()* function returns the function start address, 77 fstart = tep_find_function_address(tep, addr);
|
H A D | libtraceevent-func_apis.txt | 38 *tep_find_function_address*(3), and *tep_print_func_field()* to resolve 114 fstart = tep_find_function_address(tep, addr);
|
H A D | libtraceevent-kvm-plugin.txt | 134 *paddr = tep_find_function_address(tep, *paddr);
|
H A D | libtraceevent.txt | 121 …unsigned long long *tep_find_function_address*(struct tep_handle pass:[*]_tep_, unsigned long long…
|
/aosp_15_r20/external/libtraceevent/plugins/ |
H A D | plugin_kmem.c | 31 addr = tep_find_function_address(event->tep, val); in call_site_handler()
|
H A D | plugin_function.c | 131 offset = tep_find_function_address(tep, function); in show_function()
|
/aosp_15_r20/external/libtraceevent/include/traceevent/ |
H A D | event-parse.h | 530 tep_find_function_address(struct tep_handle *tep, unsigned long long addr);
|
/aosp_15_r20/external/libtraceevent/src/ |
H A D | event-parse.c | 680 tep_find_function_address(struct tep_handle *tep, unsigned long long addr) in tep_find_function_address() function
|