Home
last modified time | relevance | path

Searched refs:Types (Results 1 – 25 of 26) sorted by relevance

12

/developtools/smartperf_host/trace_streamer/src/table/hiperf/
Dperf_report_table.cpp55 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/
Dpaged_memory_parser_test.cpp98 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);
Dbio_parser_test.cpp107 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);
Debpf_file_system_test.cpp134 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/
Dframe_slice_table.cpp146 …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/
Debpf_stdtype.cpp59 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
Debpf_stdtype.h41 const std::deque<uint16_t>& Types() const;
107 const std::deque<uint16_t>& Types() const;
155 const std::deque<uint64_t>& Types() const;
Darkts_stdtype.cpp81 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
Darkts_stdtype.h60 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/
Djs_heap_info_table.cpp58 sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapInfo_.Types()[CurrentRow()])); in Column()
Djs_heap_edges_table.cpp58 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapEdges_.Types()[CurrentRow()])); in Column()
Djs_config_table.cpp63 sqlite3_result_int64(context_, static_cast<int64_t>(jsConfig_.Types()[CurrentRow()])); in Column()
Djs_heap_nodes_table.cpp70 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapNodes_.Types()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/src/table/ebpf/
Dfile_system_sample_table.cpp120 fileSystemSampleTableObj_.Types()); in Filter()
152 SetTypeColumnInt64(fileSystemSampleTableObj_.Types()[CurrentRow()], INVALID_UINT64); in Column()
Dbio_latency_sample_table.cpp138 … sqlite3_result_int64(context_, static_cast<int64_t>(bioLatencySampleObj_.Types()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ftrace/
Drender_service_stdtype.cpp135 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()
Drender_service_stdtype.h48 const std::deque<uint8_t> Types() const;
/developtools/smartperf_host/trace_streamer/src/table/monitor/
Dpaged_memory_sample_table.cpp61 …sqlite3_result_int64(context_, static_cast<int64_t>(PagedMemorySampleDataObj_.Types()[CurrentRow()… in Column()
/developtools/smartperf_host/trace_streamer/test/unittest/htrace/arkts/
Djs_memory_test.cpp428 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/
Dsysevent_all_event_table.cpp87 sqlite3_result_int(context_, hiSysEventAllEventObj_.Types()[CurrentRow()]); in Column()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hiperf/
Dhiperf_stdtype.h113 const std::deque<DataIndex>& Types() const;
Dhiperf_stdtype.cpp217 const std::deque<DataIndex>& PerfReport::Types() const in Types() function in SysTuning::TraceStdtype::PerfReport
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache.cpp527 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/
Dhisysevent_stdtype.cpp246 const std::deque<uint32_t>& HiSysEventAllEventData::Types() const in Types() function in SysTuning::TraceStdtype::HiSysEventAllEventData
Dhisysevent_stdtype.h187 const std::deque<uint32_t>& Types() const;

12