/tools/testing/selftests/powerpc/dscr/ |
D | dscr_sysfs_test.c | 42 DIR *sysfs; in check_all_cpu_dscr_defaults() local 46 sysfs = opendir(CPU_PATH); in check_all_cpu_dscr_defaults() 47 if (!sysfs) { in check_all_cpu_dscr_defaults() 52 while ((dp = readdir(sysfs))) { in check_all_cpu_dscr_defaults() 71 closedir(sysfs); in check_all_cpu_dscr_defaults()
|
/tools/lib/api/fs/ |
D | fs.c | 294 FS(sysfs, FS__SYSFS); 439 const char *sysfs = sysfs__mountpoint(); in sysfs__read_ull_base() local 441 if (!sysfs) in sysfs__read_ull_base() 444 snprintf(path, sizeof(path), "%s/%s", sysfs, entry); in sysfs__read_ull_base() 462 const char *sysfs = sysfs__mountpoint(); in sysfs__read_int() local 464 if (!sysfs) in sysfs__read_int() 467 snprintf(path, sizeof(path), "%s/%s", sysfs, entry); in sysfs__read_int() 475 const char *sysfs = sysfs__mountpoint(); in sysfs__read_str() local 477 if (!sysfs) in sysfs__read_str() 480 snprintf(path, sizeof(path), "%s/%s", sysfs, entry); in sysfs__read_str() [all …]
|
D | fs.h | 21 FS(sysfs)
|
/tools/testing/selftests/cpufreq/ |
D | main.sh | 49 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'` 52 echo $msg sysfs is not mounted >&2 60 echo $msg cpus not available in sysfs >&2 65 echo $msg cpufreq directory not available in sysfs >&2
|
/tools/perf/arch/arm64/util/ |
D | header.c | 19 const char *sysfs = sysfs__mountpoint(); in get_cpuid_str() local 25 if (!sysfs || !pmu || !pmu->cpus) in get_cpuid_str() 36 sysfs, cpus->map[cpu]); in get_cpuid_str()
|
/tools/perf/arch/nds32/util/ |
D | header.c | 16 const char *sysfs = sysfs__mountpoint(); in get_cpuid_str() local 18 if (!sysfs || !pmu || !pmu->cpus) in get_cpuid_str()
|
/tools/testing/selftests/gpio/ |
D | gpio-mockup.sh | 43 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'` 45 echo $msg sysfs is not mounted >&2 56 source gpio-mockup-sysfs.sh
|
D | Makefile | 13 TEST_FILES := gpio-mockup-sysfs.sh
|
/tools/perf/util/ |
D | pmu.c | 87 const char *sysfs = sysfs__mountpoint(); in pmu_format() local 89 if (!sysfs) in pmu_format() 93 "%s" EVENT_SOURCE_DEVICE_PATH "%s/format", sysfs, name); in pmu_format() 475 const char *sysfs = sysfs__mountpoint(); in pmu_aliases() local 477 if (!sysfs) in pmu_aliases() 481 "%s/bus/event_source/devices/%s/events", sysfs, name); in pmu_aliases() 527 const char *sysfs = sysfs__mountpoint(); in pmu_type() local 529 if (!sysfs) in pmu_type() 533 "%s" EVENT_SOURCE_DEVICE_PATH "%s/type", sysfs, name); in pmu_type() 555 const char *sysfs = sysfs__mountpoint(); in pmu_read_sysfs() local [all …]
|
/tools/power/cpupower/ |
D | .gitignore | 13 lib/sysfs.lo 14 lib/sysfs.o
|
D | README | 18 the interaction to the cpufreq core, and support for both the sysfs and proc
|
/tools/thermal/tmon/ |
D | README | 15 introduced sysfs entry at /sys/class/thermal with a matrix of symbolic 28 sysfs.c : access to the generic thermal sysfs
|
/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 25 sysfs /sys sysfs defaults 0 0
|
/tools/testing/selftests/cpu-hotplug/ |
D | cpu-on-off-test.sh | 19 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'` 22 echo $msg sysfs is not mounted >&2
|
/tools/testing/selftests/memory-hotplug/ |
D | mem-on-off-test.sh | 18 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'` 21 echo $msg sysfs is not mounted >&2
|
/tools/power/pm-graph/config/ |
D | cgskip.txt | 49 # debugfs and sysfs setup
|
/tools/testing/selftests/zram/ |
D | README | 11 Statistics for individual zram devices are exported through sysfs nodes at
|
/tools/testing/selftests/livepatch/ |
D | README | 43 sysfs entries, etc.)
|
/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 150 139 common sysfs __x64_sys_sysfs
|
/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 126 135 common sysfs sys_sysfs compat_sys_sysfs
|
/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 180 135 common sysfs sys_sysfs
|
/tools/perf/Documentation/ |
D | perf.data-file-format.txt | 275 Description of the cache hierarchy. Based on the Linux sysfs format
|
/tools/power/pm-graph/ |
D | README | 453 is sysfs mounted: YES
|
/tools/power/cpupower/po/ |
D | fr.po | 754 #. if sysfs file is missing it's: errno == ENOENT
|
D | it.po | 763 #. if sysfs file is missing it's: errno == ENOENT
|