Home
last modified time | relevance | path

Searched refs:fork (Results 1 – 25 of 180) sorted by relevance

12345678

/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc-filter-pid.tc12 if [ ! -f options/function-fork ]; then
21 orig_value=`grep function-fork trace_options`
49 echo nofunction-fork > trace_options
71 echo function-fork > trace_options
Dfunc-filter-notrace-pid.tc11 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
/tools/testing/selftests/ftrace/test.d/event/
Devent-pid.tc10 echo 0 > options/event-fork
20 echo 0 > options/event-fork
49 echo 1 > options/event-fork
Devent-no-pid.tc11 echo 0 > options/event-fork
64 echo 0 > options/event-fork
92 echo 1 > options/event-fork
/tools/testing/selftests/pid_namespace/
Dregression_enomem.c31 pid = fork(); in TEST()
39 pid = fork(); in TEST()
/tools/testing/selftests/powerpc/benchmarks/
DMakefile2 TEST_GEN_PROGS := gettimeofday context_switch fork mmap_bench futex_bench null_syscall
18 $(OUTPUT)/fork: LDLIBS += -lpthread
D.gitignore4 fork
/tools/testing/selftests/proc/
Dproc-loadavg-001.c36 pid = fork(); in main()
56 pid = fork(); in main()
/tools/testing/selftests/powerpc/math/
Dfpu_syscall.c51 pid_t pid = fork(); in test_syscall_fpu()
56 pid2 = fork(); in test_syscall_fpu()
Dvmx_syscall.c59 pid = fork(); in test_vmx_syscall()
62 pid2 = fork(); in test_vmx_syscall()
/tools/perf/Documentation/
Dperf-test.txt35 --dont-fork::
36 Do not fork child for each test, run all tests within single process.
/tools/testing/selftests/cgroup/
Dtest_stress.sh4 ./with_stress.sh -s subsys -s fork ${OUTPUT:-.}/test_core
/tools/perf/bench/
Dinject-buildid.c158 memset(&event, 0, sizeof(event.fork) + bench_id_hdr_size); in synthesize_fork()
162 event.header.size = sizeof(event.fork) + bench_id_hdr_size; in synthesize_fork()
164 event.fork.ppid = 1; in synthesize_fork()
165 event.fork.ptid = 1; in synthesize_fork()
166 event.fork.pid = data->pid; in synthesize_fork()
167 event.fork.tid = data->pid; in synthesize_fork()
290 data->pid = fork(); in setup_injection()
/tools/testing/selftests/ptrace/
Dvmaccess.c26 int f, pid = fork(); in TEST()
48 int s, k, pid = fork(); in TEST()
/tools/testing/selftests/powerpc/tm/
Dtm-signal-stack.c39 pid = fork(); in tm_signal_stack()
Dtm-poison.c46 pid = fork(); in tm_poison_test()
D.gitignore7 tm-fork
/tools/testing/selftests/timers/
Dskew_consistency.c50 pid = fork(); in main()
/tools/testing/selftests/powerpc/pmu/ebb/
Dfork_cleanup_test.c64 pid = fork(); in fork_cleanup()
/tools/testing/selftests/bpf/
Dtest_current_pid_tgid_new_ns.c49 pid = fork(); in main()
64 pid = fork(); in main()
/tools/testing/selftests/prctl/
Ddisable-tsc-on-off-stress-test.c89 if (fork() == 0) in main()
Ddisable-tsc-ctxt-sw-stress-test.c85 if (fork() == 0) in main()
/tools/perf/util/
Ddata-convert-bt.c908 __FUNC_PROCESS_NON_SAMPLE(fork,
909 __NON_SAMPLE_SET_FIELD(fork, u32, pid);
910 __NON_SAMPLE_SET_FIELD(fork, u32, ppid);
911 __NON_SAMPLE_SET_FIELD(fork, u32, tid);
912 __NON_SAMPLE_SET_FIELD(fork, u32, ptid);
913 __NON_SAMPLE_SET_FIELD(fork, u64, time);
917 __NON_SAMPLE_SET_FIELD(fork, u32, pid);
918 __NON_SAMPLE_SET_FIELD(fork, u32, ppid);
919 __NON_SAMPLE_SET_FIELD(fork, u32, tid);
920 __NON_SAMPLE_SET_FIELD(fork, u32, ptid);
[all …]
/tools/testing/selftests/powerpc/dscr/
Ddscr_inherit_test.c42 pid = fork(); in dscr_inherit()
/tools/testing/selftests/pidfd/
Dpidfd_test.c106 pid = fork(); in test_pidfd_send_signal_exited_fail()
192 pid1 = fork(); in test_pidfd_send_signal_recycled_pid_fail()
209 pid2 = fork(); in test_pidfd_send_signal_recycled_pid_fail()
252 recycled_pid = fork(); in test_pidfd_send_signal_recycled_pid_fail()

12345678