Searched refs:PerfEventArray (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/bcc/src/lua/bcc/ |
H A D | table.lua | 235 local PerfEventArray = class("PerfEventArray", BaseArray) 237 function PerfEventArray:initialize(bpf, map_id, map_fd, key_type, leaf_type) 246 function PerfEventArray:_open_perf_buffer(cpu, callback, ctype, page_cnt, lost_cb) 270 function PerfEventArray:open_perf_buffer(callback, data_type, data_params, page_cnt, lost_cb) 379 table = PerfEventArray
|
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/ |
D | map.rs | 1107 PerfEventArray, enumerator 1187 x if x == PerfEventArray as u32 => PerfEventArray, in from() 1333 PerfEventArray, in map_type()
|
D | perf_buffer.rs | 106 if self.map.map_type() != MapType::PerfEventArray { in build()
|
/aosp_15_r20/external/bcc/src/python/bcc/ |
H A D | table.py | 286 t = PerfEventArray(bpf, map_id, map_fd, keytype, leaftype, name) 932 class PerfEventArray(ArrayBase): class 935 super(PerfEventArray, self).__init__(*args, **kwargs) 948 super(PerfEventArray, self).__delitem__(key)
|
H A D | __init__.py | 27 from .table import Table, PerfEventArray, RingBuf, BPF_MAP_TYPE_QUEUE, BPF_MAP_TYPE_STACK 1791 if isinstance(self.tables[key], PerfEventArray):
|