HomeSort by relevance Sort by last modified time
    Searched refs:attached_to_ (Results 1 - 2 of 2) sorted by null

  /external/bcc/src/cc/usdt/
usdt.cc 120 if (attached_to_)
131 attached_to_ = fn_name;
136 if (!attached_to_)
139 attached_to_ = nullopt;
162 if (!attached_to_ || attached_to_->empty())
165 return usdt_getarg(stream, attached_to_.value());
339 callback(loc.bin_path_.c_str(), p->attached_to_->c_str(), loc.address_,
  /external/bcc/src/cc/
usdt.h 195 optional<std::string> attached_to_; member in class:USDT::Probe
228 bool enabled() const { return !!attached_to_; }

Completed in 120 milliseconds