Home
last modified time | relevance | path

Searched defs:attach_perf_event (Results 1 – 3 of 3) sorted by relevance

/external/bcc/src/cc/api/
DBPF.cc414 StatusTuple BPF::attach_perf_event(uint32_t ev_type, uint32_t ev_config, in attach_perf_event() function in ebpf::BPF
/external/rust/android-crates-io/crates/libbpf-rs/src/
Dprogram.rs766 pub fn attach_perf_event(&self, pfd: i32) -> Result<Link> { in attach_perf_event() method
/external/bcc/src/python/bcc/
D__init__.py1244 def attach_perf_event(self, ev_type=-1, ev_config=-1, fn_name=b"", member in BPF