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()
354 skel->bss->tgid = getpid(); in test_task_file()
362 linfo.task.tid = getpid(); in test_task_file()
1208 if (CHECK(err || val != getpid(), "bpf_map_lookup_elem", in test_bpf_sk_storage_get()
1210 getpid(), val, err)) in test_bpf_sk_storage_get()
1216 CHECK(err || val != -getpid(), "bpf_map_lookup_elem", in test_bpf_sk_storage_get()
1218 -getpid(), val, err); in test_bpf_sk_storage_get()
1412 skel->bss->pid = getpid(); in test_task_vma_common()
1482 skel->bss->pid = getpid(); in test_task_vma_dead_task()
1560 linfo.task.tid = getpid(); in test_task_vma()
1586 skel->bss->pid = getpid(); in test_task_vma_offset_common()
1623 linfo.task.pid = getpid(); in test_task_vma_offset()
1630 linfo.task.tid = getpid(); in test_task_vma_offset()