Home
last modified time | relevance | path

Searched refs:StatsTable (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/src/trace_processor/
Dstats_table.cc24 StatsTable::StatsTable(sqlite3*, const TraceStorage* storage) in StatsTable() function in perfetto::trace_processor::StatsTable
27 void StatsTable::RegisterTable(sqlite3* db, const TraceStorage* storage) { in RegisterTable()
28 Table::Register<StatsTable>(db, storage, "stats"); in RegisterTable()
31 base::Optional<Table::Schema> StatsTable::Init(int, const char* const*) { in Init()
44 std::unique_ptr<Table::Cursor> StatsTable::CreateCursor() { in CreateCursor()
48 int StatsTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex()
52 StatsTable::Cursor::Cursor(StatsTable* table) in Cursor()
55 int StatsTable::Cursor::Filter(const QueryConstraints&, sqlite3_value**) { in Filter()
60 int StatsTable::Cursor::Column(sqlite3_context* ctx, int N) { in Column()
107 int StatsTable::Cursor::Next() { in Next()
[all …]
Dstats_table.h33 class StatsTable : public Table {
38 Cursor(StatsTable*);
53 StatsTable* table_ = nullptr;
61 StatsTable(sqlite3*, const TraceStorage*);
Dtrace_processor_impl.cc248 StatsTable::RegisterTable(*db_, context_.storage.get()); in TraceProcessorImpl()
/external/v8/src/
Dcounters.cc18 StatsTable::StatsTable(Counters* counters) in StatsTable() function in v8::internal::StatsTable
23 void StatsTable::SetCounterFunction(CounterLookupCallback f) { in SetCounterFunction()
Dcounters.h31 class StatsTable {
85 explicit StatsTable(Counters* counters);
91 DISALLOW_COPY_AND_ASSIGN(StatsTable);
1522 friend class StatsTable;
1528 StatsTable stats_table_;
Disolate.h105 class StatsTable; variable
/external/libchrome/libchrome_tools/patch/
Dshared_memory_posix.patch22 // "name == L"". The exception is in the StatsTable.