Home
last modified time | relevance | path

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

/tools/perf/tests/
A Dsample-parsing.c408 if (PERF_SAMPLE_MAX > PERF_SAMPLE_WEIGHT_STRUCT << 1) { in test__sample_parsing()
414 for (sample_type = 1; sample_type != PERF_SAMPLE_MAX; in test__sample_parsing()
443 sample_type = (PERF_SAMPLE_MAX - 1) & ~PERF_SAMPLE_WEIGHT; in test__sample_parsing()
450 sample_type = (PERF_SAMPLE_MAX - 1) & ~PERF_SAMPLE_WEIGHT_STRUCT; in test__sample_parsing()
/tools/include/uapi/linux/
A Dperf_event.h169 PERF_SAMPLE_MAX = 1U << 25, /* non-ABI */ enumerator
/tools/perf/util/
A Dheader.c1890 if (attr->sample_type & ~(PERF_SAMPLE_MAX-1)) { in perf_attr_check()

Completed in 16 milliseconds