Searched refs:usdt_getarg (Results 1 – 4 of 4) sorted by relevance
161 bool Probe::usdt_getarg(std::ostream &stream) { in usdt_getarg() function in USDT::Probe165 return usdt_getarg(stream, attached_to_.value()); in usdt_getarg()168 bool Probe::usdt_getarg(std::ostream &stream, const std::string& probe_func) { in usdt_getarg() function in USDT::Probe464 if (!p->usdt_getarg(stream)) in bcc_usdt_genargs()
218 bool usdt_getarg(std::ostream &stream);219 bool usdt_getarg(std::ostream &stream, const std::string& probe_func);
796 if (!probe.usdt_getarg(stream, probe_func_)) in init()