Searched refs:TableDeclare (Results 1 – 4 of 4) sorted by relevance
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_data_cache.cpp | 121 TableBase::TableDeclare<EbpfCallStackTable>(*db_, this, "ebpf_callstack"); in InitEbpfDB() 122 TableBase::TableDeclare<BioLatencySampleTable>(*db_, this, "bio_latency_sample"); in InitEbpfDB() 123 TableBase::TableDeclare<FileSystemSampleTable>(*db_, this, "file_system_sample"); in InitEbpfDB() 124 TableBase::TableDeclare<PagedMemorySampleTable>(*db_, this, "paged_memory_sample"); in InitEbpfDB() 128 TableBase::TableDeclare<NativeHookTable>(*db_, this, "native_hook"); in InitNativeMemoryDB() 129 TableBase::TableDeclare<NativeHookFrameTable>(*db_, this, "native_hook_frame"); in InitNativeMemoryDB() 130 TableBase::TableDeclare<NativeHookStatisticTable>(*db_, this, "native_hook_statistic"); in InitNativeMemoryDB() 134 TableBase::TableDeclare<JsHeapFilesTable>(*db_, this, "js_heap_files"); in InitArkTsDB() 135 TableBase::TableDeclare<JsHeapEdgesTable>(*db_, this, "js_heap_edges"); in InitArkTsDB() 136 TableBase::TableDeclare<JsHeapInfoTable>(*db_, this, "js_heap_info"); in InitArkTsDB() [all …]
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/sdk/ |
| D | sdk_data_parser.cpp | 115 … DemoTableBase::TableDeclare<DemoMetaTable>(*(traceDataCache_->demoDb_), traceDataCache_, "meta"); in CreateTableByJson() 127 …DemoTableBase::TableDeclare<GpuCounterObjectTable>(*(traceDataCache_->demoDb_), traceDataCache_, t… in CreateCounterObjectTable() 134 …DemoTableBase::TableDeclare<GpuCounterTable>(*(traceDataCache_->demoDb_), traceDataCache_, tableNa… in CreateCounterTable() 141 …DemoTableBase::TableDeclare<SliceObjectTable>(*(traceDataCache_->demoDb_), traceDataCache_, tableN… in CreateSliceObjectTable() 148 … DemoTableBase::TableDeclare<SliceTable>(*(traceDataCache_->demoDb_), traceDataCache_, tableName); in CreateSliceTable()
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/ |
| D | demo_table_base.h | 40 static void TableDeclare(sqlite3& db, TraceDataCache* dataCache, const std::string& name) in TableDeclare() function
|
| /developtools/smartperf_host/trace_streamer/src/table/base/include/ |
| D | table_base.h | 39 static void TableDeclare(sqlite3& db, TraceDataCache* dataCache, const std::string& tableName) in TableDeclare() function
|