Searched defs:SyscallTable (Results 1 – 4 of 4) sorted by relevance
60 struct SyscallTable { struct62 union SyscallTableEntry { argument63 struct SyscallTable *subtable; argument72 bool syscallAddTable(uint32_t path, uint32_t level, struct SyscallTable *table); argument
29 SyscallTable::SyscallTable(Architecture arch) { in SyscallTable() function in perfetto::SyscallTable
68 SyscallTable(const char* names, const OffT* off, size_t count) in SyscallTable() function
87 explicit constexpr SyscallTable(absl::Span<const Entry> data) : data_(data) {} in SyscallTable() function