Home
last modified time | relevance | path

Searched refs:binary_path_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/bcc/src/cc/api/
H A DBPF.cc944 binary_path_(binary_path), in USDT()
954 binary_path_(), in USDT()
965 binary_path_(binary_path), in USDT()
974 binary_path_(usdt.binary_path_), in USDT()
983 binary_path_(std::move(usdt.binary_path_)), in USDT()
996 (binary_path_ == other.binary_path_) && (pid_ == other.pid_) && in operator ==()
1010 if (!binary_path_.empty() && pid_ > 0) in init()
1011 ctx.reset(new ::USDT::Context(pid_, binary_path_, mod_match_inode_only_)); in init()
1012 else if (!binary_path_.empty()) in init()
1013 ctx.reset(new ::USDT::Context(binary_path_, mod_match_inode_only_)); in init()
H A DBPF.h56 const std::string &binary_path() const { return binary_path_; } in binary_path()
67 return provider_ + ":" + name_ + " from binary " + binary_path_ + " PID " + in print_name()
73 << usdt.binary_path_ << " PID " << usdt.pid_ << " for probe "
97 std::string binary_path_; variable