Lines Matching refs:pid_
60 pid_(pid), in Probe()
74 return (pid_ && in resolve_global_address()
75 !bcc_resolve_global_addr(*pid_, bin_path.c_str(), addr, global)); in resolve_global_address()
83 assert(pid_); in add_to_semaphore()
94 std::string procmem = tfm::format("/proc/%d/mem", pid_.value()); in add_to_semaphore()
124 if (!pid_) in enable()
142 assert(pid_); in disable()
188 pid_)) in usdt_getarg()
202 pid_)) in usdt_getarg()
258 new Probe(binpath, probe->provider, probe->name, probe->semaphore, pid_, in add_probe()
340 pid_.value_or(-1)); in each_uprobe()
358 Context::Context(int pid) : pid_(pid), pid_stat_(pid), in Context()
372 : pid_(pid), pid_stat_(pid), in Context()