Home
last modified time | relevance | path

Searched refs:TableBase (Results 1 - 25 of 163) sorted by relevance

1234567

/developtools/smartperf_host/trace_streamer/src/table/hi_sysevent/
H A Ddevice_state_table.cpp44 DeviceStateTable::DeviceStateTable(const TraceDataCache *dataCache) : TableBase(dataCache) in DeviceStateTable()
46 tableColumn_.push_back(TableBase::ColumnInfo("id", "INTEGER")); in DeviceStateTable()
47 tableColumn_.push_back(TableBase::ColumnInfo("brightness", "INTEGER")); in DeviceStateTable()
48 tableColumn_.push_back(TableBase::ColumnInfo("bt_state", "INTEGER")); in DeviceStateTable()
49 tableColumn_.push_back(TableBase::ColumnInfo("location", "INTEGER")); in DeviceStateTable()
50 tableColumn_.push_back(TableBase::ColumnInfo("wifi", "INTEGER")); in DeviceStateTable()
51 tableColumn_.push_back(TableBase::ColumnInfo("stream_default", "INTEGER")); in DeviceStateTable()
52 tableColumn_.push_back(TableBase::ColumnInfo("voice_call", "INTEGER")); in DeviceStateTable()
53 tableColumn_.push_back(TableBase::ColumnInfo("music", "INTEGER")); in DeviceStateTable()
54 tableColumn_.push_back(TableBase in DeviceStateTable()
[all...]
H A Dsysevent_all_event_table.cpp37 SysEventAllEventTable::SysEventAllEventTable(const TraceDataCache *dataCache) : TableBase(dataCache) in SysEventAllEventTable()
39 tableColumn_.push_back(TableBase::ColumnInfo("id", "INTEGER")); in SysEventAllEventTable()
40 tableColumn_.push_back(TableBase::ColumnInfo("domain_id", "INTEGER")); in SysEventAllEventTable()
41 tableColumn_.push_back(TableBase::ColumnInfo("event_name_id", "INTEGER")); in SysEventAllEventTable()
42 tableColumn_.push_back(TableBase::ColumnInfo("ts", "INTEGER")); in SysEventAllEventTable()
43 tableColumn_.push_back(TableBase::ColumnInfo("type", "INTEGER")); in SysEventAllEventTable()
44 tableColumn_.push_back(TableBase::ColumnInfo("time_zone", "TEXT")); in SysEventAllEventTable()
45 tableColumn_.push_back(TableBase::ColumnInfo("pid", "INTEGER")); in SysEventAllEventTable()
46 tableColumn_.push_back(TableBase::ColumnInfo("tid", "INTEGER")); in SysEventAllEventTable()
47 tableColumn_.push_back(TableBase in SysEventAllEventTable()
[all...]
/developtools/smartperf_host/trace_streamer/src/table/monitor/
H A Dsmaps_table.cpp41 SmapsTable::SmapsTable(const TraceDataCache *dataCache) : TableBase(dataCache) in SmapsTable()
43 tableColumn_.push_back(TableBase::ColumnInfo("id", "INTEGER")); in SmapsTable()
44 tableColumn_.push_back(TableBase::ColumnInfo("timeStamp", "INTEGER")); in SmapsTable()
45 tableColumn_.push_back(TableBase::ColumnInfo("start_addr", "TEXT")); in SmapsTable()
46 tableColumn_.push_back(TableBase::ColumnInfo("end_addr", "TEXT")); in SmapsTable()
47 tableColumn_.push_back(TableBase::ColumnInfo("dirty", "INTEGER")); in SmapsTable()
48 tableColumn_.push_back(TableBase::ColumnInfo("swapper", "INTEGER")); in SmapsTable()
49 tableColumn_.push_back(TableBase::ColumnInfo("resident_size", "INTEGER")); in SmapsTable()
50 tableColumn_.push_back(TableBase::ColumnInfo("pss", "INTEGER")); in SmapsTable()
51 tableColumn_.push_back(TableBase in SmapsTable()
[all...]
H A Dlive_process_table.cpp35 LiveProcessTable::LiveProcessTable(const TraceDataCache *dataCache) : TableBase(dataCache) in LiveProcessTable()
37 tableColumn_.push_back(TableBase::ColumnInfo("ts", "INTEGER")); in LiveProcessTable()
38 tableColumn_.push_back(TableBase::ColumnInfo("dur", "INTEGER")); in LiveProcessTable()
39 tableColumn_.push_back(TableBase::ColumnInfo("cpu_time", "INTEGER")); in LiveProcessTable()
40 tableColumn_.push_back(TableBase::ColumnInfo("process_id", "INTEGER")); in LiveProcessTable()
41 tableColumn_.push_back(TableBase::ColumnInfo("process_name", "TEXT")); in LiveProcessTable()
42 tableColumn_.push_back(TableBase::ColumnInfo("parent_process_id", "INTEGER")); in LiveProcessTable()
43 tableColumn_.push_back(TableBase::ColumnInfo("uid", "INTEGER")); in LiveProcessTable()
44 tableColumn_.push_back(TableBase::ColumnInfo("user_name", "TEXT")); in LiveProcessTable()
45 tableColumn_.push_back(TableBase in LiveProcessTable()
[all...]
H A Dmemory_ashmem_table.cpp35 MemoryAshMemTable::MemoryAshMemTable(const TraceDataCache *dataCache) : TableBase(dataCache) in MemoryAshMemTable()
37 tableColumn_.push_back(TableBase::ColumnInfo("id", "INTEGER")); in MemoryAshMemTable()
38 tableColumn_.push_back(TableBase::ColumnInfo("ts", "INTEGER")); in MemoryAshMemTable()
39 tableColumn_.push_back(TableBase::ColumnInfo("ipid", "INTEGER")); in MemoryAshMemTable()
40 tableColumn_.push_back(TableBase::ColumnInfo("adj", "INTEGER")); in MemoryAshMemTable()
41 tableColumn_.push_back(TableBase::ColumnInfo("fd", "INTEGER")); in MemoryAshMemTable()
42 tableColumn_.push_back(TableBase::ColumnInfo("ashmem_name_id", "INTEGER")); in MemoryAshMemTable()
43 tableColumn_.push_back(TableBase::ColumnInfo("size", "INTEGER")); in MemoryAshMemTable()
44 tableColumn_.push_back(TableBase::ColumnInfo("pss", "INTEGER")); in MemoryAshMemTable()
45 tableColumn_.push_back(TableBase in MemoryAshMemTable()
[all...]
H A Dmemory_process_gpu_table.cpp30 MemoryProcessGpuTable::MemoryProcessGpuTable(const TraceDataCache *dataCache) : TableBase(dataCache) in MemoryProcessGpuTable()
32 tableColumn_.push_back(TableBase::ColumnInfo("id", "INTEGER")); in MemoryProcessGpuTable()
33 tableColumn_.push_back(TableBase::ColumnInfo("ts", "INTEGER")); in MemoryProcessGpuTable()
34 tableColumn_.push_back(TableBase::ColumnInfo("gpu_name_id", "INTEGER")); in MemoryProcessGpuTable()
35 tableColumn_.push_back(TableBase::ColumnInfo("all_gpu_size", "INTEGER")); in MemoryProcessGpuTable()
36 tableColumn_.push_back(TableBase::ColumnInfo("addr", "TEXT")); in MemoryProcessGpuTable()
37 tableColumn_.push_back(TableBase::ColumnInfo("ipid", "INTEGER")); in MemoryProcessGpuTable()
38 tableColumn_.push_back(TableBase::ColumnInfo("itid", "INTEGER")); in MemoryProcessGpuTable()
39 tableColumn_.push_back(TableBase::ColumnInfo("used_gpu_size", "INTEGER")); in MemoryProcessGpuTable()
45 std::unique_ptr<TableBase
[all...]
H A Dnetwork_table.cpp33 NetworkTable::NetworkTable(const TraceDataCache *dataCache) : TableBase(dataCache) in NetworkTable()
35 tableColumn_.push_back(TableBase::ColumnInfo("ts", "INTEGER")); in NetworkTable()
36 tableColumn_.push_back(TableBase::ColumnInfo("dur", "INTEGER")); in NetworkTable()
37 tableColumn_.push_back(TableBase::ColumnInfo("tx", "INTEGER")); in NetworkTable()
38 tableColumn_.push_back(TableBase::ColumnInfo("rx", "INTEGER")); in NetworkTable()
39 tableColumn_.push_back(TableBase::ColumnInfo("tx_speed", "REAL")); in NetworkTable()
40 tableColumn_.push_back(TableBase::ColumnInfo("rx_speed", "REAL")); in NetworkTable()
41 tableColumn_.push_back(TableBase::ColumnInfo("packet_in", "INTEGER")); in NetworkTable()
42 tableColumn_.push_back(TableBase::ColumnInfo("packet_in_sec", "REAL")); in NetworkTable()
43 tableColumn_.push_back(TableBase in NetworkTable()
[all...]
H A Dmemory_dma_table.cpp33 MemoryDmaTable::MemoryDmaTable(const TraceDataCache *dataCache) : TableBase(dataCache) in MemoryDmaTable()
35 tableColumn_.push_back(TableBase::ColumnInfo("id", "INTEGER")); in MemoryDmaTable()
36 tableColumn_.push_back(TableBase::ColumnInfo("ts", "INTEGER")); in MemoryDmaTable()
37 tableColumn_.push_back(TableBase::ColumnInfo("ipid", "INTEGER")); in MemoryDmaTable()
38 tableColumn_.push_back(TableBase::ColumnInfo("fd", "INTEGER")); in MemoryDmaTable()
39 tableColumn_.push_back(TableBase::ColumnInfo("size", "INTEGER")); in MemoryDmaTable()
40 tableColumn_.push_back(TableBase::ColumnInfo("ino", "INTEGER")); in MemoryDmaTable()
41 tableColumn_.push_back(TableBase::ColumnInfo("exp_pid", "INTEGER")); in MemoryDmaTable()
42 tableColumn_.push_back(TableBase::ColumnInfo("exp_task_comm_id", "INTEGER")); in MemoryDmaTable()
43 tableColumn_.push_back(TableBase in MemoryDmaTable()
[all...]
H A Dmemory_window_gpu_table.cpp32 MemoryWindowGpuTable::MemoryWindowGpuTable(const TraceDataCache *dataCache) : TableBase(dataCache) in MemoryWindowGpuTable()
34 tableColumn_.push_back(TableBase::ColumnInfo("id", "INTEGER")); in MemoryWindowGpuTable()
35 tableColumn_.push_back(TableBase::ColumnInfo("ts", "INTEGER")); in MemoryWindowGpuTable()
36 tableColumn_.push_back(TableBase::ColumnInfo("window_name_id", "INTEGER")); in MemoryWindowGpuTable()
37 tableColumn_.push_back(TableBase::ColumnInfo("window_id", "INTEGER")); in MemoryWindowGpuTable()
38 tableColumn_.push_back(TableBase::ColumnInfo("module_name_id", "INTEGER")); in MemoryWindowGpuTable()
39 tableColumn_.push_back(TableBase::ColumnInfo("category_name_id", "INTEGER")); in MemoryWindowGpuTable()
40 tableColumn_.push_back(TableBase::ColumnInfo("size", "INTEGER")); in MemoryWindowGpuTable()
41 tableColumn_.push_back(TableBase::ColumnInfo("count", "INTEGER")); in MemoryWindowGpuTable()
42 tableColumn_.push_back(TableBase in MemoryWindowGpuTable()
[all...]
H A Dpaged_memory_sample_table.cpp21 PagedMemorySampleTable::PagedMemorySampleTable(const TraceDataCache *dataCache) : TableBase(dataCache) in PagedMemorySampleTable()
23 tableColumn_.push_back(TableBase::ColumnInfo("id", "INTEGER")); in PagedMemorySampleTable()
24 tableColumn_.push_back(TableBase::ColumnInfo("callchain_id", "INTEGER")); in PagedMemorySampleTable()
25 tableColumn_.push_back(TableBase::ColumnInfo("type", "INTEGER")); in PagedMemorySampleTable()
26 tableColumn_.push_back(TableBase::ColumnInfo("ipid", "INTEGER")); in PagedMemorySampleTable()
27 tableColumn_.push_back(TableBase::ColumnInfo("start_ts", "INTEGER")); in PagedMemorySampleTable()
28 tableColumn_.push_back(TableBase::ColumnInfo("end_ts", "INTEGER")); in PagedMemorySampleTable()
29 tableColumn_.push_back(TableBase::ColumnInfo("dur", "INTEGER")); in PagedMemorySampleTable()
30 tableColumn_.push_back(TableBase::ColumnInfo("size", "INTEGER")); in PagedMemorySampleTable()
31 tableColumn_.push_back(TableBase in PagedMemorySampleTable()
[all...]
H A Ddisk_io_table.cpp32 DiskIOTable::DiskIOTable(const TraceDataCache *dataCache) : TableBase(dataCache) in DiskIOTable()
34 tableColumn_.push_back(TableBase::ColumnInfo("ts", "INTEGER")); in DiskIOTable()
35 tableColumn_.push_back(TableBase::ColumnInfo("dur", "INTEGER")); in DiskIOTable()
36 tableColumn_.push_back(TableBase::ColumnInfo("rd", "INTEGER")); in DiskIOTable()
37 tableColumn_.push_back(TableBase::ColumnInfo("wr", "INTEGER")); in DiskIOTable()
38 tableColumn_.push_back(TableBase::ColumnInfo("rd_speed", "REAL")); in DiskIOTable()
39 tableColumn_.push_back(TableBase::ColumnInfo("wr_speed", "REAL")); in DiskIOTable()
40 tableColumn_.push_back(TableBase::ColumnInfo("rd_count", "INTEGER")); in DiskIOTable()
41 tableColumn_.push_back(TableBase::ColumnInfo("wr_count", "INTEGER")); in DiskIOTable()
42 tableColumn_.push_back(TableBase in DiskIOTable()
[all...]
H A Dmemory_rs_image_table.cpp28 MemoryRSImageTable::MemoryRSImageTable(const TraceDataCache *dataCache) : TableBase(dataCache) in MemoryRSImageTable()
30 tableColumn_.push_back(TableBase::ColumnInfo("id", "INTEGER")); in MemoryRSImageTable()
31 tableColumn_.push_back(TableBase::ColumnInfo("ipid", "INTEGER")); in MemoryRSImageTable()
32 tableColumn_.push_back(TableBase::ColumnInfo("ts", "INTEGER")); in MemoryRSImageTable()
33 tableColumn_.push_back(TableBase::ColumnInfo("mem_size", "INTEGER")); in MemoryRSImageTable()
34 tableColumn_.push_back(TableBase::ColumnInfo("type_id", "INTEGER")); in MemoryRSImageTable()
35 tableColumn_.push_back(TableBase::ColumnInfo("surface_name_id", "INTEGER")); in MemoryRSImageTable()
41 std::unique_ptr<TableBase::Cursor> MemoryRSImageTable::CreateCursor() in CreateCursor()
46 MemoryRSImageTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *table) in Cursor()
47 : TableBase in Cursor()
[all...]
/developtools/smartperf_host/trace_streamer/src/trace_data/
H A Dtrace_data_cache.cpp122 TableBase::TableDeclare<EbpfCallStackTable>(*db_, this, "ebpf_callstack"); in InitEbpfDB()
123 TableBase::TableDeclare<BioLatencySampleTable>(*db_, this, "bio_latency_sample"); in InitEbpfDB()
124 TableBase::TableDeclare<FileSystemSampleTable>(*db_, this, "file_system_sample"); in InitEbpfDB()
125 TableBase::TableDeclare<PagedMemorySampleTable>(*db_, this, "paged_memory_sample"); in InitEbpfDB()
129 TableBase::TableDeclare<NativeHookTable>(*db_, this, "native_hook"); in InitNativeMemoryDB()
130 TableBase::TableDeclare<NativeHookFrameTable>(*db_, this, "native_hook_frame"); in InitNativeMemoryDB()
131 TableBase::TableDeclare<NativeHookStatisticTable>(*db_, this, "native_hook_statistic"); in InitNativeMemoryDB()
135 TableBase::TableDeclare<JsHeapFilesTable>(*db_, this, "js_heap_files"); in InitArkTsDB()
136 TableBase::TableDeclare<JsHeapEdgesTable>(*db_, this, "js_heap_edges"); in InitArkTsDB()
137 TableBase in InitArkTsDB()
[all...]
/developtools/smartperf_host/trace_streamer/src/table/ftrace/
H A Dapp_startup_table.cpp21 AppStartupTable::AppStartupTable(const TraceDataCache *dataCache) : TableBase(dataCache) in AppStartupTable()
23 tableColumn_.push_back(TableBase::ColumnInfo("id", "INTEGER")); in AppStartupTable()
24 tableColumn_.push_back(TableBase::ColumnInfo("call_id", "INTEGER")); in AppStartupTable()
25 tableColumn_.push_back(TableBase::ColumnInfo("ipid", "INTEGER")); in AppStartupTable()
26 tableColumn_.push_back(TableBase::ColumnInfo("tid", "INTEGER")); in AppStartupTable()
27 tableColumn_.push_back(TableBase::ColumnInfo("start_time", "INTEGER")); in AppStartupTable()
28 tableColumn_.push_back(TableBase::ColumnInfo("end_time", "INTEGER")); in AppStartupTable()
29 tableColumn_.push_back(TableBase::ColumnInfo("start_name", "INTEGER")); in AppStartupTable()
30 tableColumn_.push_back(TableBase::ColumnInfo("packed_name", "TEXT")); in AppStartupTable()
36 std::unique_ptr<TableBase
[all...]
H A Dso_static_initalization_table.cpp21 SoStaticInitalizationTable::SoStaticInitalizationTable(const TraceDataCache *dataCache) : TableBase(dataCache) in SoStaticInitalizationTable()
23 tableColumn_.push_back(TableBase::ColumnInfo("id", "INTEGER")); in SoStaticInitalizationTable()
24 tableColumn_.push_back(TableBase::ColumnInfo("ipid", "INTEGER")); in SoStaticInitalizationTable()
25 tableColumn_.push_back(TableBase::ColumnInfo("tid", "INTEGER")); in SoStaticInitalizationTable()
26 tableColumn_.push_back(TableBase::ColumnInfo("call_id", "INTEGER")); in SoStaticInitalizationTable()
27 tableColumn_.push_back(TableBase::ColumnInfo("start_time", "INTEGER")); in SoStaticInitalizationTable()
28 tableColumn_.push_back(TableBase::ColumnInfo("end_time", "INTEGER")); in SoStaticInitalizationTable()
29 tableColumn_.push_back(TableBase::ColumnInfo("so_name", "TEXT")); in SoStaticInitalizationTable()
30 tableColumn_.push_back(TableBase::ColumnInfo("depth", "INTEGER")); in SoStaticInitalizationTable()
36 std::unique_ptr<TableBase
[all...]
H A Dtask_pool_table.cpp34 TaskPoolTable::TaskPoolTable(const TraceDataCache *dataCache) : TableBase(dataCache) in TaskPoolTable()
36 tableColumn_.push_back(TableBase::ColumnInfo("id", "INTEGER")); in TaskPoolTable()
37 tableColumn_.push_back(TableBase::ColumnInfo("allocation_task_row", "INTEGER")); in TaskPoolTable()
38 tableColumn_.push_back(TableBase::ColumnInfo("execute_task_row", "INTEGER")); in TaskPoolTable()
39 tableColumn_.push_back(TableBase::ColumnInfo("return_task_row", "INTEGER")); in TaskPoolTable()
40 tableColumn_.push_back(TableBase::ColumnInfo("allocation_itid", "INTEGER")); in TaskPoolTable()
41 tableColumn_.push_back(TableBase::ColumnInfo("execute_itid", "INTEGER")); in TaskPoolTable()
42 tableColumn_.push_back(TableBase::ColumnInfo("return_itid", "INTEGER")); in TaskPoolTable()
43 tableColumn_.push_back(TableBase::ColumnInfo("task_id", "INTEGER")); in TaskPoolTable()
44 tableColumn_.push_back(TableBase in TaskPoolTable()
[all...]
H A Danimation_table.cpp23 AnimationTable::AnimationTable(const TraceDataCache *dataCache) : TableBase(dataCache) in AnimationTable()
25 tableColumn_.push_back(TableBase::ColumnInfo("id", "INTEGER")); in AnimationTable()
26 tableColumn_.push_back(TableBase::ColumnInfo("input_time", "INTEGER")); in AnimationTable()
27 tableColumn_.push_back(TableBase::ColumnInfo("start_point", "INTEGER")); in AnimationTable()
28 tableColumn_.push_back(TableBase::ColumnInfo("end_point", "INTEGER")); in AnimationTable()
29 tableColumn_.push_back(TableBase::ColumnInfo("frame_info", "TEXT")); in AnimationTable()
30 tableColumn_.push_back(TableBase::ColumnInfo("name", "TEXT")); in AnimationTable()
36 std::unique_ptr<TableBase::Cursor> AnimationTable::CreateCursor() in CreateCursor()
41 AnimationTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *table) in Cursor()
42 : TableBase in Cursor()
[all...]
/developtools/smartperf_host/trace_streamer/src/table/js_memory/
H A Djs_heap_trace_function_info_table.cpp21 JsHeapTraceFunctionInfoTable::JsHeapTraceFunctionInfoTable(const TraceDataCache *dataCache) : TableBase(dataCache) in JsHeapTraceFunctionInfoTable()
23 tableColumn_.push_back(TableBase::ColumnInfo("file_id", "INTEGER")); in JsHeapTraceFunctionInfoTable()
24 tableColumn_.push_back(TableBase::ColumnInfo("function_index", "INTEGER")); in JsHeapTraceFunctionInfoTable()
25 tableColumn_.push_back(TableBase::ColumnInfo("function_id", "INTEGER")); in JsHeapTraceFunctionInfoTable()
26 tableColumn_.push_back(TableBase::ColumnInfo("name", "INTEGER")); in JsHeapTraceFunctionInfoTable()
27 tableColumn_.push_back(TableBase::ColumnInfo("script_name", "INTEGER")); in JsHeapTraceFunctionInfoTable()
28 tableColumn_.push_back(TableBase::ColumnInfo("script_id", "INTEGER")); in JsHeapTraceFunctionInfoTable()
29 tableColumn_.push_back(TableBase::ColumnInfo("line", "INTEGER")); in JsHeapTraceFunctionInfoTable()
30 tableColumn_.push_back(TableBase::ColumnInfo("column", "INTEGER")); in JsHeapTraceFunctionInfoTable()
36 std::unique_ptr<TableBase
[all...]
H A Djs_config_table.cpp29 JsConfigTable::JsConfigTable(const TraceDataCache *dataCache) : TableBase(dataCache) in JsConfigTable()
31 tableColumn_.push_back(TableBase::ColumnInfo("pid", "INTEGER")); in JsConfigTable()
32 tableColumn_.push_back(TableBase::ColumnInfo("type", "INTEGER")); in JsConfigTable()
33 tableColumn_.push_back(TableBase::ColumnInfo("interval", "INTEGER")); in JsConfigTable()
34 tableColumn_.push_back(TableBase::ColumnInfo("capture_numeric_value", "INTEGER")); in JsConfigTable()
35 tableColumn_.push_back(TableBase::ColumnInfo("trace_allocation", "INTEGER")); in JsConfigTable()
36 tableColumn_.push_back(TableBase::ColumnInfo("enable_cpu_profiler ", "INTEGER")); in JsConfigTable()
37 tableColumn_.push_back(TableBase::ColumnInfo("cpu_profiler_interval ", "INTEGER")); in JsConfigTable()
43 std::unique_ptr<TableBase::Cursor> JsConfigTable::CreateCursor() in CreateCursor()
48 JsConfigTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *tabl
[all...]
H A Djs_heap_edges_table.cpp21 JsHeapEdgesTable::JsHeapEdgesTable(const TraceDataCache *dataCache) : TableBase(dataCache) in JsHeapEdgesTable()
23 tableColumn_.push_back(TableBase::ColumnInfo("file_id", "INTEGER")); in JsHeapEdgesTable()
24 tableColumn_.push_back(TableBase::ColumnInfo("edge_index", "INTEGER")); in JsHeapEdgesTable()
25 tableColumn_.push_back(TableBase::ColumnInfo("type", "INTEGER")); in JsHeapEdgesTable()
26 tableColumn_.push_back(TableBase::ColumnInfo("name_or_index", "INTEGER")); in JsHeapEdgesTable()
27 tableColumn_.push_back(TableBase::ColumnInfo("to_node", "INTEGER")); in JsHeapEdgesTable()
28 tableColumn_.push_back(TableBase::ColumnInfo("from_node_id", "INTEGER")); in JsHeapEdgesTable()
29 tableColumn_.push_back(TableBase::ColumnInfo("to_node_id", "INTEGER")); in JsHeapEdgesTable()
35 std::unique_ptr<TableBase::Cursor> JsHeapEdgesTable::CreateCursor() in CreateCursor()
40 JsHeapEdgesTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *tabl
[all...]
H A Djs_cpu_profiler_node_table.cpp31 JsCpuProfilerNodeTable::JsCpuProfilerNodeTable(const TraceDataCache *dataCache) : TableBase(dataCache) in JsCpuProfilerNodeTable()
33 tableColumn_.push_back(TableBase::ColumnInfo("function_id", "INTEGER")); in JsCpuProfilerNodeTable()
34 tableColumn_.push_back(TableBase::ColumnInfo("function_index", "INTEGER")); in JsCpuProfilerNodeTable()
35 tableColumn_.push_back(TableBase::ColumnInfo("script_id", "TEXT")); in JsCpuProfilerNodeTable()
36 tableColumn_.push_back(TableBase::ColumnInfo("url_index", "INTEGER")); in JsCpuProfilerNodeTable()
37 tableColumn_.push_back(TableBase::ColumnInfo("line_number", "INTEGER")); in JsCpuProfilerNodeTable()
38 tableColumn_.push_back(TableBase::ColumnInfo("column_number", "INTEGER")); in JsCpuProfilerNodeTable()
39 tableColumn_.push_back(TableBase::ColumnInfo("hit_count", "INTEGER")); in JsCpuProfilerNodeTable()
40 tableColumn_.push_back(TableBase::ColumnInfo("children", "INTEGER")); in JsCpuProfilerNodeTable()
41 tableColumn_.push_back(TableBase in JsCpuProfilerNodeTable()
[all...]
H A Djs_heap_nodes_table.cpp31 JsHeapNodesTable::JsHeapNodesTable(const TraceDataCache *dataCache) : TableBase(dataCache) in JsHeapNodesTable()
33 tableColumn_.push_back(TableBase::ColumnInfo("file_id", "INTEGER")); in JsHeapNodesTable()
34 tableColumn_.push_back(TableBase::ColumnInfo("node_index", "INTEGER")); in JsHeapNodesTable()
35 tableColumn_.push_back(TableBase::ColumnInfo("type", "INTEGER")); in JsHeapNodesTable()
36 tableColumn_.push_back(TableBase::ColumnInfo("name", "INTEGER")); in JsHeapNodesTable()
37 tableColumn_.push_back(TableBase::ColumnInfo("id", "INTEGER")); in JsHeapNodesTable()
38 tableColumn_.push_back(TableBase::ColumnInfo("self_size", "INTEGER")); in JsHeapNodesTable()
39 tableColumn_.push_back(TableBase::ColumnInfo("edge_count", "INTEGER")); in JsHeapNodesTable()
40 tableColumn_.push_back(TableBase::ColumnInfo("trace_node_id", "INTEGER")); in JsHeapNodesTable()
41 tableColumn_.push_back(TableBase in JsHeapNodesTable()
[all...]
H A Djs_heap_trace_node_table.cpp21 JsHeapTraceNodeTable::JsHeapTraceNodeTable(const TraceDataCache *dataCache) : TableBase(dataCache) in JsHeapTraceNodeTable()
23 tableColumn_.push_back(TableBase::ColumnInfo("file_id", "INTEGER")); in JsHeapTraceNodeTable()
24 tableColumn_.push_back(TableBase::ColumnInfo("id", "INTEGER")); in JsHeapTraceNodeTable()
25 tableColumn_.push_back(TableBase::ColumnInfo("function_info_index", "INTEGER")); in JsHeapTraceNodeTable()
26 tableColumn_.push_back(TableBase::ColumnInfo("count", "INTEGER")); in JsHeapTraceNodeTable()
27 tableColumn_.push_back(TableBase::ColumnInfo("size", "INTEGER")); in JsHeapTraceNodeTable()
28 tableColumn_.push_back(TableBase::ColumnInfo("parent_id", "INTEGER")); in JsHeapTraceNodeTable()
34 std::unique_ptr<TableBase::Cursor> JsHeapTraceNodeTable::CreateCursor() in CreateCursor()
39 JsHeapTraceNodeTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *table) in Cursor()
40 : TableBase in Cursor()
[all...]
/developtools/smartperf_host/trace_streamer/src/table/ebpf/
H A Dbio_latency_sample_table.cpp35 BioLatencySampleTable::BioLatencySampleTable(const TraceDataCache *dataCache) : TableBase(dataCache) in BioLatencySampleTable()
37 tableColumn_.push_back(TableBase::ColumnInfo("id", "INTEGER")); in BioLatencySampleTable()
38 tableColumn_.push_back(TableBase::ColumnInfo("callchain_id", "INTEGER")); in BioLatencySampleTable()
39 tableColumn_.push_back(TableBase::ColumnInfo("type", "INTEGER")); in BioLatencySampleTable()
40 tableColumn_.push_back(TableBase::ColumnInfo("ipid", "INTEGER")); in BioLatencySampleTable()
41 tableColumn_.push_back(TableBase::ColumnInfo("itid", "INTEGER")); in BioLatencySampleTable()
42 tableColumn_.push_back(TableBase::ColumnInfo("start_ts", "INTEGER")); in BioLatencySampleTable()
43 tableColumn_.push_back(TableBase::ColumnInfo("end_ts", "INTEGER")); in BioLatencySampleTable()
44 tableColumn_.push_back(TableBase::ColumnInfo("latency_dur", "INTEGER")); in BioLatencySampleTable()
45 tableColumn_.push_back(TableBase in BioLatencySampleTable()
[all...]
H A Dfile_system_sample_table.cpp39 FileSystemSampleTable::FileSystemSampleTable(const TraceDataCache *dataCache) : TableBase(dataCache) in FileSystemSampleTable()
41 tableColumn_.push_back(TableBase::ColumnInfo("id", "INTEGER")); in FileSystemSampleTable()
42 tableColumn_.push_back(TableBase::ColumnInfo("callchain_id", "INTEGER")); in FileSystemSampleTable()
43 tableColumn_.push_back(TableBase::ColumnInfo("type", "INTEGER")); in FileSystemSampleTable()
44 tableColumn_.push_back(TableBase::ColumnInfo("ipid", "INTEGER")); in FileSystemSampleTable()
45 tableColumn_.push_back(TableBase::ColumnInfo("itid", "INTEGER")); in FileSystemSampleTable()
46 tableColumn_.push_back(TableBase::ColumnInfo("start_ts", "INTEGER")); in FileSystemSampleTable()
47 tableColumn_.push_back(TableBase::ColumnInfo("end_ts", "INTEGER")); in FileSystemSampleTable()
48 tableColumn_.push_back(TableBase::ColumnInfo("dur", "INTEGER")); in FileSystemSampleTable()
49 tableColumn_.push_back(TableBase in FileSystemSampleTable()
[all...]

Completed in 9 milliseconds

1234567