Home
last modified time | relevance | path

Searched refs:PERF_RECORD_MAX (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/tools/perf/tests/
Dperf-record.c61 int total_events = 0, nr_events[PERF_RECORD_MAX] = { 0, }; in test__PERF_RECORD()
165 if (type < PERF_RECORD_MAX) in test__PERF_RECORD()
Dcode-reading.c278 if (event->header.type < PERF_RECORD_MAX) { in process_event()
/linux-4.1.27/include/uapi/linux/
Dperf_event.h803 PERF_RECORD_MAX, /* non-ABI */ enumerator
/linux-4.1.27/tools/perf/
Dbuiltin-top.c857 } else if (event->header.type < PERF_RECORD_MAX) { in perf_top__mmap_read_idx()