Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dprint-events.c243 unsigned int type, op, i, evt_i = 0, evt_num = 0, npmus = 0; in print_hwcache_events() local
250 npmus = perf_pmu__hybrid_pmu_num(); in print_hwcache_events()
251 evt_pmus = zalloc(sizeof(char *) * npmus); in print_hwcache_events()
312 (hybrid_supported == npmus)) { in print_hwcache_events()
314 if (npmus > 0) { in print_hwcache_events()
315 for (j = 0; j < npmus; j++) in print_hwcache_events()
363 for (evt_i = 0; evt_i < npmus; evt_i++) in print_hwcache_events()