Home
last modified time | relevance | path

Searched refs:EVENT_FL_ISFUNCENT (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/tools/perf/util/
Dtrace-event.h154 EVENT_FL_ISFUNCENT = 0x10, enumerator
Dtrace-event-parse.c2919 if (event->flags & EVENT_FL_ISFUNCENT) in pretty_print_func_graph()
2942 if (event->flags & (EVENT_FL_ISFUNCENT | EVENT_FL_ISFUNCRET)) in print_trace_event()
3045 event->flags |= EVENT_FL_ISFUNCENT; in parse_ftrace_file()