/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func-filter-pid.tc | 12 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
|
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
|
/tools/testing/selftests/ftrace/test.d/event/ |
D | event-pid.tc | 10 echo 0 > options/event-fork 20 echo 0 > options/event-fork 49 echo 1 > options/event-fork
|
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/pid_namespace/ |
D | regression_enomem.c | 31 pid = fork(); in TEST() 39 pid = fork(); in TEST()
|
/tools/testing/selftests/powerpc/benchmarks/ |
D | Makefile | 2 TEST_GEN_PROGS := gettimeofday context_switch fork mmap_bench futex_bench null_syscall 18 $(OUTPUT)/fork: LDLIBS += -lpthread
|
D | .gitignore | 4 fork
|
/tools/testing/selftests/proc/ |
D | proc-loadavg-001.c | 36 pid = fork(); in main() 56 pid = fork(); in main()
|
/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 | 59 pid = fork(); in test_vmx_syscall() 62 pid2 = fork(); in test_vmx_syscall()
|
/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/cgroup/ |
D | test_stress.sh | 4 ./with_stress.sh -s subsys -s fork ${OUTPUT:-.}/test_core
|
/tools/perf/bench/ |
D | inject-buildid.c | 158 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/ |
D | vmaccess.c | 26 int f, pid = fork(); in TEST() 48 int s, k, pid = fork(); in TEST()
|
/tools/testing/selftests/powerpc/tm/ |
D | tm-signal-stack.c | 39 pid = fork(); in tm_signal_stack()
|
D | tm-poison.c | 46 pid = fork(); in tm_poison_test()
|
D | .gitignore | 7 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()
|
/tools/testing/selftests/bpf/ |
D | test_current_pid_tgid_new_ns.c | 49 pid = fork(); in main() 64 pid = fork(); in main()
|
/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/perf/util/ |
D | data-convert-bt.c | 908 __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/ |
D | dscr_inherit_test.c | 42 pid = fork(); in dscr_inherit()
|
/tools/testing/selftests/pidfd/ |
D | pidfd_test.c | 106 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()
|