Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c4025 char config_str[64]; in read_perf_config() local
4038 if (fgets(config_str, ARRAY_SIZE(config_str), fconfig) != config_str) in read_perf_config()
4041 for (char *pconfig_str = &config_str[0]; pconfig_str;) { in read_perf_config()