/developtools/smartperf_host/trace_streamer/src/table/hi_sysevent/ |
H A D | device_state_table.cpp | 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::ColumnInfo("stream_ring", "INTEGER")); in DeviceStateTable() 55 tableColumn_.push_back(TableBas in DeviceStateTable() [all...] |
H A D | sysevent_all_event_table.cpp | 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::ColumnInfo("uid", "INTEGER")); in SysEventAllEventTable() 48 tableColumn_.push_back(TableBas in SysEventAllEventTable() [all...] |
/developtools/smartperf_host/trace_streamer/src/table/monitor/ |
H A D | smaps_table.cpp | 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::ColumnInfo("virtaul_size", "INTEGER")); in SmapsTable() 52 tableColumn_.push_back(TableBas in SmapsTable() [all...] |
H A D | live_process_table.cpp | 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::ColumnInfo("cpu_usage", "REAL")); in LiveProcessTable() 46 tableColumn_.push_back(TableBas in LiveProcessTable() [all...] |
H A D | memory_ashmem_table.cpp | 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::ColumnInfo("ashmem_id", "INTEGER")); in MemoryAshMemTable() 46 tableColumn_.push_back(TableBas in MemoryAshMemTable() [all...] |
H A D | network_table.cpp | 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::ColumnInfo("packet_out", "INTEGER")); in NetworkTable() 44 tableColumn_.push_back(TableBas in NetworkTable() [all...] |
H A D | memory_dma_table.cpp | 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::ColumnInfo("buf_name_id", "INTEGER")); in MemoryDmaTable() 44 tableColumn_.push_back(TableBas in MemoryDmaTable() [all...] |
H A D | memory_process_gpu_table.cpp | 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() 40 tablePriKey_.push_back("id"); in MemoryProcessGpuTable()
|
H A D | memory_window_gpu_table.cpp | 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::ColumnInfo("purgeable_size", "INTEGER")); in MemoryWindowGpuTable() 43 tableColumn_.push_back(TableBas in MemoryWindowGpuTable() [all...] |
H A D | paged_memory_sample_table.cpp | 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::ColumnInfo("addr", "TEXT")); in PagedMemorySampleTable() 32 tableColumn_.push_back(TableBas in PagedMemorySampleTable() [all...] |
H A D | disk_io_table.cpp | 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::ColumnInfo("rd_count_speed", "REAL")); in DiskIOTable() 43 tableColumn_.push_back(TableBas in DiskIOTable() [all...] |
/developtools/smartperf_host/trace_streamer/test/unittest/filter/ |
H A D | clock_filter_test.cpp | 59 snapShot0.push_back({TS_CLOCK_BOOTTIME, TS_BOOT_TIME}); in HWTEST_F() 60 snapShot0.push_back({TS_MONOTONIC, TS_MONOTONIC_TIME}); in HWTEST_F() 77 snapShot0.push_back({TS_CLOCK_BOOTTIME, TS_BOOT_TIME}); in HWTEST_F() 78 snapShot0.push_back({TS_MONOTONIC, TS_MONOTONIC_TIME}); in HWTEST_F() 98 snapShot0.push_back({TS_CLOCK_BOOTTIME, TS_BOOT_TIME}); in HWTEST_F() 99 snapShot0.push_back({TS_MONOTONIC, TS_MONOTONIC_TIME}); in HWTEST_F() 103 snapShot1.push_back({TS_CLOCK_BOOTTIME, TS_SECOND_BOOT_TIME}); in HWTEST_F() 104 snapShot1.push_back({TS_MONOTONIC, TS_SECOND_MONOTONIC_TIME}); in HWTEST_F() 120 snapShot0.push_back({TS_CLOCK_BOOTTIME, TS_BOOT_TIME}); in HWTEST_F() 121 snapShot0.push_back({TS_CLOCK_REALTIM in HWTEST_F() [all...] |
/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/ |
H A D | block_head.cpp | 36 tmpVec.push_back(type); in GetBlockHead() 37 tmpVec.push_back(tag); in GetBlockHead() 38 tmpVec.push_back((length >> BIT_SIZE) & 0xff); in GetBlockHead() 39 tmpVec.push_back(length & 0xff); in GetBlockHead() 40 tmpVec.push_back((offset >> TRIPLE_BIT_SIZE) & 0xff); in GetBlockHead() 41 tmpVec.push_back((offset >> DOUBLE_BIT_SIZE) & 0xff); in GetBlockHead() 42 tmpVec.push_back((offset >> BIT_SIZE) & 0xff); in GetBlockHead() 43 tmpVec.push_back(offset & 0xff); in GetBlockHead()
|
/developtools/smartperf_host/trace_streamer/src/table/ebpf/ |
H A D | file_system_sample_table.cpp | 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::ColumnInfo("return_value", "TEXT")); in FileSystemSampleTable() 50 tableColumn_.push_back(TableBas in FileSystemSampleTable() [all...] |
H A D | bio_latency_sample_table.cpp | 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::ColumnInfo("tier", "INTEGER")); in BioLatencySampleTable() 46 tableColumn_.push_back(TableBas in BioLatencySampleTable() [all...] |
/developtools/smartperf_host/trace_streamer/src/table/ftrace/ |
H A D | callstack_table.cpp | 41 tableColumn_.push_back(TableBase::ColumnInfo("id", "INTEGER")); in CallStackTable() 42 tableColumn_.push_back(TableBase::ColumnInfo("ts", "INTEGER")); in CallStackTable() 43 tableColumn_.push_back(TableBase::ColumnInfo("dur", "INTEGER")); in CallStackTable() 44 tableColumn_.push_back(TableBase::ColumnInfo("callid", "INTEGER")); in CallStackTable() 45 tableColumn_.push_back(TableBase::ColumnInfo("cat", "TEXT")); in CallStackTable() 46 tableColumn_.push_back(TableBase::ColumnInfo("name", "TEXT")); in CallStackTable() 47 tableColumn_.push_back(TableBase::ColumnInfo("depth", "INTEGER")); in CallStackTable() 48 tableColumn_.push_back(TableBase::ColumnInfo("cookie", "INTEGER")); in CallStackTable() 50 tableColumn_.push_back(TableBase::ColumnInfo("colorIndex", "INTEGER")); in CallStackTable() 52 tableColumn_.push_back(TableBas in CallStackTable() [all...] |
H A D | app_startup_table.cpp | 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() 31 tablePriKey_.push_back("id"); in AppStartupTable()
|
H A D | so_static_initalization_table.cpp | 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() 31 tablePriKey_.push_back("id"); in SoStaticInitalizationTable()
|
H A D | task_pool_table.cpp | 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::ColumnInfo("priority", "INTEGER")); in TaskPoolTable() 45 tableColumn_.push_back(TableBas in TaskPoolTable() [all...] |
/developtools/smartperf_host/trace_streamer/src/table/js_memory/ |
H A D | js_heap_trace_function_info_table.cpp | 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() 31 tablePriKey_.push_back("file_id"); in JsHeapTraceFunctionInfoTable()
|
H A D | js_config_table.cpp | 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() 38 tablePriKey_.push_back("pid"); in JsConfigTable()
|
H A D | js_heap_edges_table.cpp | 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() 30 tablePriKey_.push_back("file_id"); in JsHeapEdgesTable()
|
H A D | js_cpu_profiler_node_table.cpp | 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::ColumnInfo("parent_id", "INTEGER")); in JsCpuProfilerNodeTable() 42 tablePriKey_.push_back("function_i in JsCpuProfilerNodeTable() [all...] |
/developtools/hdc/src/host/ |
H A D | main.cpp | 52 registerCommand.push_back(CMDSTR_SOFTWARE_VERSION); in IsRegisterCommand() 53 registerCommand.push_back(CMDSTR_SOFTWARE_HELP); in IsRegisterCommand() 54 registerCommand.push_back(CMDSTR_TARGET_DISCOVER); in IsRegisterCommand() 55 registerCommand.push_back(CMDSTR_LIST_TARGETS); in IsRegisterCommand() 56 registerCommand.push_back(CMDSTR_CHECK_SERVER); in IsRegisterCommand() 57 registerCommand.push_back(CMDSTR_CHECK_DEVICE); in IsRegisterCommand() 58 registerCommand.push_back(CMDSTR_WAIT_FOR); in IsRegisterCommand() 59 registerCommand.push_back(CMDSTR_CONNECT_ANY); in IsRegisterCommand() 60 registerCommand.push_back(CMDSTR_CONNECT_TARGET); in IsRegisterCommand() 61 registerCommand.push_back(CMDSTR_SHEL in IsRegisterCommand() [all...] |
/developtools/smartperf_host/trace_streamer/src/table/native_hook/ |
H A D | native_hook_table.cpp | 39 tableColumn_.push_back(TableBase::ColumnInfo("id", "INTEGER")); in NativeHookTable() 40 tableColumn_.push_back(TableBase::ColumnInfo("callchain_id", "INTEGER")); in NativeHookTable() 41 tableColumn_.push_back(TableBase::ColumnInfo("ipid", "INTEGER")); in NativeHookTable() 42 tableColumn_.push_back(TableBase::ColumnInfo("itid", "INTEGER")); in NativeHookTable() 43 tableColumn_.push_back(TableBase::ColumnInfo("event_type", "TEXT")); in NativeHookTable() 44 tableColumn_.push_back(TableBase::ColumnInfo("sub_type_id", "INTEGER")); in NativeHookTable() 45 tableColumn_.push_back(TableBase::ColumnInfo("start_ts", "INTEGER")); in NativeHookTable() 46 tableColumn_.push_back(TableBase::ColumnInfo("end_ts", "INTEGER")); in NativeHookTable() 47 tableColumn_.push_back(TableBase::ColumnInfo("dur", "INTEGER")); in NativeHookTable() 48 tableColumn_.push_back(TableBas in NativeHookTable() [all...] |