Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/lib/api/fs/
A Dfs.h58 int sysfs__read_str(const char *entry, char **buf, size_t *sizep);
A Dfs.c491 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.3-rc2/tools/perf/arch/x86/util/
A Diostat.c156 if (sysfs__read_str(path, &buf, &size) < 0) { in iio_mapping()
/linux-6.3-rc2/tools/perf/util/
A Dheader.c1035 if (sysfs__read_str(buf, &str, &strlen) < 0) in is_cpu_online()
1184 if (sysfs__read_str(file, &cache->type, &len)) in cpu_cache_level__read()
1191 if (sysfs__read_str(file, &cache->size, &len)) { in cpu_cache_level__read()
1200 if (sysfs__read_str(file, &cache->map, &len)) { in cpu_cache_level__read()

Completed in 12 milliseconds