Home
last modified time | relevance | path

Searched refs:TableDeclare (Results 1 – 4 of 4) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache.cpp121 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/
Dsdk_data_parser.cpp115 … 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/
Ddemo_table_base.h40 static void TableDeclare(sqlite3& db, TraceDataCache* dataCache, const std::string& name) in TableDeclare() function
/developtools/smartperf_host/trace_streamer/src/table/base/include/
Dtable_base.h39 static void TableDeclare(sqlite3& db, TraceDataCache* dataCache, const std::string& tableName) in TableDeclare() function