Home
last modified time | relevance | path

Searched refs:tep_find_function (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/tools/lib/traceevent/Documentation/
Dlibtraceevent-func_find.txt6 tep_find_function,tep_find_function_address - Find function name / start address.
14 const char pass:[*]*tep_find_function*(struct tep_handle pass:[*]_tep_, unsigned long long _addr_);
49 const char *fname = tep_find_function(tep, addr);
Dlibtraceevent-func_apis.txt6 tep_find_function, tep_find_function_address, tep_set_function_resolver,
19 const char pass:[*]*tep_find_function*(struct tep_handle pass:[*]_tep_, unsigned long long _addr_);
128 fname = tep_find_function(tep, addr);
Dlibtraceevent.txt92 const char pass:[*]*tep_find_function*(struct tep_handle pass:[*]_tep_, unsigned long long _addr_);
/linux-6.1.9/tools/lib/traceevent/plugins/
Dplugin_function.c144 func = tep_find_function(tep, function); in function_handler()
149 parent = tep_find_function(tep, pfunction); in function_handler()
200 func = tep_find_function(event->tep, addr); in trace_stack_handler()
Dplugin_kmem.c27 func = tep_find_function(event->tep, val); in call_site_handler()
/linux-6.1.9/tools/lib/traceevent/
Devent-parse.h518 const char *tep_find_function(struct tep_handle *tep, unsigned long long addr);
Dparse-filter.c1740 val = tep_find_function(tep, addr); in get_field_str()
Devent-parse.c566 const char *tep_find_function(struct tep_handle *tep, unsigned long long addr) in tep_find_function() function