Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A 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);
H A 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);
H A Dlibtraceevent.txt92 const char pass:[*]*tep_find_function*(struct tep_handle pass:[*]_tep_, unsigned long long _addr_);
/OK3568_Linux_fs/kernel/tools/lib/traceevent/plugins/
H A 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()
H A Dplugin_kmem.c27 func = tep_find_function(event->tep, val); in call_site_handler()
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Devent-parse.h517 const char *tep_find_function(struct tep_handle *tep, unsigned long long addr);
H A Dparse-filter.c1737 val = tep_find_function(tep, addr); in get_field_str()
H A Devent-parse.c566 const char *tep_find_function(struct tep_handle *tep, unsigned long long addr) in tep_find_function() function