Lines Matching refs:getpid
193 linfo.task.tid = getpid(); in check_bpf_link_info()
204 ASSERT_EQ(info.iter.task.tid, getpid(), "check_task_tid"); in check_bpf_link_info()
235 skel->bss->tid = getpid(); in test_task_common_nocheck()
265 linfo.task.tid = getpid(); in test_task_tid()
271 linfo.task.pid = getpid(); in test_task_tid()
285 linfo.task.pid = getpid(); in test_task_pid()
298 pidfd = pidfd_open(getpid(), 0); in test_task_pidfd()
356 skel->bss->tgid = getpid(); in test_task_file()
364 linfo.task.tid = getpid(); in test_task_file()
1202 if (CHECK(err || val != getpid(), "bpf_map_lookup_elem", in test_bpf_sk_storage_get()
1204 getpid(), val, err)) in test_bpf_sk_storage_get()
1210 CHECK(err || val != -getpid(), "bpf_map_lookup_elem", in test_bpf_sk_storage_get()
1212 -getpid(), val, err); in test_bpf_sk_storage_get()
1406 skel->bss->pid = getpid(); in test_task_vma_common()
1483 linfo.task.tid = getpid(); in test_task_vma()
1510 skel->bss->pid = getpid(); in test_task_vma_offset_common()
1547 linfo.task.pid = getpid(); in test_task_vma_offset()
1554 linfo.task.tid = getpid(); in test_task_vma_offset()