Home
last modified time | relevance | path

Searched refs:push_back (Results 1 – 25 of 261) sorted by relevance

1234567891011

/developtools/smartperf_host/trace_streamer/test/unittest/filter/
Dclock_filter_test.cpp59 snapShot0.push_back({TS_CLOCK_BOOTTIME, TS_BOOT_TIME});
60 snapShot0.push_back({TS_MONOTONIC, TS_MONOTONIC_TIME});
77 snapShot0.push_back({TS_CLOCK_BOOTTIME, TS_BOOT_TIME});
78 snapShot0.push_back({TS_MONOTONIC, TS_MONOTONIC_TIME});
98 snapShot0.push_back({TS_CLOCK_BOOTTIME, TS_BOOT_TIME});
99 snapShot0.push_back({TS_MONOTONIC, TS_MONOTONIC_TIME});
103 snapShot1.push_back({TS_CLOCK_BOOTTIME, TS_SECOND_BOOT_TIME});
104 snapShot1.push_back({TS_MONOTONIC, TS_SECOND_MONOTONIC_TIME});
120 snapShot0.push_back({TS_CLOCK_BOOTTIME, TS_BOOT_TIME});
121 snapShot0.push_back({TS_CLOCK_REALTIME, TS_REAL_TIME});
[all …]
/developtools/smartperf_host/trace_streamer/src/table/hi_sysevent/
Ddevice_state_table.cpp46 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(TableBase::ColumnInfo("media", "INTEGER")); in DeviceStateTable()
[all …]
Dsysevent_all_event_table.cpp39 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(TableBase::ColumnInfo("level", "TEXT")); in SysEventAllEventTable()
[all …]
Dsysevent_measure_table.cpp23 tableColumn_.push_back(TableBase::ColumnInfo("id", "INTEGER")); in SysEventMeasureTable()
24 tableColumn_.push_back(TableBase::ColumnInfo("serial", "INTEGER")); in SysEventMeasureTable()
25 tableColumn_.push_back(TableBase::ColumnInfo("ts", "INTEGER")); in SysEventMeasureTable()
26 tableColumn_.push_back(TableBase::ColumnInfo("name_id", "INTEGER")); in SysEventMeasureTable()
27 tableColumn_.push_back(TableBase::ColumnInfo("key_id", "INTEGER")); in SysEventMeasureTable()
28 tableColumn_.push_back(TableBase::ColumnInfo("type", "INTEGER")); in SysEventMeasureTable()
29 tableColumn_.push_back(TableBase::ColumnInfo("int_value", "REAL")); in SysEventMeasureTable()
30 tableColumn_.push_back(TableBase::ColumnInfo("string_value", "TEXT")); in SysEventMeasureTable()
31 tablePriKey_.push_back("id"); in SysEventMeasureTable()
/developtools/smartperf_host/trace_streamer/src/table/monitor/
Dsmaps_table.cpp43 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(TableBase::ColumnInfo("reside", "REAL")); in SmapsTable()
[all …]
Dmemory_ashmem_table.cpp37 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(TableBase::ColumnInfo("time", "INTEGER")); in MemoryAshMemTable()
[all …]
Dlive_process_table.cpp37 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(TableBase::ColumnInfo("pss_info", "INTEGER")); in LiveProcessTable()
[all …]
Dmemory_dma_table.cpp35 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(TableBase::ColumnInfo("exp_name_id", "INTEGER")); in MemoryDmaTable()
[all …]
Dmemory_window_gpu_table.cpp34 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(TableBase::ColumnInfo("ipid", "INTEGER")); in MemoryWindowGpuTable()
[all …]
Ddisk_io_table.cpp34 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(TableBase::ColumnInfo("wr_count_speed", "REAL")); in DiskIOTable()
[all …]
Dnetwork_table.cpp35 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(TableBase::ColumnInfo("packet_out_sec", "REAL")); in NetworkTable()
[all …]
Dpaged_memory_sample_table.cpp23 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(TableBase::ColumnInfo("itid", "INTEGER")); in PagedMemorySampleTable()
[all …]
Dmemory_process_gpu_table.cpp32 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()
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dhitrace_ops.cpp29 args_.push_back("-l"); in PrepareListCategoriesCmd()
38 args_.push_back("--trace_begin"); in PrepareEnableCategoriesCmd()
39 args_.push_back("-t"); in PrepareEnableCategoriesCmd()
40 args_.push_back(std::to_string(traceTime)); in PrepareEnableCategoriesCmd()
43 args_.push_back(category); in PrepareEnableCategoriesCmd()
50 args_.push_back("--trace_finish_nodump"); in PrepareDisableCategoriesCmd()
/developtools/smartperf_host/trace_streamer/src/table/ebpf/
Dfile_system_sample_table.cpp41 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(TableBase::ColumnInfo("error_code", "TEXT")); in FileSystemSampleTable()
[all …]
Dbio_latency_sample_table.cpp37 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(TableBase::ColumnInfo("size", "INTEGER")); in BioLatencySampleTable()
[all …]
/developtools/smartperf_host/trace_streamer/src/table/ftrace/
Dcallstack_table.cpp40 tableColumn_.push_back(TableBase::ColumnInfo("id", "INTEGER")); in CallStackTable()
41 tableColumn_.push_back(TableBase::ColumnInfo("ts", "INTEGER")); in CallStackTable()
42 tableColumn_.push_back(TableBase::ColumnInfo("dur", "INTEGER")); in CallStackTable()
43 tableColumn_.push_back(TableBase::ColumnInfo("callid", "INTEGER")); in CallStackTable()
44 tableColumn_.push_back(TableBase::ColumnInfo("cat", "TEXT")); in CallStackTable()
45 tableColumn_.push_back(TableBase::ColumnInfo("identify", "INTEGER")); 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()
49 tableColumn_.push_back(TableBase::ColumnInfo("parent_id", "INTEGER")); in CallStackTable()
[all …]
Dtask_pool_table.cpp36 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("execute_id", "INTEGER")); in TaskPoolTable()
44 tableColumn_.push_back(TableBase::ColumnInfo("priority", "INTEGER")); in TaskPoolTable()
45 tableColumn_.push_back(TableBase::ColumnInfo("execute_state", "INTEGER")); in TaskPoolTable()
[all …]
Dapp_startup_table.cpp23 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()
Dso_static_initalization_table.cpp23 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()
/developtools/hdc/src/host/
Dmain.cpp50 registerCommand.push_back(CMDSTR_SOFTWARE_VERSION); in IsRegisterCommand()
51 registerCommand.push_back(CMDSTR_SOFTWARE_HELP); in IsRegisterCommand()
52 registerCommand.push_back(CMDSTR_TARGET_DISCOVER); in IsRegisterCommand()
53 registerCommand.push_back(CMDSTR_LIST_TARGETS); in IsRegisterCommand()
54 registerCommand.push_back(CMDSTR_CHECK_SERVER); in IsRegisterCommand()
55 registerCommand.push_back(CMDSTR_CHECK_DEVICE); in IsRegisterCommand()
56 registerCommand.push_back(CMDSTR_WAIT_FOR); in IsRegisterCommand()
57 registerCommand.push_back(CMDSTR_CONNECT_ANY); in IsRegisterCommand()
58 registerCommand.push_back(CMDSTR_CONNECT_TARGET); in IsRegisterCommand()
59 registerCommand.push_back(CMDSTR_SHELL); in IsRegisterCommand()
[all …]
/developtools/smartperf_host/trace_streamer/src/table/js_memory/
Djs_cpu_profiler_node_table.cpp33 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_id"); in JsCpuProfilerNodeTable()
Djs_heap_nodes_table.cpp33 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::ColumnInfo("detachedness", "INTEGER")); in JsHeapNodesTable()
42 tablePriKey_.push_back("file_id"); in JsHeapNodesTable()
Djs_heap_trace_function_info_table.cpp23 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()
/developtools/global_resource_tool/src/
Dcmd_list.cpp50 …fileListHandles_.push_back(bind(&CmdList::GetString, this, root["configPath"], Option::JSON, callb… in InitFileListCommand()
51 …fileListHandles_.push_back(bind(&CmdList::GetString, this, root["packageName"], Option::PACKAGENAM… in InitFileListCommand()
52 …fileListHandles_.push_back(bind(&CmdList::GetString, this, root["output"], Option::OUTPUTPATH, cal… in InitFileListCommand()
53 …fileListHandles_.push_back(bind(&CmdList::GetString, this, root["startId"], Option::STARTID, callb… in InitFileListCommand()
54 fileListHandles_.push_back(bind(&CmdList::GetString, this, root["entryCompiledResource"], in InitFileListCommand()
56 fileListHandles_.push_back(bind(&CmdList::GetString, this, root["ids"], Option::IDS, callback)); in InitFileListCommand()
57 …fileListHandles_.push_back(bind(&CmdList::GetString, this, root["definedIds"], Option::DEFINED_IDS… in InitFileListCommand()
58 fileListHandles_.push_back(bind(&CmdList::GetString, this, root["applicationResource"], in InitFileListCommand()
60 …fileListHandles_.push_back(bind(&CmdList::GetArray, this, root["ResourceTable"], Option::RESHEADER… in InitFileListCommand()
61 …fileListHandles_.push_back(bind(&CmdList::GetArray, this, root["moduleResources"], Option::INPUTPA… in InitFileListCommand()
[all …]

1234567891011