| /developtools/smartperf_host/trace_streamer/src/table/hiperf/ |
| D | perf_report_table.cpp | 55 if (perfReportObj_.Types()[CurrentRow()] != INVALID_UINT64) { in Column() 56 auto typeIndex = static_cast<size_t>(perfReportObj_.Types()[CurrentRow()]); in Column()
|
| /developtools/smartperf_host/trace_streamer/test/unittest/htrace/ebpf/ |
| D | paged_memory_parser_test.cpp | 98 EXPECT_EQ(sampleData.Types()[0], 2); 125 EXPECT_FALSE(sampleData.Types()[0] == 2); 157 EXPECT_EQ(sampleData.Types()[0], 2); 189 EXPECT_EQ(sampleData.Types()[0], 2);
|
| D | bio_parser_test.cpp | 107 EXPECT_EQ(sampleData.Types()[0], 2); 138 EXPECT_NE(sampleData.Types()[0], 2); 174 EXPECT_EQ(sampleData.Types()[0], 2); 213 EXPECT_EQ(sampleData.Types()[0], 2);
|
| D | ebpf_file_system_test.cpp | 134 EXPECT_EQ(fileSystemSample.Types()[0], OPEN); 171 EXPECT_EQ(fileSystemSample.Types()[0], CLOSE); 208 EXPECT_EQ(fileSystemSample.Types()[0], READ); 245 EXPECT_EQ(fileSystemSample.Types()[0], WRITE);
|
| /developtools/smartperf_host/trace_streamer/src/table/ftrace/ |
| D | frame_slice_table.cpp | 146 …ndexMap_->MixRange(c.op, static_cast<uint8_t>(sqlite3_value_int(argv[i])), frameSliceObj_.Types()); in HandleIndex() 203 SetTypeColumnInt64(frameSliceObj_.Types()[CurrentRow()], INVALID_UINT64); in HandleTypeColumns() 206 … sqlite3_result_text(context_, frameSliceObj_.Types()[CurrentRow()] == 0 ? "actural" : "expect", in HandleTypeColumns()
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/ |
| D | ebpf_stdtype.cpp | 59 const std::deque<uint16_t>& FileSystemSample::Types() const in Types() function in SysTuning::TraceStdtype::FileSystemSample 146 const std::deque<uint16_t>& PagedMemorySampleData::Types() const in Types() function in SysTuning::TraceStdtype::PagedMemorySampleData 211 const std::deque<uint64_t>& BioLatencySampleData::Types() const in Types() function in SysTuning::TraceStdtype::BioLatencySampleData
|
| D | ebpf_stdtype.h | 41 const std::deque<uint16_t>& Types() const; 107 const std::deque<uint16_t>& Types() const; 155 const std::deque<uint64_t>& Types() const;
|
| D | arkts_stdtype.cpp | 81 const std::deque<uint32_t>& JsHeapEdges::Types() const in Types() function in SysTuning::TraceStdtype::JsHeapEdges 121 const std::deque<uint32_t>& JsHeapInfo::Types() const in Types() function in SysTuning::TraceStdtype::JsHeapInfo 199 const std::deque<uint32_t>& JsHeapNodes::Types() const in Types() function in SysTuning::TraceStdtype::JsHeapNodes 472 const std::deque<uint64_t>& JsConfig::Types() const in Types() function in SysTuning::TraceStdtype::JsConfig
|
| D | arkts_stdtype.h | 60 const std::deque<uint32_t>& Types() const; 92 const std::deque<uint32_t>& Types() const; 152 const std::deque<uint32_t>& Types() const; 311 const std::deque<uint64_t>& Types() const;
|
| /developtools/smartperf_host/trace_streamer/src/table/js_memory/ |
| D | js_heap_info_table.cpp | 58 sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapInfo_.Types()[CurrentRow()])); in Column()
|
| D | js_heap_edges_table.cpp | 58 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapEdges_.Types()[CurrentRow()])); in Column()
|
| D | js_config_table.cpp | 63 sqlite3_result_int64(context_, static_cast<int64_t>(jsConfig_.Types()[CurrentRow()])); in Column()
|
| D | js_heap_nodes_table.cpp | 70 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapNodes_.Types()[CurrentRow()])); in Column()
|
| /developtools/smartperf_host/trace_streamer/src/table/ebpf/ |
| D | file_system_sample_table.cpp | 120 fileSystemSampleTableObj_.Types()); in Filter() 152 SetTypeColumnInt64(fileSystemSampleTableObj_.Types()[CurrentRow()], INVALID_UINT64); in Column()
|
| D | bio_latency_sample_table.cpp | 138 … sqlite3_result_int64(context_, static_cast<int64_t>(bioLatencySampleObj_.Types()[CurrentRow()])); in Column()
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ftrace/ |
| D | render_service_stdtype.cpp | 135 const std::deque<uint8_t> FrameSlice::Types() const in Types() function in SysTuning::TraceStdtype::FrameSlice 198 if (frameSlice->Types().at(dst) == FrameSlice::EXPECT_SLICE) { in AppendNew()
|
| D | render_service_stdtype.h | 48 const std::deque<uint8_t> Types() const;
|
| /developtools/smartperf_host/trace_streamer/src/table/monitor/ |
| D | paged_memory_sample_table.cpp | 61 …sqlite3_result_int64(context_, static_cast<int64_t>(PagedMemorySampleDataObj_.Types()[CurrentRow()… in Column()
|
| /developtools/smartperf_host/trace_streamer/test/unittest/htrace/arkts/ |
| D | js_memory_test.cpp | 428 EXPECT_EQ(9, jsHeapNodesData.Types()[0]); 466 EXPECT_EQ(5, jsHeapEdgesData.Types()[0]); 510 EXPECT_EQ(9, jsHeapNodesData.Types()[0]); 548 EXPECT_EQ(5, jsHeapEdgesData.Types()[0]);
|
| /developtools/smartperf_host/trace_streamer/src/table/hi_sysevent/ |
| D | sysevent_all_event_table.cpp | 87 sqlite3_result_int(context_, hiSysEventAllEventObj_.Types()[CurrentRow()]); in Column()
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hiperf/ |
| D | hiperf_stdtype.h | 113 const std::deque<DataIndex>& Types() const;
|
| D | hiperf_stdtype.cpp | 217 const std::deque<DataIndex>& PerfReport::Types() const in Types() function in SysTuning::TraceStdtype::PerfReport
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_data_cache.cpp | 527 auto ebpfEventTypeItor = ebpfEventTypeMap.find(fileSamplingTableData_.Types()[row]); in ExportEbpfFileSystemReadableText() 557 auto ebpfEventTypeItor = ebpfEventTypeMap.find(pagedMemorySampleData_.Types()[row]); in ExportEbpfPagedMemReadableText() 587 auto ebpfEventTypeItor = ebpfEventTypeMap.find(bioLatencySampleData_.Types()[row]); in ExportEbpfBIOReadableText()
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hisysevent/ |
| D | hisysevent_stdtype.cpp | 246 const std::deque<uint32_t>& HiSysEventAllEventData::Types() const in Types() function in SysTuning::TraceStdtype::HiSysEventAllEventData
|
| D | hisysevent_stdtype.h | 187 const std::deque<uint32_t>& Types() const;
|