Searched refs:RawTable (Results 1 – 3 of 3) sorted by relevance
33 RawTable::RawTable(sqlite3* db, const TraceStorage* storage) in RawTable() function in perfetto::trace_processor::RawTable36 auto* thiz = static_cast<RawTable*>(sqlite3_user_data(ctx)); in RawTable()44 void RawTable::RegisterTable(sqlite3* db, const TraceStorage* storage) { in RegisterTable()45 Table::Register<RawTable>(db, storage, "raw"); in RegisterTable()48 StorageSchema RawTable::CreateStorageSchema() { in CreateStorageSchema()60 uint32_t RawTable::RowCount() { in RowCount()64 int RawTable::BestIndex(const QueryConstraints& qc, BestIndexInfo* info) { in BestIndex()77 void RawTable::FormatSystraceArgs(NullTermStringView event_name, in FormatSystraceArgs()216 void RawTable::ToSystrace(sqlite3_context* ctx, in ToSystrace()
26 class RawTable : public StorageTable {30 RawTable(sqlite3*, const TraceStorage*);
250 RawTable::RegisterTable(*db_, context_.storage.get()); in TraceProcessorImpl()