Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dtrace-event.h155 EVENT_FL_ISFUNCRET = 0x20, enumerator
Dtrace-event-parse.c2668 if (!(event->flags & EVENT_FL_ISFUNCRET)) in get_return_for_leaf()
2911 else if (event->flags & EVENT_FL_ISFUNCRET) in pretty_print_func_graph()
2932 if (event->flags & (EVENT_FL_ISFUNCENT | EVENT_FL_ISFUNCRET)) in print_trace_event()
3038 event->flags |= EVENT_FL_ISFUNCRET; in parse_ftrace_file()