Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dperf-record.c220 if ((type == PERF_RECORD_COMM || in test__PERF_RECORD()
230 if ((type == PERF_RECORD_COMM || in test__PERF_RECORD()
239 case PERF_RECORD_COMM: in test__PERF_RECORD()
295 if (nr_events[PERF_RECORD_COMM] > 1) { in test__PERF_RECORD()
300 if (nr_events[PERF_RECORD_COMM] == 0) { in test__PERF_RECORD()
Dkeep-tracking.c39 if (event->header.type == PERF_RECORD_COMM && in find_comm()
Dbackward-ring-buffer.c45 case PERF_RECORD_COMM: in count_samples()
Dswitch-tracking.c67 if (event->header.type == PERF_RECORD_COMM && in check_comm()
171 if (event->header.type == PERF_RECORD_COMM) { in process_event()
/Linux-v4.19/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c120 if (event->header.type != PERF_RECORD_COMM || in test__perf_time_to_tsc()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h762 PERF_RECORD_COMM = 3, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h762 PERF_RECORD_COMM = 3, enumerator
/Linux-v4.19/tools/perf/util/
Devent.c33 [PERF_RECORD_COMM] = "COMM",
207 event->comm.header.type = PERF_RECORD_COMM; in perf_event__prepare_comm()
1475 case PERF_RECORD_COMM: in perf_event__fprintf()
Dsession.c788 [PERF_RECORD_COMM] = perf_event__comm_swap,
1279 case PERF_RECORD_COMM: in machines__deliver_event()
Dpython.c506 [PERF_RECORD_COMM] = &pyrf_comm_event__type,
Dmachine.c1775 case PERF_RECORD_COMM: in machine__process_event()
/Linux-v4.19/tools/perf/
Ddesign.txt369 PERF_RECORD_COMM = 3,
Dbuiltin-script.c664 case PERF_RECORD_COMM: in perf_sample__fprintf_start()
1903 PERF_RECORD_COMM, stdout); in process_comm_event()
/Linux-v4.19/kernel/events/
Dcore.c6988 .type = PERF_RECORD_COMM, in perf_event_comm()