Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
Dperf_event.h594 #define PERF_RECORD_MISC_COMM_EXEC (1 << 13) macro
/tools/perf/util/
Devent.c1003 if (event->header.misc & PERF_RECORD_MISC_COMM_EXEC) in perf_event__fprintf_comm()
Dmachine.c465 bool exec = event->header.misc & PERF_RECORD_MISC_COMM_EXEC; in machine__process_comm_event()