Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dsmt.c30 if (sysfs__read_str(fn, &str, &strlen) < 0) { in smt_on()
34 if (sysfs__read_str(fn, &str, &strlen) < 0) in smt_on()
A Dheader.c1126 if (sysfs__read_str(file, &cache->type, &len)) in cpu_cache_level__read()
1133 if (sysfs__read_str(file, &cache->size, &len)) { in cpu_cache_level__read()
1142 if (sysfs__read_str(file, &cache->map, &len)) { in cpu_cache_level__read()
A Dpmu.c666 if (sysfs__read_str(path, &str, &len) < 0) in pmu_id()
/linux/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/tools/perf/arch/x86/util/
A Diostat.c156 if (sysfs__read_str(path, &buf, &size) < 0) { in iio_mapping()

Completed in 18 milliseconds