Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_MAX (Results 1 – 2 of 2) sorted by relevance

/tools/perf/tests/
Dsample-parsing.c306 if (PERF_SAMPLE_MAX > PERF_SAMPLE_REGS_INTR << 1) { in test__sample_parsing()
312 for (sample_type = 1; sample_type != PERF_SAMPLE_MAX; in test__sample_parsing()
337 sample_type = PERF_SAMPLE_MAX - 1; in test__sample_parsing()
/tools/include/uapi/linux/
Dperf_event.h143 PERF_SAMPLE_MAX = 1U << 19, /* non-ABI */ enumerator