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