Home
last modified time | relevance | path

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

/linux-4.1.27/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()
Dperf-time-to-tsc.c111 if (event->header.type != PERF_RECORD_COMM || in test__perf_time_to_tsc()
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.1.27/include/uapi/linux/
Dperf_event.h651 PERF_RECORD_COMM = 3, enumerator
/linux-4.1.27/tools/perf/util/
Devent.c19 [PERF_RECORD_COMM] = "COMM",
149 event->comm.header.type = PERF_RECORD_COMM; in perf_event__prepare_comm()
764 case PERF_RECORD_COMM: in perf_event__fprintf()
Dpython.c338 [PERF_RECORD_COMM] = &pyrf_comm_event__type,
1007 { "RECORD_COMM", PERF_RECORD_COMM },
Dsession.c487 [PERF_RECORD_COMM] = perf_event__comm_swap,
925 case PERF_RECORD_COMM: in machines__deliver_event()
Dmachine.c1322 case PERF_RECORD_COMM: in machine__process_event()
/linux-4.1.27/tools/perf/
Ddesign.txt369 PERF_RECORD_COMM = 3,
/linux-4.1.27/kernel/events/
Dcore.c5724 .type = PERF_RECORD_COMM, in perf_event_comm()