Searched refs:sys (Results 251 - 275 of 1483) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_standalone_test_x86.c14 #include <sys/syscall.h>
15 #include <sys/time.h>
/linux-master/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_cpumask.tc8 ls -d /sys/devices/system/cpu/cpu[0-9]* | wc -l
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb_on_willing_child_test.c10 #include <sys/types.h>
11 #include <sys/wait.h>
/linux-master/tools/perf/scripts/python/
H A Dfutex-contention.py16 import sys namespace
17 sys.path.append(os.environ['PERF_EXEC_PATH'] +
H A Dflamegraph.py28 import sys namespace
129 print("Error reading report header: {}".format(err), file=sys.stderr)
154 file=sys.stderr)
164 file=sys.stderr)
181 "a minimal flame graph will be generated", file=sys.stderr)
206 with io.open(sys.stdout.fileno(), "w", encoding="utf-8", closefd=False) as out:
214 print("Error writing output file: {}".format(err), file=sys.stderr)
215 sys.exit(1)
/linux-master/tools/testing/selftests/powerpc/eeh/
H A Deeh-basic.sh17 for dev in `ls -1 /sys/bus/pci/devices/ | grep '\.0$'` ; do
23 if [ -e "/sys/bus/pci/devices/$dev/physfn" ] ; then
/linux-master/tools/testing/selftests/timers/
H A Dleapcrash.c21 #include <sys/time.h>
22 #include <sys/timex.h>
/linux-master/tools/testing/selftests/net/
H A Dso_netns_cookie.c10 #include <sys/types.h>
11 #include <sys/socket.h>
H A Dsocket.c6 #include <sys/types.h>
7 #include <sys/socket.h>
/linux-master/arch/um/drivers/
H A Drtc_user.c12 #include <sys/select.h>
14 #include <sys/timerfd.h>
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall.c14 #include <sys/syscall.h>
16 #include <sys/time.h>
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_sleep.c7 #include <sys/mman.h>
8 #include <sys/syscall.h>
H A Dudp_limit.c5 #include <sys/types.h>
6 #include <sys/socket.h>
/linux-master/tools/perf/trace/beauty/
H A Dsocket.c9 #include <sys/types.h>
10 #include <sys/socket.h>
/linux-master/tools/testing/selftests/exec/
H A Dnull-argv.c5 #include <sys/types.h>
6 #include <sys/wait.h>
/linux-master/tools/perf/python/
H A Dtracepoint.py9 def __init__(self, sys, name):
10 config = perf.tracepoint(sys, name)
/linux-master/tools/testing/selftests/arm64/mte/
H A Dcheck_prctl.c8 #include <sys/auxv.h>
9 #include <sys/prctl.h>
/linux-master/tools/thermal/tmon/
H A Dpid.c15 #include <sys/types.h>
23 #include <sys/stat.h>
/linux-master/tools/perf/tests/
H A Dopenat-syscall.c7 #include <sys/types.h>
8 #include <sys/stat.h>
42 "tweak /proc/sys/kernel/perf_event_paranoid?\n",
/linux-master/tools/testing/selftests/powerpc/security/
H A Dflush_utils.c9 #include <sys/types.h>
16 #include <sys/utsname.h>
/linux-master/Documentation/sphinx/
H A Dload_config.py5 import sys namespace
48 sys.stdout.write("load additional sphinx-config: %s\n" % config_file)
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dtpidr2_siginfo.c11 #include <sys/auxv.h>
12 #include <sys/prctl.h>
/linux-master/tools/testing/kunit/
H A Dkunit_printer.py10 import sys namespace
48 stdout = Printer(sys.stdout)
/linux-master/include/media/
H A Drc-map.h129 #define RC_SCANCODE_RC5(sys, cmd) (((sys) << 8) | (cmd))
130 #define RC_SCANCODE_RC5_SZ(sys, cmd) (((sys) << 8) | (cmd))
131 #define RC_SCANCODE_RC6_0(sys, cmd) (((sys) << 8) | (cmd))
132 #define RC_SCANCODE_RC6_6A(vendor, sys, cmd) (((vendor) << 16) | ((sys) << 8) | (cmd))
/linux-master/tools/power/acpi/os_specific/service_layers/
H A Dosunixmap.c12 #include <sys/mman.h>
14 #include <sys/param.h>

Completed in 212 milliseconds

<<11121314151617181920>>