Searched refs:binary_path_ (Results 1 – 2 of 2) sorted by relevance
713 binary_path_(binary_path), in USDT()722 binary_path_(), in USDT()732 binary_path_(binary_path), in USDT()740 binary_path_(usdt.binary_path_), in USDT()748 binary_path_(std::move(usdt.binary_path_)), in USDT()760 (binary_path_ == other.binary_path_) && (pid_ == other.pid_) && in operator ==()766 if (!binary_path_.empty() && pid_ > 0) in init()767 ctx.reset(new ::USDT::Context(pid_, binary_path_)); in init()768 else if (!binary_path_.empty()) in init()769 ctx.reset(new ::USDT::Context(binary_path_)); in init()
258 return provider_ + ":" + name_ + " from binary " + binary_path_ + " PID " + in print_name()264 << usdt.binary_path_ << " PID " << usdt.pid_ << " for probe "271 std::string binary_path_; variable