Home
last modified time | relevance | path

Searched refs:PERF_RECORD_COMM (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/tools/perf/tests/
Dperf-record.c207 if ((type == PERF_RECORD_COMM || in test__PERF_RECORD()
217 if ((type == PERF_RECORD_COMM || in test__PERF_RECORD()
226 case PERF_RECORD_COMM: in test__PERF_RECORD()
281 if (nr_events[PERF_RECORD_COMM] > 1) { in test__PERF_RECORD()
286 if (nr_events[PERF_RECORD_COMM] == 0) { in test__PERF_RECORD()
Dkeep-tracking.c34 if (event->header.type == PERF_RECORD_COMM && in find_comm()
Dswitch-tracking.c65 if (event->header.type == PERF_RECORD_COMM && in check_comm()
169 if (event->header.type == PERF_RECORD_COMM) { in process_event()
/linux-4.4.14/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c113 if (event->header.type != PERF_RECORD_COMM || in test__perf_time_to_tsc()
/linux-4.4.14/include/uapi/linux/
Dperf_event.h663 PERF_RECORD_COMM = 3, enumerator
/linux-4.4.14/tools/perf/util/
Devent.c19 [PERF_RECORD_COMM] = "COMM",
158 event->comm.header.type = PERF_RECORD_COMM; in perf_event__prepare_comm()
860 case PERF_RECORD_COMM: in perf_event__fprintf()
Dsession.c625 [PERF_RECORD_COMM] = perf_event__comm_swap,
1083 case PERF_RECORD_COMM: in machines__deliver_event()
Dpython.c380 [PERF_RECORD_COMM] = &pyrf_comm_event__type,
Dmachine.c1462 case PERF_RECORD_COMM: in machine__process_event()
/linux-4.4.14/tools/perf/
Ddesign.txt369 PERF_RECORD_COMM = 3,
/linux-4.4.14/kernel/events/
Dcore.c5909 .type = PERF_RECORD_COMM, in perf_event_comm()