Searched refs:PerCpuHash (Results 1 – 1 of 1) sorted by relevance
/external/bcc/src/python/bcc/ |
D | table.py | 141 t = PerCpuHash(bpf, map_id, map_fd, keytype, leaftype, **kwargs) 617 class PerCpuHash(HashTable): class 620 super(PerCpuHash, self).__init__(*args, **kwargs) 637 result = super(PerCpuHash, self).__getitem__(key) 653 super(PerCpuHash, self).__setitem__(key, leaf) 669 class LruPerCpuHash(PerCpuHash):
|