Home
last modified time | relevance | path

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

123456

/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc-filter-pid.tc25 if [ ! -f options/function-fork ]; then
34 orig_value=`grep function-fork trace_options`
62 echo nofunction-fork > trace_options
84 echo function-fork > trace_options
/tools/testing/selftests/ftrace/test.d/event/
Devent-pid.tc9 echo 0 > options/event-fork
29 echo 0 > options/event-fork
58 echo 1 > options/event-fork
/tools/testing/selftests/powerpc/benchmarks/
DMakefile2 TEST_GEN_PROGS := gettimeofday context_switch fork mmap_bench futex_bench null_syscall
16 $(OUTPUT)/fork: LDLIBS += -lpthread
D.gitignore3 fork
/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.c52 pid_t pid = fork(); in test_vmx_syscall()
57 pid2 = fork(); in test_vmx_syscall()
/tools/testing/selftests/proc/
Dproc-loadavg-001.c36 pid = fork(); in main()
56 pid = fork(); in main()
Dsetns-dcache.c69 pid = fork(); in main()
Dsetns-sysvipc.c68 pid = fork(); in main()
/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/powerpc/tm/
Dtm-signal-stack.c39 pid = fork(); in tm_signal_stack()
Dtm-poison.c43 pid = fork(); in tm_poison_test()
D.gitignore6 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()
Debb_on_child_test.c55 pid = fork(); in ebb_on_child()
Dtask_event_vs_ebb_test.c48 pid = fork(); in task_event_vs_ebb()
Debb_on_willing_child_test.c60 pid = fork(); in ebb_on_willing_child()
/tools/testing/selftests/pidfd/
Dpidfd_test.c89 pid = fork(); in test_pidfd_send_signal_exited_fail()
157 pid1 = fork(); in test_pidfd_send_signal_recycled_pid_fail()
174 pid2 = fork(); in test_pidfd_send_signal_recycled_pid_fail()
217 recycled_pid = fork(); in test_pidfd_send_signal_recycled_pid_fail()
/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/testing/selftests/powerpc/dscr/
Ddscr_inherit_test.c40 pid = fork(); in dscr_inherit()
Ddscr_inherit_exec_test.c60 pid = fork(); in dscr_inherit_exec()
/tools/perf/util/
Ddata-convert-bt.c905 __FUNC_PROCESS_NON_SAMPLE(fork,
906 __NON_SAMPLE_SET_FIELD(fork, u32, pid);
907 __NON_SAMPLE_SET_FIELD(fork, u32, ppid);
908 __NON_SAMPLE_SET_FIELD(fork, u32, tid);
909 __NON_SAMPLE_SET_FIELD(fork, u32, ptid);
910 __NON_SAMPLE_SET_FIELD(fork, u64, time);
914 __NON_SAMPLE_SET_FIELD(fork, u32, pid);
915 __NON_SAMPLE_SET_FIELD(fork, u32, ppid);
916 __NON_SAMPLE_SET_FIELD(fork, u32, tid);
917 __NON_SAMPLE_SET_FIELD(fork, u32, ptid);
[all …]
/tools/testing/selftests/sync/
Dsync_test.c47 childpid = fork(); in run_test()

123456