Symbol: parse_int_file
tools/power/x86/intel-speed-select/isst-config.c
1384
cpu_bf = parse_int_file(1,
tools/power/x86/intel-speed-select/isst-config.c
1418
cpu_bf = parse_int_file(1,
tools/power/x86/intel-speed-select/isst-config.c
1751
return parse_int_file(0, "/sys/devices/system/cpu/intel_pstate/no_turbo");
tools/power/x86/intel-speed-select/isst-config.c
1761
scaling_max_freq = parse_int_file(0, "/sys/devices/system/cpu/cpu%d/cpufreq/scaling_max_freq", cpu);
tools/power/x86/intel-speed-select/isst-config.c
1771
scaling_min_freq = parse_int_file(0, "/sys/devices/system/cpu/cpu%d/cpufreq/scaling_min_freq", cpu);
tools/power/x86/intel-speed-select/isst-config.c
2692
online = parse_int_file(
tools/power/x86/intel-speed-select/isst-config.c
328
cpu_top.core_id = parse_int_file(0,
tools/power/x86/intel-speed-select/isst-config.c
333
cpu_top.pkg_id = parse_int_file(0,
tools/power/x86/intel-speed-select/isst-config.c
338
cpu_top.die_id = parse_int_file(0,
tools/power/x86/intel-speed-select/isst-config.c
364
ret = parse_int_file(0,
tools/power/x86/intel-speed-select/isst-config.c
388
ret = parse_int_file(0,
tools/power/x86/intel-speed-select/isst-config.c
412
ret = parse_int_file(0,
tools/power/x86/intel-speed-select/isst-config.c
475
return parse_int_file(0, "/sys/devices/system/cpu/cpu%d/cpufreq/base_frequency", cpu);
tools/power/x86/intel-speed-select/isst-config.c
576
online = parse_int_file(
tools/power/x86/intel-speed-select/isst-config.c
645
online = parse_int_file(
tools/power/x86/turbostat/turbostat.c
6080
return cpu == parse_int_file("/sys/devices/system/cpu/cpu%d/topology/core_siblings_list", cpu);
tools/power/x86/turbostat/turbostat.c
6085
return parse_int_file("/sys/devices/system/cpu/cpu%d/topology/physical_package_id", cpu);
tools/power/x86/turbostat/turbostat.c
6090
return parse_int_file("/sys/devices/system/cpu/cpu%d/topology/die_id", cpu);
tools/power/x86/turbostat/turbostat.c
6095
return parse_int_file("/sys/devices/system/cpu/cpu%d/cache/index3/id", cpu);
tools/power/x86/turbostat/turbostat.c
6100
return parse_int_file("/sys/devices/system/cpu/cpu%d/topology/cluster_id", cpu);
tools/power/x86/turbostat/turbostat.c
6105
return parse_int_file("/sys/devices/system/cpu/cpu%d/topology/core_id", cpu);