Home
last modified time | relevance | path

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

/tools/perf/tests/
Dperf-record.c212 if ((type == PERF_RECORD_COMM || in test__PERF_RECORD()
222 if ((type == PERF_RECORD_COMM || in test__PERF_RECORD()
231 case PERF_RECORD_COMM: in test__PERF_RECORD()
286 if (nr_events[PERF_RECORD_COMM] > 1) { in test__PERF_RECORD()
291 if (nr_events[PERF_RECORD_COMM] == 0) { in test__PERF_RECORD()
Dbackward-ring-buffer.c42 case PERF_RECORD_COMM: in count_samples()
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()
/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c112 if (event->header.type != PERF_RECORD_COMM || in test__perf_time_to_tsc()
/tools/include/uapi/linux/
Dperf_event.h675 PERF_RECORD_COMM = 3, enumerator
/tools/perf/util/
Devent.c22 [PERF_RECORD_COMM] = "COMM",
177 event->comm.header.type = PERF_RECORD_COMM; in perf_event__prepare_comm()
1189 case PERF_RECORD_COMM: in perf_event__fprintf()
Dsession.c786 [PERF_RECORD_COMM] = perf_event__comm_swap,
1250 case PERF_RECORD_COMM: in machines__deliver_event()
Dpython.c462 [PERF_RECORD_COMM] = &pyrf_comm_event__type,
Dmachine.c1518 case PERF_RECORD_COMM: in machine__process_event()
/tools/perf/
Ddesign.txt369 PERF_RECORD_COMM = 3,