Searched refs:cache_result (Results 1 – 2 of 2) sorted by relevance
320 int cache_type = -1, cache_op = -1, cache_result = -1; in parse_events_add_cache() local350 if (cache_result == -1) { in parse_events_add_cache()351 cache_result = parse_aliases(str, perf_evsel__hw_cache_result, in parse_events_add_cache()353 if (cache_result >= 0) in parse_events_add_cache()367 if (cache_result == -1) in parse_events_add_cache()368 cache_result = PERF_COUNT_HW_CACHE_RESULT_ACCESS; in parse_events_add_cache()371 attr.config = cache_type | (cache_op << 8) | (cache_result << 16); in parse_events_add_cache()
5689 bool cache_result) { in GetEnumPropertyKeys() argument5715 if (cache_result) object->map()->SetEnumLength(own_property_count); in GetEnumPropertyKeys()5725 if (cache_result) map->SetEnumLength(0); in GetEnumPropertyKeys()5769 if (cache_result) { in GetEnumPropertyKeys()