Home
last modified time | relevance | path

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

/linux-4.4.14/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()
/linux-4.4.14/include/uapi/linux/
Dperf_event.h143 PERF_SAMPLE_MAX = 1U << 19, /* non-ABI */ enumerator
/linux-4.4.14/kernel/events/
Dcore.c8053 if (attr->sample_type & ~(PERF_SAMPLE_MAX-1)) in perf_copy_attr()