Lines Matching refs:getpid
189 linfo.task.tid = getpid(); in check_bpf_link_info()
200 ASSERT_EQ(info.iter.task.tid, getpid(), "check_task_tid"); in check_bpf_link_info()
231 skel->bss->tid = getpid(); in test_task_common_nocheck()
261 linfo.task.tid = getpid(); in test_task_tid()
267 linfo.task.pid = getpid(); in test_task_tid()
281 linfo.task.pid = getpid(); in test_task_pid()
294 pidfd = sys_pidfd_open(getpid(), 0); in test_task_pidfd()
352 skel->bss->tgid = getpid(); in test_task_file()
360 linfo.task.tid = getpid(); in test_task_file()
1206 if (CHECK(err || val != getpid(), "bpf_map_lookup_elem", in test_bpf_sk_storage_get()
1208 getpid(), val, err)) in test_bpf_sk_storage_get()
1214 CHECK(err || val != -getpid(), "bpf_map_lookup_elem", in test_bpf_sk_storage_get()
1216 -getpid(), val, err); in test_bpf_sk_storage_get()
1410 skel->bss->pid = getpid(); in test_task_vma_common()
1480 skel->bss->pid = getpid(); in test_task_vma_dead_task()
1558 linfo.task.tid = getpid(); in test_task_vma()
1584 skel->bss->pid = getpid(); in test_task_vma_offset_common()
1621 linfo.task.pid = getpid(); in test_task_vma_offset()
1628 linfo.task.tid = getpid(); in test_task_vma_offset()