PERF_SAMPLE_MASK 1284 tools/perf/util/cs-etm.c 	attr.sample_type = evsel->core.attr.sample_type & PERF_SAMPLE_MASK;
PERF_SAMPLE_MASK  107 tools/perf/util/evsel.c 	u64 mask = sample_type & PERF_SAMPLE_MASK;
PERF_SAMPLE_MASK  785 tools/perf/util/intel-bts.c 	attr.sample_type = evsel->core.attr.sample_type & PERF_SAMPLE_MASK;
PERF_SAMPLE_MASK 2762 tools/perf/util/intel-pt.c 	attr.sample_type = evsel->core.attr.sample_type & PERF_SAMPLE_MASK;