Home
last modified time | relevance | path

Searched refs:usdt_getarg (Results 1 – 4 of 4) sorted by relevance

/external/bcc/src/cc/usdt/
Dusdt.cc161 bool Probe::usdt_getarg(std::ostream &stream) { in usdt_getarg() function in USDT::Probe
165 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::Probe
464 if (!p->usdt_getarg(stream)) in bcc_usdt_genargs()
/external/bcc/src/cc/includes/
Dusdt.h218 bool usdt_getarg(std::ostream &stream);
219 bool usdt_getarg(std::ostream &stream, const std::string& probe_func);
/external/bcc/src/cc/
Dusdt.h218 bool usdt_getarg(std::ostream &stream);
219 bool usdt_getarg(std::ostream &stream, const std::string& probe_func);
/external/bcc/src/cc/api/
DBPF.cc796 if (!probe.usdt_getarg(stream, probe_func_)) in init()