Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dprint-events.c245 char **evt_list = NULL, **evt_pmus = NULL; in print_hwcache_events() local
251 evt_pmus = zalloc(sizeof(char *) * npmus); in print_hwcache_events()
252 if (!evt_pmus) in print_hwcache_events()
296 evt_pmus[hybrid_supported] = in print_hwcache_events()
316 zfree(&evt_pmus[j]); in print_hwcache_events()
320 evt_list[evt_i++] = evt_pmus[j]; in print_hwcache_events()
321 evt_pmus[j] = NULL; in print_hwcache_events()
364 zfree(&evt_pmus[evt_i]); in print_hwcache_events()
365 zfree(&evt_pmus); in print_hwcache_events()