Home
last modified time | relevance | path

Searched refs:PERF_AUX_FLAG_PARTIAL (Results 1 – 3 of 3) sorted by relevance

/tools/include/uapi/linux/
Dperf_event.h1109 #define PERF_AUX_FLAG_PARTIAL 0x04 /* record contains gaps */ macro
/tools/perf/util/
Devent.c382 event->aux.flags & PERF_AUX_FLAG_PARTIAL ? "P" : ""); in perf_event__fprintf_aux()
Dsession.c1512 if (event->aux.flags & PERF_AUX_FLAG_PARTIAL) in machines__deliver_event()