Home
last modified time | relevance | path

Searched refs:num_counters_llc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/events/amd/
H A Duncore.c34 static int num_counters_llc; variable
394 uncore_llc->num_counters = num_counters_llc; in amd_uncore_cpu_up_prepare()
571 num_counters_llc = NUM_COUNTERS_L2; in amd_uncore_init()
579 num_counters_llc = NUM_COUNTERS_L3; in amd_uncore_init()
630 pr_info("%d %s %s counters detected\n", num_counters_llc, in amd_uncore_init()
/kernel/linux/linux-6.6/arch/x86/events/amd/
H A Duncore.c34 static int num_counters_llc; variable
469 uncore_llc->num_counters = num_counters_llc; in amd_uncore_cpu_up_prepare()
474 uncore_llc->events = amd_uncore_events_alloc(num_counters_llc, cpu); in amd_uncore_cpu_up_prepare()
664 num_counters_llc = NUM_COUNTERS_L2; in amd_uncore_init()
672 num_counters_llc = NUM_COUNTERS_L3; in amd_uncore_init()
727 pr_info("%d %s %s counters detected\n", num_counters_llc, in amd_uncore_init()

Completed in 4 milliseconds