Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/tools/lib/traceevent/plugins/
Dplugin_kmem.c46 addr = tep_find_function_address(event->tep, val); in call_site_handler()
/Linux-v5.4/tools/lib/traceevent/
Devent-parse.h515 tep_find_function_address(struct tep_handle *tep, unsigned long long addr);
Devent-parse.c593 tep_find_function_address(struct tep_handle *tep, unsigned long long addr) in tep_find_function_address() function