Searched refs:PERF_SAMPLE_MASK (Results 1 – 5 of 5) sorted by relevance
87 #define PERF_SAMPLE_MASK \ macro
801 attr.sample_type = evsel->attr.sample_type & PERF_SAMPLE_MASK; in intel_bts_synth_events()
810 attr.sample_type = evsel->attr.sample_type & PERF_SAMPLE_MASK; in cs_etm__synth_events()
2183 attr.sample_type = evsel->attr.sample_type & PERF_SAMPLE_MASK; in intel_pt_synth_events()
96 u64 mask = sample_type & PERF_SAMPLE_MASK; in __perf_evsel__sample_size()