Searched refs:cache_op (Results 1 – 2 of 2) sorted by relevance
320 int cache_type = -1, cache_op = -1, cache_result = -1; in parse_events_add_cache() local340 if (cache_op == -1) { in parse_events_add_cache()341 cache_op = parse_aliases(str, perf_evsel__hw_cache_op, in parse_events_add_cache()343 if (cache_op >= 0) { in parse_events_add_cache()344 if (!perf_evsel__is_cache_op_valid(cache_type, cache_op)) in parse_events_add_cache()361 if (cache_op == -1) in parse_events_add_cache()362 cache_op = PERF_COUNT_HW_CACHE_OP_READ; in parse_events_add_cache()371 attr.config = cache_type | (cache_op << 8) | (cache_result << 16); in parse_events_add_cache()
33 sdl_op, sdr_op, swr_op, cache_op, enumerator