Searched refs:sysfs__read_int (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/tools/lib/api/ |
| D | cpu.c | 12 if (sysfs__read_int("devices/system/cpu/online", &cpu) < 0) in cpu__get_max_freq()
|
| /Linux-v5.4/tools/perf/util/ |
| D | cacheline.c | 12 if (sysfs__read_int("devices/system/cpu/cpu0/cache/index0/coherency_line_size", cacheline_sizep)) in cache_line_size()
|
| D | cpumap.c | 105 return sysfs__read_int(path, value); in cpu__get_topology_int()
|
| D | header.c | 1044 if (sysfs__read_int(file, (int *) &cache->level)) in cpu_cache_level__read() 1048 if (sysfs__read_int(file, (int *) &cache->line_size)) in cpu_cache_level__read() 1052 if (sysfs__read_int(file, (int *) &cache->sets)) in cpu_cache_level__read() 1056 if (sysfs__read_int(file, (int *) &cache->ways)) in cpu_cache_level__read()
|
| D | pmu.c | 809 sysfs__read_int(path, &max_precise); in pmu_max_precise()
|
| /Linux-v5.4/tools/lib/api/fs/ |
| D | fs.h | 41 int sysfs__read_int(const char *entry, int *value);
|
| D | fs.c | 459 int sysfs__read_int(const char *entry, int *value) in sysfs__read_int() function
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-stat.c | 1289 if (sysfs__read_int(FREEZE_ON_SMI_PATH, &smi) < 0) { in add_default_attributes()
|