/developtools/smartperf_host/trace_streamer/src/trace_data/ |
D | BUILD.gn | 43 "${SRC}/table", 44 "${SRC}/table/base", 45 "${SRC}/table/ebpf", 46 "${SRC}/table/ftrace", 47 "${SRC}/table/hiperf", 48 "${SRC}/table/hi_sysevent", 49 "${SRC}/table/js_memory", 50 "${SRC}/table/monitor", 51 "${SRC}/table/native_hook",
|
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
D | BUILD.gn | 54 "${SRC}/table", 55 "${SRC}/table/base", 56 "${SRC}/table/ebpf", 57 "${SRC}/table/ftrace", 58 "${SRC}/table/hiperf", 59 "${SRC}/table/hi_sysevent", 60 "${SRC}/table/js_memory", 61 "${SRC}/table/monitor", 62 "${SRC}/table/native_hook",
|
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/ |
D | BUILD.gn | 44 "table", 67 "table/gpu_counter_object_table.cpp", 68 "table/gpu_counter_object_table.h", 69 "table/gpu_counter_table.cpp", 70 "table/gpu_counter_table.h", 71 "table/meta_table.cpp", 72 "table/meta_table.h", 73 "table/slice_object_table.cpp", 74 "table/slice_object_table.h", 75 "table/slice_table.cpp", [all …]
|
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/ |
D | BUILD.gn | 45 "table", 66 "table/gpu_counter_object_table.cpp", 67 "table/gpu_counter_object_table.h", 68 "table/gpu_counter_table.cpp", 69 "table/gpu_counter_table.h", 70 "table/meta_table.cpp", 71 "table/meta_table.h", 72 "table/slice_object_table.cpp", 73 "table/slice_object_table.h", 74 "table/slice_table.cpp", [all …]
|
/developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/ |
D | Top20ThreadCpuUsage.ts | 35 private table: LitTable | null | undefined; property in Top20ThreadCpuUsage 47 private map: Map<string, { chart: LitChartColumn; table: LitTable }> | undefined; 92 this.table = this.shadowRoot!.querySelector<LitTable>('#tb-thread-usage'); 100 this.map = new Map<string, { chart: LitChartColumn; table: LitTable }>(); 101 this.map.set('total', { chart: this.chartTotal!, table: this.table! }); 102 this.map.set('small', { chart: this.chart2!, table: this.tableSmall! }); 103 this.map.set('mid', { chart: this.chart3!, table: this.tableMid! }); 104 this.map.set('big', { chart: this.chart4!, table: this.tableBig! }); 127 let tab = this.map!.get(key)!.table; 164 sortByColumn(detail: any, table: LitTable | null | undefined, data: Array<any>) { [all …]
|
D | CheckCpuSetting.ts | 36 private table: HTMLDivElement | null | undefined; property in CheckCpuSetting 41 this.table = this.shadowRoot!.querySelector<HTMLDivElement>('#tb_cpu_setting'); 60 this.table!.innerHTML = ''; 122 this.table?.append(...[div, bigCheckBox, midCheckBox, smallCheckBox]); 142 this.table?.append(...[column1, column2, column3, column4]);
|
/developtools/profiler/host/smartperf/ide/src/trace/component/schedulingAnalysis/ |
D | Top20ThreadCpuUsage.ts | 35 private table: LitTable | null | undefined; property in Top20ThreadCpuUsage 47 private map: Map<string, { chart: LitChartColumn; table: LitTable }> | undefined; 92 this.table = this.shadowRoot!.querySelector<LitTable>('#tb-thread-usage'); 100 this.map = new Map<string, { chart: LitChartColumn; table: LitTable }>(); 101 this.map.set('total', { chart: this.chartTotal!, table: this.table! }); 102 this.map.set('small', { chart: this.chart2!, table: this.tableSmall! }); 103 this.map.set('mid', { chart: this.chart3!, table: this.tableMid! }); 104 this.map.set('big', { chart: this.chart4!, table: this.tableBig! }); 127 let tab = this.map!.get(key)!.table; 164 sortByColumn(detail: any, table: LitTable | null | undefined, data: Array<any>) { [all …]
|
D | CheckCpuSetting.ts | 36 private table: HTMLDivElement | null | undefined; property in CheckCpuSetting 41 this.table = this.shadowRoot!.querySelector<HTMLDivElement>('#tb_cpu_setting'); 60 this.table!.innerHTML = ''; 122 this.table?.append(...[div, bigCheckBox, midCheckBox, smallCheckBox]); 142 this.table?.append(...[column1, column2, column3, column4]);
|
/developtools/profiler/host/smartperf/trace_streamer/src/table/ftrace/ |
D | measure_table.cpp | 40 MeasureTable::Cursor::Cursor(const TraceDataCache* dataCache, TableBase* table) in Cursor() argument 43 table, in Cursor() 44 static_cast<uint32_t>(table->name_ == "measure" || table->name_ == "_measure" in Cursor() 46 … : (table->name_ == "process_measure" || table->name_ == "_process_measure" in Cursor() 49 measureObj(table->name_ == "measure" || table->name_ == "_measure" in Cursor() 51 : (table->name_ == "process_measure" || table->name_ == "_process_measure" in Cursor()
|
/developtools/smartperf_host/trace_streamer/src/table/ftrace/ |
D | measure_table.cpp | 40 MeasureTable::Cursor::Cursor(const TraceDataCache* dataCache, TableBase* table) in Cursor() argument 43 table, in Cursor() 44 static_cast<uint32_t>(table->name_ == "measure" || table->name_ == "_measure" in Cursor() 46 … : (table->name_ == "process_measure" || table->name_ == "_process_measure" in Cursor() 49 measureObj(table->name_ == "measure" || table->name_ == "_measure" in Cursor() 51 : (table->name_ == "process_measure" || table->name_ == "_process_measure" in Cursor()
|
/developtools/smartperf_host/trace_streamer/src/table/base/ |
D | table_base.cpp | 60 auto table = xdesc->tmplate(xdesc->dataCache); in TableRegister() local 61 table->name_ = xdesc->tableName; in TableRegister() 62 if (table->name_ == "process" || table->name_ == "thread") { in TableRegister() 63 table->wdataCache_ = xdesc->dataCache; in TableRegister() 66 table->Init(argc, argv); in TableRegister() 67 std::string createStmt = table->CreateTableSql(); in TableRegister() 68 TS_LOGD("xCreate table %s, statement: %s", table->name_.c_str(), createStmt.c_str()); in TableRegister() 71 if ((table->name_ == "span_join") || (table->name_ == "_span_join")) { in TableRegister() 74 TS_LOGE("sqlite3_declare_vtab %s faild: %s", table->name_.c_str(), createStmt.c_str()); in TableRegister() 77 *ppVTab = table.release(); in TableRegister() [all …]
|
D | range_table.cpp | 35 …or::Cursor(const TraceDataCache* dataCache, TableBase* table) : TableBase::Cursor(dataCache, table… in Cursor() argument
|
D | meta_table.cpp | 35 MetaTable::Cursor::Cursor(const TraceDataCache* dataCache, TableBase* table) in Cursor() argument 36 : TableBase::Cursor(dataCache, table, METADATA_ITEM_MAX) in Cursor()
|
/developtools/profiler/host/smartperf/trace_streamer/src/table/base/ |
D | table_base.cpp | 60 auto table = xdesc->tmplate(xdesc->dataCache); in TableRegister() local 61 table->name_ = xdesc->tableName; in TableRegister() 62 if (table->name_ == "process" || table->name_ == "thread") { in TableRegister() 63 table->wdataCache_ = xdesc->dataCache; in TableRegister() 66 table->Init(argc, argv); in TableRegister() 67 std::string createStmt = table->CreateTableSql(); in TableRegister() 68 TS_LOGD("xCreate table %s, statement: %s", table->name_.c_str(), createStmt.c_str()); in TableRegister() 71 if ((table->name_ == "span_join") || (table->name_ == "_span_join")) { in TableRegister() 74 TS_LOGE("sqlite3_declare_vtab %s faild: %s", table->name_.c_str(), createStmt.c_str()); in TableRegister() 77 *ppVTab = table.release(); in TableRegister() [all …]
|
D | range_table.cpp | 35 …or::Cursor(const TraceDataCache* dataCache, TableBase* table) : TableBase::Cursor(dataCache, table… in Cursor() argument
|
/developtools/integration_verification/tools/fotff/rec/ |
D | report.go | 32 table{ 61 tb := table.NewWriter() 63 var row = table.Row{"test case"} 71 tb.SetRowPainter(func(row table.Row) text.Colors { 83 var rows []table.Row 85 var row = table.Row{k}
|
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/table/ |
D | table_base.cpp | 60 auto table = xdesc->tmplate(xdesc->dataCache); in TableRegister() local 61 table->name_ = xdesc->tableName; in TableRegister() 62 if (table->name_ == "process" || table->name_ == "thread") { in TableRegister() 63 table->wdataCache_ = xdesc->dataCache; in TableRegister() 66 table->Init(argc, argv); in TableRegister() 67 std::string createStmt = table->CreateTableSql(); in TableRegister() 68 TS_LOGD("xCreate table %s, statement: %s", table->name_.c_str(), createStmt.c_str()); in TableRegister() 71 TS_LOGE("sqlite3_declare_vtab %s faild: %s", table->name_.c_str(), createStmt.c_str()); in TableRegister() 74 *ppVTab = table.release(); in TableRegister() 203 TableBase::Cursor::Cursor(const TraceDataCache* dataCache, TableBase* table, uint32_t rowCount) in Cursor() argument [all …]
|
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/ |
D | table_base.cpp | 58 auto table = xdesc->tmplate(xdesc->dataCache); in TableRegister() local 59 table->name_ = xdesc->tableName; in TableRegister() 60 if (table->name_ == "process" || table->name_ == "thread") { in TableRegister() 61 table->wdataCache_ = xdesc->dataCache; in TableRegister() 64 table->Init(argc, argv); in TableRegister() 65 std::string createStmt = table->CreateTableSql(); in TableRegister() 66 TS_LOGD("xCreate table %s, statement: %s", table->name_.c_str(), createStmt.c_str()); in TableRegister() 69 TS_LOGE("sqlite3_declare_vtab %s faild: %s", table->name_.c_str(), createStmt.c_str()); in TableRegister() 72 *ppVTab = table.release(); in TableRegister() 201 TableBase::Cursor::Cursor(const TraceDataCache* dataCache, TableBase* table, uint32_t rowCount) in Cursor() argument [all …]
|
D | meta_table.cpp | 36 MetaTable::Cursor::Cursor(const TraceDataCache* dataCache, TableBase* table) in Cursor() argument 37 : TableBase::Cursor(dataCache, table, MetaDataItem::METADATA_ITEM_MAX) in Cursor()
|
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/ |
D | TabPaneNMCallTree.test.ts | 91 let table = document.querySelector('#filter'); variable 92 table!.setAttribute('tree', '1'); 93 tabPaneNMCallTree.filter = table; 102 let table = document.querySelector('#filter'); variable 103 table!.setAttribute('tree', '1'); 104 tabPaneNMCallTree.filter = table;
|
/developtools/syscap_codec/tools/ |
D | syscap_check.py | 206 def print_inconsistent(diff_set: set, a_name: str, b_name: str, table: PrettyTable, 208 table.clear() 210 table.field_names = ["index", "SysCap only in {}".format(a_name), "Files"] 211 add_dict_as_table_row(table, value_file_dict) 213 table.field_names = ["All SysCap in {} have been Covered by {}".format(a_name, b_name)] 214 print(table) 218 def print_consistent(a_diff_b_set: set, b_diff_a_set: set, table: PrettyTable, a_name: str, b_name:… 220 table.field_names = ["{} and {} are Consistent".format(a_name, b_name)] 221 print(table)
|
/developtools/ace_js2bundle/ace-loader/sample/lite/pages/index/ |
D | index.css | 1 .btn .table { 7 .table {
|
/developtools/profiler/host/smartperf/ide/src/trace/component/chart/ |
D | SpSdkChart.ts | 45 let table = []; 66 table.push({ 103 table.push({ 113 tablesMap.set(key, table); 179 let table = tablesMap.get(componentId); 180 if (table != null) { 181 let nodeRow = this.initNodeRow(componentId, table[0].name); 182 for (let index = 0; index < table.length; index++) { 183 let sqlMap = table[index];
|
/developtools/smartperf_host/ide/src/trace/component/chart/ |
D | SpSdkChart.ts | 45 let table = []; 66 table.push({ 103 table.push({ 113 tablesMap.set(key, table); 179 let table = tablesMap.get(componentId); 180 if (table != null) { 181 let nodeRow = this.initNodeRow(componentId, table[0].name); 182 for (let index = 0; index < table.length; index++) { 183 let sqlMap = table[index];
|
/developtools/profiler/tools/smaps_show/src/ |
D | main.rs | 153 let mut table = Table::new(); in print_smaps_core() localVariable 154 table.set_format(*format::consts::FORMAT_NO_LINESEP_WITH_TITLE); in print_smaps_core() 156 …table.set_titles(Row::new(value_keys.into_iter().chain(info_keys.into_iter()).map(|&x| Cell::new(x… in print_smaps_core() 163 table.add_row(r); in print_smaps_core() 172 table.add_empty_row(); in print_smaps_core() 179 table.add_row(rsum); in print_smaps_core() 182 table.printstd(); in print_smaps_core()
|