Home | History | Annotate | Download | only in bcc

Lines Matching refs:Table

28 from .table import Table, PerfEventArray
217 Table = Table
468 raise Exception("Failed to load BPF Table %s key desc" % name)
473 raise Exception("Failed to load BPF Table %s leaf desc" % name)
475 return Table(self, map_id, map_fd, keytype, leaftype, reducer=reducer)