Searched refs:my_pid_tgid (Results 1 – 3 of 3) sorted by relevance
22 uint64_t my_pid_tgid; member49 if (data.my_pid_tgid != pid_tgid) in BPF_PROG()83 if (data.my_pid_tgid != pid_tgid) in BPF_PROG()
16 uint64_t my_pid_tgid; member44 if (data.my_pid_tgid != pid_tgid) in test_core_kernel()
798 uint64_t my_pid_tgid; member818 uint64_t my_pid_tgid; in test_core_reloc() local822 my_pid_tgid = getpid() | ((uint64_t)syscall(SYS_gettid) << 32); in test_core_reloc()885 data->my_pid_tgid = my_pid_tgid; in test_core_reloc()
Completed in 5 milliseconds