Searched refs:sysfs__read_str (Results 1 – 8 of 8) sorted by relevance
| /tools/lib/api/fs/ |
| A D | fs.h | 58 int sysfs__read_str(const char *entry, char **buf, size_t *sizep);
|
| A D | fs.c | 435 int sysfs__read_str(const char *entry, char **buf, size_t *sizep) in sysfs__read_str() function
|
| /tools/perf/arch/x86/util/ |
| A D | pmu.c | 47 if (sysfs__read_str(sysfs_path, &buf, &buf_len) < 0) in read_sysfs_cpu_map()
|
| A D | iostat.c | 157 if (sysfs__read_str(path, &buf, &size) < 0) { in iio_mapping()
|
| /tools/lib/perf/ |
| A D | cpumap.c | 110 if (sysfs__read_str("devices/system/cpu/online", &buf, &buf_len) >= 0) { in cpu_map__new_sysfs_online()
|
| /tools/perf/util/ |
| A D | bpf_lock_contention.c | 163 ret = sysfs__read_str("devices/system/node/online", &buf, &len); in init_numa_data()
|
| A D | header.c | 1160 if (sysfs__read_str(file, &cache->type, &len)) in cpu_cache_level__read() 1167 if (sysfs__read_str(file, &cache->size, &len)) { in cpu_cache_level__read() 1176 if (sysfs__read_str(file, &cache->map, &len)) { in cpu_cache_level__read()
|
| /tools/perf/bench/ |
| A D | numa.c | 580 if (sysfs__read_str(buf, &str, &strlen) < 0) in is_cpu_online()
|
Completed in 21 milliseconds