Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/traceevent/
Dplugin_function.c138 func = tep_find_function(pevent, function); in function_handler()
143 parent = tep_find_function(pevent, pfunction); in function_handler()
Dplugin_kmem.c41 func = tep_find_function(event->pevent, val); in call_site_handler()
Devent-parse.h693 const char *tep_find_function(struct tep_handle *pevent, unsigned long long addr);
Dparse-filter.c1898 val = tep_find_function(pevent, addr); in get_field_str()
Devent-parse.c500 const char *tep_find_function(struct tep_handle *pevent, unsigned long long addr) in tep_find_function() function