Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dprint-events.c270 unsigned int hybrid_supported = 0, j; in print_hwcache_events() local
296 evt_pmus[hybrid_supported] = in print_hwcache_events()
298 hybrid_supported++; in print_hwcache_events()
302 if (hybrid_supported == 0) in print_hwcache_events()
311 if ((hybrid_supported == 0) || in print_hwcache_events()
312 (hybrid_supported == npmus)) { in print_hwcache_events()
319 for (j = 0; j < hybrid_supported; j++) { in print_hwcache_events()