Lines Matching refs:pid_
64 pid_(pid), in Probe()
78 return (pid_ && in resolve_global_address()
79 !bcc_resolve_global_addr(*pid_, bin_path.c_str(), addr, mod_match_inode_only_, global)); in resolve_global_address()
87 assert(pid_); in add_to_semaphore()
98 std::string procmem = tfm::format("/proc/%d/mem", pid_.value()); in add_to_semaphore()
128 if (!pid_) in enable()
146 assert(pid_); in disable()
197 pid_)) in usdt_getarg()
218 pid_)) in usdt_getarg()
260 if (ctx->pid_ && *ctx->pid_ != -1 && enter_ns) { in _each_module()
261 path = tfm::format("/proc/%d/root%s", *ctx->pid_, path); in _each_module()
283 probe->semaphore_offset, pid_, mod_match_inode_only_) in add_probe()
299 if (!result.empty() && pid_ && *pid_ != -1 && result.find("/proc") != 0) { in resolve_bin_path()
300 result = tfm::format("/proc/%d/root%s", *pid_, result); in resolve_bin_path()
397 pid_.value_or(-1)); in each_uprobe()
416 : pid_(pid), pid_stat_(pid), loaded_(false), in Context()
431 : pid_(pid), pid_stat_(pid), loaded_(false), in Context()