Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dperf-record.c70 int total_events = 0, nr_events[PERF_RECORD_MAX] = { 0, }; in test__PERF_RECORD()
182 if (type < PERF_RECORD_MAX) in test__PERF_RECORD()
H A Dcode-reading.c408 if (event->header.type < PERF_RECORD_MAX) { in process_event()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h1210 PERF_RECORD_MAX, /* non-ABI */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h1210 PERF_RECORD_MAX, /* non-ABI */ enumerator
/openbmc/linux/tools/perf/
H A Dbuiltin-top.c1208 } else if (event->header.type < PERF_RECORD_MAX) { in deliver_event()