Lines Matching refs:cpid
267 int cpid; in test5() local
275 cpid = fork(); in test5()
276 if (!cpid) { in test5()
282 perf_fd = perf_thread_event_open(cpid, (__u64)perf_data1, sizeof(*perf_data1)); in test5()
298 kill(cpid, SIGINT); in test5()
398 int cpid; in test9() local
410 cpid = fork(); in test9()
411 if (!cpid) { in test9()
417 perf_fd = perf_thread_event_open(cpid, (__u64)perf_data1, sizeof(*perf_data1)); in test9()
425 kill(cpid, SIGINT); in test9()
538 int cpid; in test14() local
550 cpid = fork(); in test14()
551 if (!cpid) { in test14()
557 perf_fd = perf_thread_cpu_event_open(cpid, 0, (__u64)perf_data1, in test14()
566 kill(cpid, SIGINT); in test14()