Searched refs:PerCpuArray (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/bcc/src/python/bcc/ |
H A D | table.py | 290 t = PerCpuArray(bpf, map_id, map_fd, keytype, leaftype, **kwargs) 1096 class PerCpuArray(ArrayBase): class 1099 super(PerCpuArray, self).__init__(*args, **kwargs) 1116 result = super(PerCpuArray, self).__getitem__(key) 1132 super(PerCpuArray, self).__setitem__(key, leaf)
|