Searched refs:GetConstNativeHookData (Results 1 – 6 of 6) sorted by relevance
629 const NativeHook &nativeHook = stream_.traceDataCache_->GetConstNativeHookData();662 const NativeHook &nativeHook = stream_.traceDataCache_->GetConstNativeHookData();726 auto size = stream_.traceDataCache_->GetConstNativeHookData().Size();764 const NativeHook &nativeHook = stream_.traceDataCache_->GetConstNativeHookData();807 const NativeHook &nativeHook = stream_.traceDataCache_->GetConstNativeHookData();875 const NativeHook &nativeHook = stream_.traceDataCache_->GetConstNativeHookData();926 const NativeHook &nativeHook = stream_.traceDataCache_->GetConstNativeHookData();989 const NativeHook &nativeHook = stream_.traceDataCache_->GetConstNativeHookData();1047 const NativeHook &nativeHook = stream_.traceDataCache_->GetConstNativeHookData();1051 auto size = stream_.traceDataCache_->GetConstNativeHookData().Size();[all …]
33 return dataCache_->GetConstNativeHookData().Size(); in GetSize()
89 …: TableBase::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstNativeHookData().Si… in Cursor()90 nativeHookObj_(dataCache->GetConstNativeHookData()) in Cursor()
76 const NativeHook &GetConstNativeHookData() const;
136 const NativeHook &TraceDataCacheReader::GetConstNativeHookData() const in GetConstNativeHookData() function in SysTuning::TraceStreamer::TraceDataCacheReader
1160 auto nativeHook = traceDataCache_->GetConstNativeHookData(); in GetTraceidInfoFromNativeHook()