Home
last modified time | relevance | path

Searched refs:sysfs__read_str (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/lib/api/fs/
H A Dfs.h58 int sysfs__read_str(const char *entry, char **buf, size_t *sizep);
H A Dfs.c463 int sysfs__read_str(const char *entry, char **buf, size_t *sizep) in sysfs__read_str() function
482 ret = sysfs__read_str(entry, &buf, &size); in sysfs__read_bool()
/openbmc/linux/tools/perf/arch/x86/util/
H A Diostat.c157 if (sysfs__read_str(path, &buf, &size) < 0) { in iio_mapping()
/openbmc/linux/tools/perf/util/
H A Dheader.c1032 if (sysfs__read_str(buf, &str, &strlen) < 0) in is_cpu_online()
1181 if (sysfs__read_str(file, &cache->type, &len)) in cpu_cache_level__read()
1188 if (sysfs__read_str(file, &cache->size, &len)) { in cpu_cache_level__read()
1197 if (sysfs__read_str(file, &cache->map, &len)) { in cpu_cache_level__read()