Searched refs:tep_find_function (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/tools/lib/traceevent/Documentation/ |
D | libtraceevent-func_find.txt | 6 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);
|
D | libtraceevent-func_apis.txt | 6 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);
|
D | libtraceevent.txt | 92 const char pass:[*]*tep_find_function*(struct tep_handle pass:[*]_tep_, unsigned long long _addr_);
|
/Linux-v5.10/tools/lib/traceevent/plugins/ |
D | plugin_function.c | 144 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()
|
D | plugin_kmem.c | 27 func = tep_find_function(event->tep, val); in call_site_handler()
|
/Linux-v5.10/tools/lib/traceevent/ |
D | event-parse.h | 517 const char *tep_find_function(struct tep_handle *tep, unsigned long long addr);
|
D | parse-filter.c | 1737 val = tep_find_function(tep, addr); in get_field_str()
|
D | event-parse.c | 566 const char *tep_find_function(struct tep_handle *tep, unsigned long long addr) in tep_find_function() function
|