Searched refs:PERF_SAMPLE_MASK (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/perf/util/
H A Devent.h36 #define PERF_SAMPLE_MASK \ macro
H A Dintel-bts.c794 attr.sample_type = evsel->core.attr.sample_type & PERF_SAMPLE_MASK;
827 * We only use sample types from PERF_SAMPLE_MASK so we can use
H A Darm-spe.c1146 (PERF_SAMPLE_MASK | PERF_SAMPLE_PHYS_ADDR);
H A Dcs-etm.c1649 attr.sample_type = evsel->core.attr.sample_type & PERF_SAMPLE_MASK;
H A Devsel.c144 u64 mask = sample_type & PERF_SAMPLE_MASK;
2257 * The evsel's sample_size is based on PERF_SAMPLE_MASK which includes
H A Dintel-pt.c3743 attr.sample_type = evsel->core.attr.sample_type & PERF_SAMPLE_MASK;

Completed in 165 milliseconds