Home
last modified time | relevance | path

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

/linux-4.4.14/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.c327 if (event->header.type < PERF_RECORD_MAX) { in process_event()
/linux-4.4.14/include/uapi/linux/
Dperf_event.h853 PERF_RECORD_MAX, /* non-ABI */ enumerator
/linux-4.4.14/tools/perf/
Dbuiltin-top.c872 } else if (event->header.type < PERF_RECORD_MAX) { in perf_top__mmap_read_idx()