Lines Matching defs:child_pid
86 static int perf_thread_event_open(pid_t child_pid, __u64 addr, __u64 len) in perf_thread_event_open()
94 static int perf_thread_cpu_event_open(pid_t child_pid, int cpu, __u64 addr, __u64 len) in perf_thread_cpu_event_open()
102 static int perf_thread_kernel_event_open(pid_t child_pid) in perf_thread_kernel_event_open()
147 static int ptrace_open(pid_t child_pid, __u64 wp_addr, int len) in ptrace_open()
155 static int test1(pid_t child_pid) in test1()
180 static int test2(pid_t child_pid) in test2()
209 static int test3(pid_t child_pid) in test3()
234 static int test4(pid_t child_pid) in test4()
263 static int test5(pid_t child_pid) in test5()
302 static int test6(pid_t child_pid) in test6()
340 static int test7(pid_t child_pid) in test7()
365 static int test8(pid_t child_pid) in test8()
394 static int test9(pid_t child_pid) in test9()
430 static int test10(pid_t child_pid) in test10()
454 static int test11(pid_t child_pid) in test11()
482 static int test12(pid_t child_pid) in test12()
506 static int test13(pid_t child_pid) in test13()
534 static int test14(pid_t child_pid) in test14()
600 static int test(pid_t child_pid) in test()
622 static void get_dbginfo(pid_t child_pid, struct ppc_debug_info *dbginfo) in get_dbginfo()
633 pid_t child_pid; in ptrace_perf_hwbreak() local