Home
last modified time | relevance | path

Searched refs:GetConstPagedMemorySampleData (Results 1 – 7 of 7) sorted by relevance

/developtools/smartperf_host/trace_streamer/test/unittest/
Dpaged_memory_parser_test.cpp87 auto callChainId = stream_.traceDataCache_->GetConstPagedMemorySampleData().CallChainIds()[0];
89 auto type = stream_.traceDataCache_->GetConstPagedMemorySampleData().Types()[0];
92 auto startTs = stream_.traceDataCache_->GetConstPagedMemorySampleData().StartTs()[0];
94 auto endTs = stream_.traceDataCache_->GetConstPagedMemorySampleData().EndTs()[0];
96 auto dur = stream_.traceDataCache_->GetConstPagedMemorySampleData().Durs()[0];
98 auto size = stream_.traceDataCache_->GetConstPagedMemorySampleData().Sizes()[0];
101 auto addr = stream_.traceDataCache_->GetConstPagedMemorySampleData().Addr()[0];
145 auto callChainId = stream_.traceDataCache_->GetConstPagedMemorySampleData().CallChainIds()[0];
147 auto type = stream_.traceDataCache_->GetConstPagedMemorySampleData().Types()[0];
150 auto startTs = stream_.traceDataCache_->GetConstPagedMemorySampleData().StartTs()[0];
[all …]
/developtools/smartperf_host/trace_streamer/src/table/monitor/
Dpaged_memory_sample_table.cpp44 …se::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstPagedMemorySampleData().Size… in Cursor()
45 PagedMemorySampleDataObj_(dataCache->GetConstPagedMemorySampleData()) in Cursor()
/developtools/profiler/host/smartperf/trace_streamer/src/table/monitor/
Dpaged_memory_sample_table.cpp108 …se::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstPagedMemorySampleData().Size… in Cursor()
109 PagedMemorySampleDataObj_(dataCache->GetConstPagedMemorySampleData()) in Cursor()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h83 const PagedMemorySampleData& GetConstPagedMemorySampleData() const;
Dtrace_data_cache_reader.cpp269 const PagedMemorySampleData& TraceDataCacheReader::GetConstPagedMemorySampleData() const in GetConstPagedMemorySampleData() function in SysTuning::TraceStreamer::TraceDataCacheReader
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h83 const PagedMemorySampleData& GetConstPagedMemorySampleData() const;
Dtrace_data_cache_reader.cpp282 const PagedMemorySampleData& TraceDataCacheReader::GetConstPagedMemorySampleData() const in GetConstPagedMemorySampleData() function in SysTuning::TraceStreamer::TraceDataCacheReader