| /tools/testing/selftests/ftrace/test.d/ftrace/ |
| A D | func-filter-notrace-pid.tc | 11 if [ ! -f options/function-fork ]; then 20 orig_value=`grep function-fork trace_options` 49 echo nofunction-fork > trace_options 71 echo function-fork > trace_options
|
| A D | func-filter-pid.tc | 13 if [ ! -f options/function-fork ]; then 27 orig_value=`grep function-fork trace_options` 64 echo nofunction-fork > trace_options 86 echo function-fork > trace_options
|
| /tools/testing/selftests/ftrace/test.d/event/ |
| A D | event-pid.tc | 10 echo 0 > options/event-fork 20 echo 0 > options/event-fork 49 echo 1 > options/event-fork
|
| A D | event-no-pid.tc | 11 echo 0 > options/event-fork 64 echo 0 > options/event-fork 92 echo 1 > options/event-fork
|
| /tools/testing/selftests/arm64/fp/ |
| A D | Makefile | 13 za-fork za-ptrace 25 EXTRA_CLEAN += $(OUTPUT)/asm-utils.o $(OUTPUT)/rdvl.o $(OUTPUT)/za-fork-asm.o 43 $(OUTPUT)/za-fork: za-fork.c $(OUTPUT)/za-fork-asm.o
|
| A D | TODO | 7 - Test PR_SVE_VL_INHERIT after a double fork.
|
| A D | .gitignore | 14 za-fork
|
| /tools/testing/selftests/pid_namespace/ |
| A D | regression_enomem.c | 31 pid = fork(); in TEST() 39 pid = fork(); in TEST()
|
| A D | pid_max.c | 70 pid = fork(); in pid_max_cb() 116 pids[0] = fork(); in pid_max_nested_inner() 125 pids[1] = fork(); in pid_max_nested_inner() 140 pid = fork(); in pid_max_nested_inner() 196 pid = fork(); in pid_max_nested_outer() 261 pid = fork(); in pid_max_nested_limit_inner()
|
| /tools/testing/selftests/powerpc/benchmarks/ |
| A D | Makefile | 2 TEST_GEN_PROGS := gettimeofday context_switch fork mmap_bench futex_bench null_syscall 19 $(OUTPUT)/fork: LDLIBS += -lpthread
|
| A D | .gitignore | 4 fork
|
| /tools/testing/selftests/perf_events/ |
| A D | remove_on_exec.c | 103 pid_t pid = fork(); in TEST_F() 131 pid_only_fork = fork(); in TEST_F() 139 pid_exec = fork(); in TEST_F() 179 pid_exec = fork(); in TEST_F() 204 pids[i] = fork(); in TEST_F()
|
| /tools/testing/selftests/proc/ |
| A D | proc-loadavg-001.c | 36 pid = fork(); in main() 56 pid = fork(); in main()
|
| /tools/testing/selftests/powerpc/math/ |
| A D | fpu_syscall.c | 53 pid_t pid = fork(); in test_syscall_fpu() 58 pid2 = fork(); in test_syscall_fpu()
|
| A D | vmx_syscall.c | 59 pid = fork(); in test_vmx_syscall() 62 pid2 = fork(); in test_vmx_syscall()
|
| /tools/testing/selftests/coredump/ |
| A D | stackdump_test.c | 178 pid = fork(); 378 pid = fork(); in TEST_F() 465 pid = fork(); in TEST_F() 514 pid = fork(); in TEST_F() 577 pid = fork(); in TEST_F() 829 pid = fork(); in TEST_F() 946 pid = fork(); in TEST_F() 1059 pid = fork(); in TEST_F() 1157 pid = fork(); in TEST_F() 1254 pid = fork(); in TEST_F() [all …]
|
| /tools/testing/selftests/sched_ext/ |
| A D | init_enable_count.c | 43 pids[i] = fork(); in run_test() 71 pids[i] = fork(); in run_test() 101 pids[i] = fork(); in run_test()
|
| /tools/testing/selftests/riscv/vector/ |
| A D | vstate_exec_nolibc.c | 26 pid = fork(); in main() 47 pid = fork(); in main()
|
| /tools/testing/selftests/cgroup/ |
| A D | test_stress.sh | 4 ./with_stress.sh -s subsys -s fork ${OUTPUT:-.}/test_core
|
| /tools/testing/selftests/x86/ |
| A D | amx.c | 319 parent = fork(); in test_dynamic_state() 337 child = fork(); in test_dynamic_state() 368 grandchild = fork(); in test_dynamic_state() 439 child = fork(); in test_fork() 457 grandchild = fork(); in test_fork()
|
| /tools/perf/bench/ |
| A D | inject-buildid.c | 159 memset(&event, 0, sizeof(event.fork) + bench_id_hdr_size); in synthesize_fork() 163 event.header.size = sizeof(event.fork) + bench_id_hdr_size; in synthesize_fork() 165 event.fork.ppid = 1; in synthesize_fork() 166 event.fork.ptid = 1; in synthesize_fork() 167 event.fork.pid = data->pid; in synthesize_fork() 168 event.fork.tid = data->pid; in synthesize_fork() 291 data->pid = fork(); in setup_injection()
|
| A D | syscall.c | 39 pid_t pid = fork(); in test_fork() 58 pid_t pid = fork(); in test_execve()
|
| /tools/testing/selftests/ptrace/ |
| A D | vmaccess.c | 26 int f, pid = fork(); in TEST() 48 int s, k, pid = fork(); in TEST()
|
| /tools/testing/selftests/powerpc/tm/ |
| A D | tm-signal-stack.c | 40 pid = fork(); in tm_signal_stack()
|
| /tools/perf/tests/workloads/ |
| A D | sqrtloop.c | 34 switch (fork()) { in sqrtloop()
|