Searched refs:pid_tgid (Results 1 – 4 of 4) sorted by relevance
24 uint64_t pid_tgid = bpf_get_current_pid_tgid(); in test_core_kernel() local32 data.out[0] = (((uint64_t)pid << 32) | tgid) == pid_tgid; in test_core_kernel()
157 uint64_t pid_tgid = bpf_get_current_pid_tgid(); in __on_event() local158 pid_t pid = (pid_t)(pid_tgid >> 32); in __on_event()170 event->tid = (pid_t)pid_tgid; in __on_event()
67 u64 pid_tgid; member88 key.pid_tgid = bpf_get_current_pid_tgid(); in bpf_prog3()
30 __u64 pid_tgid; member101 (__u32) tasks[i].pid_tgid, in print_hist()