Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dtrace-event.h154 EVENT_FL_ISFUNCENT = 0x10, enumerator
Dtrace-event-parse.c2909 if (event->flags & EVENT_FL_ISFUNCENT) in pretty_print_func_graph()
2932 if (event->flags & (EVENT_FL_ISFUNCENT | EVENT_FL_ISFUNCRET)) in print_trace_event()
3035 event->flags |= EVENT_FL_ISFUNCENT; in parse_ftrace_file()