Searched refs:PERF_RECORD_MISC_COMM_EXEC (Results 1 – 4 of 4) sorted by relevance
582 #define PERF_RECORD_MISC_COMM_EXEC (1 << 13) macro
706 if (event->header.misc & PERF_RECORD_MISC_COMM_EXEC) in perf_event__fprintf_comm()
470 bool exec = event->header.misc & PERF_RECORD_MISC_COMM_EXEC; in machine__process_comm_event()
5910 .misc = exec ? PERF_RECORD_MISC_COMM_EXEC : 0, in perf_event_comm()