Home
last modified time | relevance | path

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

/external/bcc/src/cc/api/
DBPF.cc165 const std::string& probe_func, in attach_kprobe()
194 const std::string& probe_func, in attach_uprobe()
268 const std::string& probe_func) { in attach_tracepoint()
299 const std::string& probe_func, in attach_perf_event()
339 const std::string& probe_func, pid_t pid, in attach_perf_event_raw()
711 const std::string& name, const std::string& probe_func) in USDT()
720 const std::string& probe_func) in USDT()
730 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()