sysfs__read_int 12 tools/lib/api/cpu.c if (sysfs__read_int("devices/system/cpu/online", &cpu) < 0) sysfs__read_int 41 tools/lib/api/fs/fs.h int sysfs__read_int(const char *entry, int *value); sysfs__read_int 1289 tools/perf/builtin-stat.c if (sysfs__read_int(FREEZE_ON_SMI_PATH, &smi) < 0) { sysfs__read_int 12 tools/perf/util/cacheline.c if (sysfs__read_int("devices/system/cpu/cpu0/cache/index0/coherency_line_size", cacheline_sizep)) sysfs__read_int 105 tools/perf/util/cpumap.c return sysfs__read_int(path, value); sysfs__read_int 1044 tools/perf/util/header.c if (sysfs__read_int(file, (int *) &cache->level)) sysfs__read_int 1048 tools/perf/util/header.c if (sysfs__read_int(file, (int *) &cache->line_size)) sysfs__read_int 1052 tools/perf/util/header.c if (sysfs__read_int(file, (int *) &cache->sets)) sysfs__read_int 1056 tools/perf/util/header.c if (sysfs__read_int(file, (int *) &cache->ways)) sysfs__read_int 809 tools/perf/util/pmu.c sysfs__read_int(path, &max_precise);