Home
last modified time | relevance | path

Searched refs:cache_pmu (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/util/
H A Ds390-sample-raw.c180 static struct perf_pmu *cache_pmu; in get_counter_name() local
191 if (cache_pmu == pmu && hashmap__find(cache, cache_key, &result)) in get_counter_name()
199 if (cache_pmu == NULL) { in get_counter_name()
206 cache_pmu = pmu; in get_counter_name()
210 if (cache_pmu == pmu && result) { in get_counter_name()