Searched refs:sys (Results 351 - 375 of 1483) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/mm/
H A Dwrite_to_hugetlbfs.c15 #include <sys/types.h>
16 #include <sys/shm.h>
17 #include <sys/stat.h>
18 #include <sys/mman.h>
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dcr4_cpuid_sync_test.c15 #include <sys/ioctl.h>
H A Dvmx_close_while_nested_test.c17 #include <sys/ioctl.h>
H A Dhwcr_msr_test.c7 #include <sys/ioctl.h>
H A Dxss_msr_test.c9 #include <sys/ioctl.h>
/linux-master/tools/testing/selftests/bpf/
H A Dget_cgroup_id_user.c12 #include <sys/ioctl.h>
13 #include <sys/time.h>
14 #include <sys/types.h>
15 #include <sys/stat.h>
89 if (access("/sys/kernel/tracing/trace", F_OK) == 0) {
91 "/sys/kernel/tracing/events/%s/id", probe_name);
94 "/sys/kernel/debug/tracing/events/%s/id", probe_name);
/linux-master/tools/testing/selftests/bpf/progs/
H A Drecvmsg6_prog.c6 #include <sys/socket.h>
H A Dsendmsg4_prog.c6 #include <sys/socket.h>
H A Dudp_limit.c3 #include <sys/socket.h>
/linux-master/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.h12 #include <sys/types.h>
/linux-master/scripts/gdb/
H A Dvmlinux-gdb.py16 sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)) + "/scripts/gdb")
/linux-master/tools/perf/arch/powerpc/util/
H A Dheader.c2 #include <sys/types.h>
/linux-master/tools/perf/util/
H A Dstring2.h7 #include <sys/types.h> // pid_t
/linux-master/tools/testing/selftests/net/af_unix/
H A Ddiag_uid.c12 #include <sys/socket.h>
13 #include <sys/stat.h>
14 #include <sys/types.h>
15 #include <sys/un.h>
/linux-master/tools/crypto/tcrypt/
H A Dtcrypt_speed_compare.py53 import sys namespace
187 if len(sys.argv) != 3:
188 print(f"usage: {sys.argv[0]} base_log new_log")
190 main(sys.argv[1], sys.argv[2])
/linux-master/samples/bpf/
H A Dcpustat_user.c13 #include <sys/types.h>
14 #include <sys/stat.h>
15 #include <sys/time.h>
16 #include <sys/wait.h>
28 #define CPUFREQ_MAX_SYSFS_PATH "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq"
/linux-master/arch/um/os-Linux/
H A Dutil.c14 #include <sys/wait.h>
15 #include <sys/mman.h>
16 #include <sys/utsname.h>
17 #include <sys/random.h>
/linux-master/arch/um/include/shared/
H A Duser.h24 #include <sys/types.h>
/linux-master/tools/perf/arch/x86/util/
H A Dpmu.c4 #include <sys/types.h>
/linux-master/tools/tracing/rtla/sample/
H A Dtimerlat_load.py24 import sys namespace
54 timerlat_path = "/sys/kernel/tracing/osnoise/per_cpu/cpu" + args.cpu + "/timerlat_fd"
/linux-master/arch/x86/entry/
H A Dsyscall_32.c5 #include <linux/sys.h>
/linux-master/scripts/
H A Dcheckkconfigsymbols.py17 import sys namespace
88 sys.exit("Please specify only one option at once.")
91 sys.exit("Please specify valid input in the following format: "
96 sys.exit("The current Git tree is dirty (see 'git status'). "
105 sys.exit("The --commit option can't use the HEAD ref")
113 sys.exit("Please specify a valid Python regex.")
123 COLOR = args.color and sys.stdout.isatty()
131 sys.exit(0)
319 sys.exit(1)
477 os.dup2(devnull, sys
[all...]
/linux-master/tools/perf/trace/beauty/
H A Dopen_flags.c2 #include <sys/types.h>
3 #include <sys/stat.h>
H A Dmode_t.c2 #include <sys/types.h>
3 #include <sys/stat.h>
/linux-master/tools/lib/subcmd/
H A Dpager.c2 #include <sys/select.h>
7 #include <sys/ioctl.h>

Completed in 454 milliseconds

<<11121314151617181920>>