Home
last modified time | relevance | path

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

/linux-4.4.14/tools/lib/traceevent/
Dplugin_function.c138 func = pevent_find_function(pevent, function); in function_handler()
143 parent = pevent_find_function(pevent, pfunction); in function_handler()
Dplugin_kmem.c41 func = pevent_find_function(event->pevent, val); in call_site_handler()
Devent-parse.h685 const char *pevent_find_function(struct pevent *pevent, unsigned long long addr);
Dparse-filter.c1894 val = pevent_find_function(pevent, addr); in get_field_str()
Devent-parse.c511 const char *pevent_find_function(struct pevent *pevent, unsigned long long addr) in pevent_find_function() function