Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dsample-parsing.c390 if (PERF_SAMPLE_MAX > PERF_SAMPLE_WEIGHT_STRUCT << 1) { in test__sample_parsing()
396 for (sample_type = 1; sample_type != PERF_SAMPLE_MAX; in test__sample_parsing()
425 sample_type = (PERF_SAMPLE_MAX - 1) & ~PERF_SAMPLE_WEIGHT; in test__sample_parsing()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h166 PERF_SAMPLE_MAX = 1U << 25, /* non-ABI */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h166 PERF_SAMPLE_MAX = 1U << 25, /* non-ABI */ enumerator
/openbmc/linux/tools/perf/util/
H A Dheader.c1905 if (attr->sample_type & ~(PERF_SAMPLE_MAX-1)) { in perf_attr_check()
/openbmc/linux/kernel/events/
H A Dcore.c12180 if (attr->sample_type & ~(PERF_SAMPLE_MAX-1)) in perf_copy_attr()