Searched refs:fork (Results 1 – 25 of 142) sorted by relevance
123456
/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func-filter-pid.tc | 25 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/ |
D | event-pid.tc | 9 echo 0 > options/event-fork 29 echo 0 > options/event-fork 58 echo 1 > options/event-fork
|
/tools/testing/selftests/powerpc/benchmarks/ |
D | Makefile | 2 TEST_GEN_PROGS := gettimeofday context_switch fork mmap_bench futex_bench null_syscall 16 $(OUTPUT)/fork: LDLIBS += -lpthread
|
D | .gitignore | 3 fork
|
/tools/testing/selftests/powerpc/math/ |
D | fpu_syscall.c | 51 pid_t pid = fork(); in test_syscall_fpu() 56 pid2 = fork(); in test_syscall_fpu()
|
D | vmx_syscall.c | 52 pid_t pid = fork(); in test_vmx_syscall() 57 pid2 = fork(); in test_vmx_syscall()
|
/tools/testing/selftests/proc/ |
D | proc-loadavg-001.c | 36 pid = fork(); in main() 56 pid = fork(); in main()
|
D | setns-dcache.c | 69 pid = fork(); in main()
|
D | setns-sysvipc.c | 68 pid = fork(); in main()
|
/tools/perf/Documentation/ |
D | perf-test.txt | 35 --dont-fork:: 36 Do not fork child for each test, run all tests within single process.
|
/tools/testing/selftests/powerpc/tm/ |
D | tm-signal-stack.c | 39 pid = fork(); in tm_signal_stack()
|
D | tm-poison.c | 43 pid = fork(); in tm_poison_test()
|
D | .gitignore | 6 tm-fork
|
/tools/testing/selftests/timers/ |
D | skew_consistency.c | 50 pid = fork(); in main()
|
/tools/testing/selftests/powerpc/pmu/ebb/ |
D | fork_cleanup_test.c | 64 pid = fork(); in fork_cleanup()
|
D | ebb_on_child_test.c | 55 pid = fork(); in ebb_on_child()
|
D | task_event_vs_ebb_test.c | 48 pid = fork(); in task_event_vs_ebb()
|
D | ebb_on_willing_child_test.c | 60 pid = fork(); in ebb_on_willing_child()
|
/tools/testing/selftests/pidfd/ |
D | pidfd_test.c | 89 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/ |
D | disable-tsc-on-off-stress-test.c | 89 if (fork() == 0) in main()
|
D | disable-tsc-ctxt-sw-stress-test.c | 85 if (fork() == 0) in main()
|
/tools/testing/selftests/powerpc/dscr/ |
D | dscr_inherit_test.c | 40 pid = fork(); in dscr_inherit()
|
D | dscr_inherit_exec_test.c | 60 pid = fork(); in dscr_inherit_exec()
|
/tools/perf/util/ |
D | data-convert-bt.c | 905 __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/ |
D | sync_test.c | 47 childpid = fork(); in run_test()
|
123456