Searched refs:e_config (Results 1 – 1 of 1) sorted by relevance
1944 u64 e_config = evsel->core.attr.config; in __evsel__match() local1946 if (e_type == type && e_config == config) in __evsel__match()1952 e_config &= PERF_HW_EVENT_MASK; in __evsel__match()1953 if (e_type == type && e_config == config) in __evsel__match()