Searched refs:cache_type (Results 1 – 1 of 1) sorted by relevance
414 int cache_type = -1, cache_op = -1, cache_result = -1; in parse_events_add_cache() local422 cache_type = parse_aliases(type, perf_evsel__hw_cache, in parse_events_add_cache()424 if (cache_type == -1) in parse_events_add_cache()439 if (!perf_evsel__is_cache_op_valid(cache_type, cache_op)) in parse_events_add_cache()466 attr.config = cache_type | (cache_op << 8) | (cache_result << 16); in parse_events_add_cache()