Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dperf_event.h805 #define PERF_RECORD_MISC_COMM_EXEC (1 << 13) macro
/linux/tools/include/uapi/linux/
H A Dperf_event.h805 #define PERF_RECORD_MISC_COMM_EXEC (1 << 13) macro
/linux/tools/perf/Documentation/
H A Dperf-script.txt291 PERF_RECORD_MISC_COMM_EXEC E
/linux/tools/perf/util/
H A Dmachine.c607 bool exec = event->header.misc & PERF_RECORD_MISC_COMM_EXEC; in machine__process_comm_event()