Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dsample-parsing.c313 if (PERF_SAMPLE_MAX > PERF_SAMPLE_PHYS_ADDR << 1) { in test__sample_parsing()
319 for (sample_type = 1; sample_type != PERF_SAMPLE_MAX; in test__sample_parsing()
344 sample_type = PERF_SAMPLE_MAX - 1; in test__sample_parsing()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h145 PERF_SAMPLE_MAX = 1U << 20, /* non-ABI */ enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h145 PERF_SAMPLE_MAX = 1U << 20, /* non-ABI */ enumerator
/Linux-v4.19/kernel/events/
Dcore.c10163 if (attr->sample_type & ~(PERF_SAMPLE_MAX-1)) in perf_copy_attr()