Searched refs:CounterValuesTable (Results 1 – 3 of 3) sorted by relevance
22 CounterValuesTable::CounterValuesTable(sqlite3*, const TraceStorage* storage) in CounterValuesTable() function in perfetto::trace_processor::CounterValuesTable25 void CounterValuesTable::RegisterTable(sqlite3* db, in RegisterTable()27 Table::Register<CounterValuesTable>(db, storage, "counter_values"); in RegisterTable()30 StorageSchema CounterValuesTable::CreateStorageSchema() { in CreateStorageSchema()42 uint32_t CounterValuesTable::RowCount() { in RowCount()46 int CounterValuesTable::BestIndex(const QueryConstraints& qc, in BestIndex()58 uint32_t CounterValuesTable::EstimateCost(const QueryConstraints& qc) { in EstimateCost()
27 class CounterValuesTable : public StorageTable {31 CounterValuesTable(sqlite3*, const TraceStorage*);
244 CounterValuesTable::RegisterTable(*db_, context_.storage.get()); in TraceProcessorImpl()