Home
last modified time | relevance | path

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

12

/developtools/profiler/host/smartperf/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/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/profiler/host/smartperf/trace_streamer/src/table/ftrace/
Dframe_slice_table.cpp153 …ndexMap_->MixRange(c.op, static_cast<uint8_t>(sqlite3_value_int(argv[i])), frameSliceObj_.Types()); in Filter()
220 … sqlite3_result_int64(context_, static_cast<int64_t>(frameSliceObj_.Types()[CurrentRow()])); in Column()
223 … sqlite3_result_text(context_, frameSliceObj_.Types()[CurrentRow()] == 0 ? "actural" : "expect", in Column()
/developtools/smartperf_host/trace_streamer/src/table/ftrace/
Dframe_slice_table.cpp153 …ndexMap_->MixRange(c.op, static_cast<uint8_t>(sqlite3_value_int(argv[i])), frameSliceObj_.Types()); in Filter()
220 … sqlite3_result_int64(context_, static_cast<int64_t>(frameSliceObj_.Types()[CurrentRow()])); in Column()
223 … sqlite3_result_text(context_, frameSliceObj_.Types()[CurrentRow()] == 0 ? "actural" : "expect", in Column()
/developtools/smartperf_host/trace_streamer/test/unittest/
Dpaged_memory_parser_test.cpp89 auto type = stream_.traceDataCache_->GetConstPagedMemorySampleData().Types()[0];
147 auto type = stream_.traceDataCache_->GetConstPagedMemorySampleData().Types()[0];
207 auto type = stream_.traceDataCache_->GetConstPagedMemorySampleData().Types()[0];
269 auto type = stream_.traceDataCache_->GetConstPagedMemorySampleData().Types()[0];
Dbio_parser_test.cpp93 auto type = stream_.traceDataCache_->GetConstBioLatencySampleData().Types()[0];
154 auto type = stream_.traceDataCache_->GetConstBioLatencySampleData().Types()[0];
218 auto type = stream_.traceDataCache_->GetConstBioLatencySampleData().Types()[0];
289 auto type = stream_.traceDataCache_->GetConstBioLatencySampleData().Types()[0];
Debpf_file_system_test.cpp110 auto type = stream_.traceDataCache_->GetConstFileSystemSample().Types()[0];
191 auto type = stream_.traceDataCache_->GetConstFileSystemSample().Types()[0];
273 auto type = stream_.traceDataCache_->GetConstFileSystemSample().Types()[0];
354 auto type = stream_.traceDataCache_->GetConstFileSystemSample().Types()[0];
Djs_memory_test.cpp128 auto type = stream_.traceDataCache_->GetConstJsHeapNodesData().Types()[0];
211 auto edgeType = stream_.traceDataCache_->GetConstJsHeapEdgesData().Types()[0];
302 auto type = stream_.traceDataCache_->GetConstJsHeapNodesData().Types()[0];
384 auto edgeType = stream_.traceDataCache_->GetConstJsHeapEdgesData().Types()[0];
/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.cpp55 sqlite3_result_int64(context_, static_cast<int64_t>(jsConfig_.Types()[CurrentRow()])); in Column()
Djs_heap_nodes_table.cpp60 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapNodes_.Types()[CurrentRow()])); in Column()
/developtools/profiler/host/smartperf/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_heap_nodes_table.cpp60 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapNodes_.Types()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/src/table/monitor/
Dpaged_memory_sample_table.cpp65 …sqlite3_result_int64(context_, static_cast<int64_t>(PagedMemorySampleDataObj_.Types()[CurrentRow()… in Column()
/developtools/smartperf_host/trace_streamer/src/table/ebpf/
Dfile_system_sample_table.cpp158 fileSystemSampleTableObj_.Types()); in Filter()
194 …sqlite3_result_int64(context_, static_cast<int64_t>(fileSystemSampleTableObj_.Types()[CurrentRow()… in Column()
Dbio_latency_sample_table.cpp182 … sqlite3_result_int64(context_, static_cast<int64_t>(bioLatencySampleObj_.Types()[CurrentRow()])); in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/table/ebpf/
Dfile_system_sample_table.cpp158 fileSystemSampleTableObj_.Types()); in Filter()
194 …sqlite3_result_int64(context_, static_cast<int64_t>(fileSystemSampleTableObj_.Types()[CurrentRow()… in Column()
Dbio_latency_sample_table.cpp182 … sqlite3_result_int64(context_, static_cast<int64_t>(bioLatencySampleObj_.Types()[CurrentRow()])); in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/table/monitor/
Dpaged_memory_sample_table.cpp165 …sqlite3_result_int64(context_, static_cast<int64_t>(PagedMemorySampleDataObj_.Types()[CurrentRow()… in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp980 const std::deque<DataIndex>& PerfReport::Types() const in Types() function in SysTuning::TraceStdtype::PerfReport
1464 const std::deque<uint16_t>& FileSystemSample::Types() const in Types() function in SysTuning::TraceStdtype::FileSystemSample
1551 const std::deque<uint16_t>& PagedMemorySampleData::Types() const in Types() function in SysTuning::TraceStdtype::PagedMemorySampleData
2062 const std::deque<uint64_t>& BioLatencySampleData::Types() const in Types() function in SysTuning::TraceStdtype::BioLatencySampleData
2231 const std::deque<uint8_t> FrameSlice::Types() const in Types() function in SysTuning::TraceStdtype::FrameSlice
2274 if (frameSlice->Types().at(dst) == FrameSlice::EXPECT_SLICE) { in AppendNew()
2475 const std::deque<uint32_t>& JsHeapEdges::Types() const in Types() function in SysTuning::TraceStdtype::JsHeapEdges
2515 const std::deque<uint32_t>& JsHeapInfo::Types() const in Types() function in SysTuning::TraceStdtype::JsHeapInfo
2593 const std::deque<uint32_t>& JsHeapNodes::Types() const in Types() function in SysTuning::TraceStdtype::JsHeapNodes
Dtrace_stdtype.h1014 const std::deque<DataIndex>& Types() const;
1310 const std::deque<uint16_t>& Types() const;
1400 const std::deque<uint16_t>& Types() const;
1773 const std::deque<uint64_t>& Types() const;
1899 const std::deque<uint8_t> Types() const;
2060 const std::deque<uint32_t>& Types() const;
2092 const std::deque<uint32_t>& Types() const;
2152 const std::deque<uint32_t>& Types() const;
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp987 const std::deque<DataIndex>& PerfReport::Types() const in Types() function in SysTuning::TraceStdtype::PerfReport
1471 const std::deque<uint16_t>& FileSystemSample::Types() const in Types() function in SysTuning::TraceStdtype::FileSystemSample
1558 const std::deque<uint16_t>& PagedMemorySampleData::Types() const in Types() function in SysTuning::TraceStdtype::PagedMemorySampleData
2117 const std::deque<uint64_t>& BioLatencySampleData::Types() const in Types() function in SysTuning::TraceStdtype::BioLatencySampleData
2286 const std::deque<uint8_t> FrameSlice::Types() const in Types() function in SysTuning::TraceStdtype::FrameSlice
2329 if (frameSlice->Types().at(dst) == FrameSlice::EXPECT_SLICE) { in AppendNew()
2524 const std::deque<uint32_t>& JsHeapEdges::Types() const in Types() function in SysTuning::TraceStdtype::JsHeapEdges
2564 const std::deque<uint32_t>& JsHeapInfo::Types() const in Types() function in SysTuning::TraceStdtype::JsHeapInfo
2642 const std::deque<uint32_t>& JsHeapNodes::Types() const in Types() function in SysTuning::TraceStdtype::JsHeapNodes
2915 const std::deque<uint64_t>& JsConfig::Types() const in Types() function in SysTuning::TraceStdtype::JsConfig
Dtrace_stdtype.h1019 const std::deque<DataIndex>& Types() const;
1315 const std::deque<uint16_t>& Types() const;
1405 const std::deque<uint16_t>& Types() const;
1809 const std::deque<uint64_t>& Types() const;
1935 const std::deque<uint8_t> Types() const;
2093 const std::deque<uint32_t>& Types() const;
2125 const std::deque<uint32_t>& Types() const;
2185 const std::deque<uint32_t>& Types() const;
2344 const std::deque<uint64_t>& Types() const;

12