Searched defs:probe_func (Results 1 – 3 of 3) sorted by relevance
228 const std::string& probe_func, in attach_kprobe()259 const std::string& probe_func, in attach_uprobe()360 const std::string& probe_func) { in attach_tracepoint()390 StatusTuple BPF::attach_raw_tracepoint(const std::string& tracepoint, const std::string& probe_func… in attach_raw_tracepoint()414 const std::string& probe_func, in attach_perf_event()454 const std::string& probe_func, pid_t pid, in attach_perf_event_raw()927 const std::string& name, const std::string& probe_func) in USDT()937 const std::string& probe_func) in USDT()948 const std::string& probe_func) in USDT()
367 const std::string &probe_func() const { return probe_func_; } in probe_func() function
172 bool Probe::usdt_getarg(std::ostream &stream, const std::string& probe_func) { in usdt_getarg()