Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/table/native_hook/
Dnative_hook_frame_table.cpp43 auto rowCount = dataCache_->GetConstNativeHookFrameData().Size(); in EstimateFilterCost()
107 …ase::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstNativeHookFrameData().Size(… in Cursor()
108 nativeHookFrameInfoObj_(dataCache->GetConstNativeHookFrameData()) in Cursor()
/developtools/profiler/host/smartperf/trace_streamer/src/table/native_hook/
Dnative_hook_frame_table.cpp43 auto rowCount = dataCache_->GetConstNativeHookFrameData().Size(); in EstimateFilterCost()
107 …ase::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstNativeHookFrameData().Size(… in Cursor()
108 nativeHookFrameInfoObj_(dataCache->GetConstNativeHookFrameData()) in Cursor()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h65 const NativeHookFrame& GetConstNativeHookFrameData() const;
Dtrace_data_cache_reader.cpp154 const NativeHookFrame& TraceDataCacheReader::GetConstNativeHookFrameData() const in GetConstNativeHookFrameData() function in SysTuning::TraceStreamer::TraceDataCacheReader
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h65 const NativeHookFrame& GetConstNativeHookFrameData() const;
Dtrace_data_cache_reader.cpp154 const NativeHookFrame& TraceDataCacheReader::GetConstNativeHookFrameData() const in GetConstNativeHookFrameData() function in SysTuning::TraceStreamer::TraceDataCacheReader
/developtools/smartperf_host/trace_streamer/test/unittest/
Dnative_hook_parser_test.cpp457 const NativeHookFrame& nativeHookFrame = stream_.traceDataCache_->GetConstNativeHookFrameData();
557 const NativeHookFrame& nativeHookFrame = stream_.traceDataCache_->GetConstNativeHookFrameData();
661 size = stream_.traceDataCache_->GetConstNativeHookFrameData().Size();
750 const NativeHookFrame& nativeHookFrame = stream_.traceDataCache_->GetConstNativeHookFrameData();
833 const NativeHookFrame& nativeHookFrame = stream_.traceDataCache_->GetConstNativeHookFrameData();
939 const NativeHookFrame& nativeHookFrame = stream_.traceDataCache_->GetConstNativeHookFrameData();
1217 const NativeHookFrame& nativeHookFrame = stream_.traceDataCache_->GetConstNativeHookFrameData();
1280 const NativeHookFrame& nativeHookFrame = stream_.traceDataCache_->GetConstNativeHookFrameData();
1377 const NativeHookFrame& nativeHookFrame = stream_.traceDataCache_->GetConstNativeHookFrameData();
1466 const NativeHookFrame& nativeHookFrame = stream_.traceDataCache_->GetConstNativeHookFrameData();
[all …]