Lines Matching defs:cache_result
367 int len, cache_type = -1, cache_op = -1, cache_result = -1;
384 cache_result = parse_aliases(str, evsel__hw_cache_result,
386 if (cache_result >= 0)
398 } else if (cache_result < 0) {
399 cache_result = parse_aliases(str, evsel__hw_cache_result,
413 if (cache_result == -1)
414 cache_result = PERF_COUNT_HW_CACHE_RESULT_ACCESS;
416 *config = cache_type | (cache_op << 8) | (cache_result << 16);
1022 int cache_type, cache_op, cache_result;
1028 cache_result = (term->val.num >> 16) & 0xFF;
1032 cache_result >= PERF_COUNT_HW_CACHE_RESULT_MAX) {