Home
last modified time | relevance | path

Searched defs:probe_func (Results 1 – 2 of 2) sorted by relevance

/external/bcc/src/cc/api/
DBPF.cc166 const std::string& probe_func, in attach_kprobe()
195 const std::string& probe_func, in attach_uprobe()
269 const std::string& probe_func) { in attach_tracepoint()
300 const std::string& probe_func, in attach_perf_event()
340 const std::string& probe_func, pid_t pid, in attach_perf_event_raw()
716 const std::string& name, const std::string& probe_func) in USDT()
725 const std::string& probe_func) in USDT()
735 const std::string& probe_func) in USDT()
/external/bcc/src/cc/usdt/
Dusdt.cc168 bool Probe::usdt_getarg(std::ostream &stream, const std::string& probe_func) { in usdt_getarg()