Lines Matching full:tables
20 #include "src/trace_processor/tables/macros_internal.h"
31 // Root tables
32 // Root tables act as the ultimate parent of a heirarcy of tables. All rows of
33 // child tables will be some subset of rows in the parent. Real world examples
34 // of root tables include EventTable and TrackTable.
36 // All root tables implicitly contain an 'id' column which contains the row
50 // be called by root tables passing the PARENT and C and allows for correct type
51 // checking of root tables.
53 // Derived tables
68 // This macro should be called by passing PARENT and C in root tables; this
75 // The macro used to define storage backed tables.
85 // below). For root tables, PARENT and C are passsed to