Searched refs:sysfs__read_str (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/lib/api/fs/ |
D | fs.h | 58 int sysfs__read_str(const char *entry, char **buf, size_t *sizep);
|
D | fs.c | 491 int sysfs__read_str(const char *entry, char **buf, size_t *sizep) in sysfs__read_str() function 510 ret = sysfs__read_str(entry, &buf, &size); in sysfs__read_bool()
|
/linux-6.1.9/tools/perf/arch/x86/util/ |
D | iostat.c | 156 if (sysfs__read_str(path, &buf, &size) < 0) { in iio_mapping()
|
/linux-6.1.9/tools/perf/util/ |
D | header.c | 1028 if (sysfs__read_str(buf, &str, &strlen) < 0) in is_cpu_online() 1177 if (sysfs__read_str(file, &cache->type, &len)) in cpu_cache_level__read() 1184 if (sysfs__read_str(file, &cache->size, &len)) { in cpu_cache_level__read() 1193 if (sysfs__read_str(file, &cache->map, &len)) { in cpu_cache_level__read()
|
D | pmu.c | 666 if (sysfs__read_str(path, &str, &len) < 0) in pmu_id()
|