Searched defs:real_tgid (Results 1 – 3 of 3) sorted by relevance
46 __s32 real_tgid = (__s32)(pid_tgid >> 32); in BPF_PROG() local80 __s32 real_tgid = (__s32)(pid_tgid >> 32); in BPF_PROG() local
31 int real_tgid = bpf_get_current_pid_tgid() >> 32; in handle_sys_enter() local
56 int32_t real_tgid = (int32_t)pid_tgid; in test_core_kernel() local