Searched refs:sys (Results 26 - 50 of 1483) sorted by relevance

1234567891011>>

/linux-master/tools/perf/
H A Dperf-sys.h6 #include <sys/types.h>
7 #include <sys/syscall.h>
/linux-master/tools/testing/kunit/qemu_configs/
H A Driscv.py4 import sys namespace
12 sys.exit()
/linux-master/tools/testing/selftests/bpf/
H A Dtask_local_storage_helpers.h6 #include <sys/syscall.h>
7 #include <sys/types.h>
H A Dtest_ftrace.sh3 if [[ -e /sys/kernel/tracing/trace ]]; then
4 TR=/sys/kernel/tracing/
6 TR=/sys/kernel/debug/tracing/
/linux-master/tools/testing/selftests/tc-testing/plugin-lib/
H A DrootPlugin.py2 import sys namespace
18 print('This script must be run with root privileges', file=sys.stderr)
/linux-master/tools/testing/selftests/timers/
H A Dskew_consistency.c29 #include <sys/time.h>
30 #include <sys/timex.h>
32 #include <sys/types.h>
33 #include <sys/stat.h>
36 #include <sys/wait.h>
/linux-master/tools/perf/tests/shell/base_probe/
H A Dsettings.sh30 test -e /sys/kernel/debug/tracing/kprobe_events
35 test -e /sys/kernel/debug/tracing/uprobe_events
40 echo 0 > /sys/kernel/debug/tracing/events/enable
41 check_kprobes_available && echo > /sys/kernel/debug/tracing/kprobe_events
42 check_uprobes_available && echo > /sys/kernel/debug/tracing/uprobe_events
/linux-master/tools/testing/selftests/memfd/
H A Drun_hugetlbfs_test.sh26 nr_hugepgs=`cat /proc/sys/vm/nr_hugepages`
34 echo 3 > /proc/sys/vm/drop_caches
35 echo $(( $hpages_needed + $nr_hugepgs )) > /proc/sys/vm/nr_hugepages
50 echo $nr_hugepgs > /proc/sys/vm/nr_hugepages
67 echo $nr_hugepgs > /proc/sys/vm/nr_hugepages
/linux-master/tools/perf/scripts/python/
H A Dsyscall-counts-by-pid.py10 import os, sys namespace
12 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
24 if len(sys.argv) > 2:
25 sys.exit(usage)
27 if len(sys.argv) > 1:
29 for_pid = int(sys.argv[1])
31 for_comm = sys.argv[1]
H A Dfailed-syscalls-by-pid.py11 import sys namespace
13 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
25 if len(sys.argv) > 2:
26 sys.exit(usage)
28 if len(sys.argv) > 1:
30 for_pid = int(sys.argv[1])
32 for_comm = sys.argv[1]
/linux-master/tools/testing/selftests/intel_pstate/
H A Dmsr.c6 #include <sys/types.h>
7 #include <sys/stat.h>
9 #include <sys/timeb.h>
/linux-master/arch/sh/kernel/
H A Dsyscalls_32.S10 #include <linux/sys.h>
/linux-master/tools/build/feature/
H A Dtest-timerfd.c5 #include <sys/timerfd.h>
H A Dtest-libcap.c2 #include <sys/capability.h>
/linux-master/fs/ocfs2/cluster/
H A DMakefile4 ocfs2_nodemanager-objs := heartbeat.o masklog.o sys.o nodemanager.o \
/linux-master/Documentation/trace/postprocess/
H A Ddecode_msr.py4 import sys namespace
9 with open(sys.argv[1] if len(sys.argv) > 1 else "msr-index.h", "r") as f:
21 for j in sys.stdin:
/linux-master/tools/testing/selftests/powerpc/security/
H A Dmitigation-patching.sh31 cd /sys/kernel/debug/powerpc || rc=1
33 echo "Error: couldn't cd to /sys/kernel/debug/powerpc" >&2
37 tainted=$(cat /proc/sys/kernel/tainted)
47 if [[ -f /sys/kernel/debug/powerpc/$m ]]
71 tainted=$(cat /proc/sys/kernel/tainted)
/linux-master/drivers/gpu/drm/ci/
H A Dcheck-patch.py13 import sys namespace
42 sys.exit(0)
55 sys.exit(1)
57 sys.exit(0)
/linux-master/tools/testing/selftests/devices/
H A Dksft.py8 import sys namespace
80 sys.exit(exit_code)
85 sys.exit(KSFT_FAIL)
90 sys.exit(KSFT_PASS)
/linux-master/arch/x86/um/shared/sysdep/
H A Dstub.h3 #include <sys/mman.h>
/linux-master/tools/usb/usbip/libsrc/
H A Dsysfs_utils.c2 #include <sys/types.h>
3 #include <sys/stat.h>
/linux-master/drivers/ps3/
H A DMakefile5 obj-$(CONFIG_PPC_PS3) += sys-manager-core.o
6 obj-$(CONFIG_PS3_SYS_MANAGER) += ps3-sys-manager.o
/linux-master/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfgraph-filter-stack.tc10 if [ -e /proc/sys/kernel/stack_tracer_enabled ]; then
11 echo 0 > /proc/sys/kernel/stack_tracer_enabled
36 echo 1 > /proc/sys/kernel/stack_tracer_enabled
55 echo 0 > /proc/sys/kernel/stack_tracer_enabled
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-stack.c18 #include <sys/types.h>
19 #include <sys/wait.h>
/linux-master/include/acpi/platform/
H A Daczephyr.h29 #include <zephyr/sys/printk.h>
30 #include <zephyr/sys/__assert.h>

Completed in 227 milliseconds

1234567891011>>