Searched refs:pid_tgid (Results 1 – 6 of 6) sorted by relevance
38 uint64_t pid_tgid = bpf_get_current_pid_tgid(); in test_core_kernel() local39 uint32_t real_tgid = (uint32_t)pid_tgid; in test_core_kernel()42 if (data.my_pid_tgid != pid_tgid) in test_core_kernel()50 out->valid[0] = (((uint64_t)pid << 32) | tgid) == pid_tgid; in test_core_kernel()
159 uint64_t pid_tgid = bpf_get_current_pid_tgid(); in __on_event() local160 pid_t pid = (pid_t)(pid_tgid >> 32); in __on_event()172 event->tid = (pid_t)pid_tgid; in __on_event()
29 sample.pid = pid_tgid()
148 pid = event.pid_tgid & 0xffffffff
433 local function pid_tgid() error('NYI') end function439 builtins.pid_tgid = pid_tgid448 builtins[pid_tgid] = function (e, dst) return call_helper(e, dst, HELPER.get_current_pid_tgid) end
91 sample.pid = pid_tgid()135 * `pid_tgid()` - return caller `tgid << 32 | pid` (uses `bpf_get_current_pid_tgid`)