Home
last modified time | relevance | path

Searched refs:tep_find_function_address (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-func_find.txt6 tep_find_function,tep_find_function_address - Find function name / start address.
15 unsigned long long *tep_find_function_address*(struct tep_handle pass:[*]_tep_, unsigned long long …
50 unsigned long long fstart = tep_find_function_address(tep, addr);
Dlibtraceevent-func_apis.txt6 tep_find_function, tep_find_function_address, tep_set_function_resolver,
20 unsigned long long *tep_find_function_address*(struct tep_handle pass:[*]_tep_, unsigned long long …
129 fstart = tep_find_function_address(tep, addr);
Dlibtraceevent.txt93 …unsigned long long *tep_find_function_address*(struct tep_handle pass:[*]_tep_, unsigned long long…
/linux-5.19.10/tools/lib/traceevent/plugins/
Dplugin_kmem.c31 addr = tep_find_function_address(event->tep, val); in call_site_handler()
Dplugin_function.c126 offset = tep_find_function_address(tep, function); in show_function()
/linux-5.19.10/tools/lib/traceevent/
Devent-parse.h520 tep_find_function_address(struct tep_handle *tep, unsigned long long addr);
Devent-parse.c587 tep_find_function_address(struct tep_handle *tep, unsigned long long addr) in tep_find_function_address() function