Home
last modified time | relevance | path

Searched refs:tep_find_function_address (Results 1 – 8 of 8) 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…
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 Dlibtraceevent-func_apis.txt38 *tep_find_function_address*(3), and *tep_print_func_field()* to resolve
114 fstart = tep_find_function_address(tep, addr);
H A Dlibtraceevent-kvm-plugin.txt134 *paddr = tep_find_function_address(tep, *paddr);
H A Dlibtraceevent.txt121 …unsigned long long *tep_find_function_address*(struct tep_handle pass:[*]_tep_, unsigned long long…
/aosp_15_r20/external/libtraceevent/plugins/
H A Dplugin_kmem.c31 addr = tep_find_function_address(event->tep, val); in call_site_handler()
H A Dplugin_function.c131 offset = tep_find_function_address(tep, function); in show_function()
/aosp_15_r20/external/libtraceevent/include/traceevent/
H A Devent-parse.h530 tep_find_function_address(struct tep_handle *tep, unsigned long long addr);
/aosp_15_r20/external/libtraceevent/src/
H A Devent-parse.c680 tep_find_function_address(struct tep_handle *tep, unsigned long long addr) in tep_find_function_address() function