Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/src/cc/api/
H A DBPF.cc454 StatusTuple BPF::attach_perf_event_raw(void* perf_event_attr, in attach_perf_event_raw() function in ebpf::BPF
/aosp_15_r20/external/bcc/src/python/bcc/
H A D__init__.py1265 def attach_perf_event_raw(self, attr=-1, fn_name=b"", pid=-1, cpu=-1, group_fd=-1): member in BPF