Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Devent.h37 #define PERF_SAMPLE_MASK \ macro
Dintel-bts.c794 attr.sample_type = evsel->core.attr.sample_type & PERF_SAMPLE_MASK; in intel_bts_synth_events()
Darm-spe.c1031 (PERF_SAMPLE_MASK | PERF_SAMPLE_PHYS_ADDR); in arm_spe_synth_events()
Dcs-etm.c1337 attr.sample_type = evsel->core.attr.sample_type & PERF_SAMPLE_MASK; in cs_etm__synth_events()
Devsel.c137 u64 mask = sample_type & PERF_SAMPLE_MASK; in __evsel__sample_size()
Dintel-pt.c3498 attr.sample_type = evsel->core.attr.sample_type & PERF_SAMPLE_MASK; in intel_pt_synth_events()