Searched refs:tep_find_function (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/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.4/tools/lib/traceevent/plugins/ | 
| D | plugin_function.c | 139 	func = tep_find_function(tep, function);  in function_handler()144 	parent = tep_find_function(tep, pfunction);  in function_handler()
 
 | 
| D | plugin_kmem.c | 42 	func = tep_find_function(event->tep, val);  in call_site_handler()
 | 
| /Linux-v5.4/tools/lib/traceevent/ | 
| D | event-parse.h | 513 const char *tep_find_function(struct tep_handle *tep, unsigned long long addr);
 | 
| D | parse-filter.c | 1735 			val = tep_find_function(tep, addr);  in get_field_str()
 | 
| D | event-parse.c | 572 const char *tep_find_function(struct tep_handle *tep, unsigned long long addr)  in tep_find_function()  function
 |