Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/src/cc/api/
H A DBPF.cc229 const std::string& probe_func, in attach_kprobe()
260 const std::string& probe_func, in attach_uprobe()
361 const std::string& probe_func) { in attach_tracepoint()
391 StatusTuple BPF::attach_raw_tracepoint(const std::string& tracepoint, const std::string& probe_func in attach_raw_tracepoint()
415 const std::string& probe_func, in attach_perf_event()
455 const std::string& probe_func, pid_t pid, in attach_perf_event_raw()
942 const std::string& name, const std::string& probe_func) in USDT()
952 const std::string& probe_func) in USDT()
963 const std::string& probe_func) in USDT()
H A DBPF.h60 const std::string &probe_func() const { return probe_func_; } in probe_func() function
/aosp_15_r20/external/bcc/src/cc/usdt/
H A Dusdt.cc174 bool Probe::usdt_getarg(std::ostream &stream, const std::string& probe_func) { in usdt_getarg()
/aosp_15_r20/external/flashrom/include/
H A Dflash.h243 enum probe_func { enum
/aosp_15_r20/external/flashrom/
H A Dflashrom.c1144 probe_func_t *probe_func = lookup_probe_func_ptr(chip); in probe_flash() local