Home
last modified time | relevance | path

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

/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c4297 static unsigned int read_perf_config(const char *subsys, const char *event_name) in read_perf_config() function
7821 const unsigned int rapl_energy_pkg_config = read_perf_config(cai->perf_subsys, cai->perf_name); in add_rapl_perf_counter_()
7986 const unsigned int config = read_perf_config(cai->perf_subsys, cai->perf_name); in add_cstate_perf_counter_()
8016 const unsigned int config = read_perf_config(cai->perf_subsys, cai->perf_name); in add_msr_perf_counter_()
9059 perf_config = read_perf_config(perf_device, pinfo->event); in added_perf_counters_init_()