Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/api/
Dcpu.c12 if (sysfs__read_int("devices/system/cpu/online", &cpu) < 0) in cpu__get_max_freq()
/linux-6.12.1/tools/perf/util/
Dcacheline.c12 if (sysfs__read_int("devices/system/cpu/cpu0/cache/index0/coherency_line_size", cacheline_sizep)) in cache_line_size()
Dsmt.c16 if (sysfs__read_int("devices/system/cpu/smt/active", &fs_value) >= 0) in smt_on()
Dcpumap.c195 return sysfs__read_int(path, value); in cpu__get_topology_int()
Dheader.c1165 if (sysfs__read_int(file, (int *) &cache->level)) in cpu_cache_level__read()
1169 if (sysfs__read_int(file, (int *) &cache->line_size)) in cpu_cache_level__read()
1173 if (sysfs__read_int(file, (int *) &cache->sets)) in cpu_cache_level__read()
1177 if (sysfs__read_int(file, (int *) &cache->ways)) in cpu_cache_level__read()
Devsel.c3309 if (!sysfs__read_int("fs/selinux/enforce", &enforced)) { in evsel__open_strerror()
/linux-6.12.1/tools/perf/arch/powerpc/util/
Dheader.c49 return sysfs__read_int(path, &count) < 0 ? 1 : count; in arch_get_runtimeparam()
/linux-6.12.1/tools/lib/api/fs/
Dfs.h55 int sysfs__read_int(const char *entry, int *value);
Dfs.c422 int sysfs__read_int(const char *entry, int *value) in sysfs__read_int() function
/linux-6.12.1/tools/perf/arch/x86/util/
Dintel-pt.c436 if (sysfs__read_int("module/kvm_intel/parameters/pt_mode", &pt_mode)) in intel_pt_exclude_guest()
/linux-6.12.1/tools/perf/
Dbuiltin-stat.c1965 if (sysfs__read_int(FREEZE_ON_SMI_PATH, &smi) < 0) { in add_default_attributes()