Home
last modified time | relevance | path

Searched refs:GetConstEbpfCallStackData (Results 1 – 9 of 9) sorted by relevance

/developtools/smartperf_host/trace_streamer/test/unittest/
Debpf_file_system_test.cpp486 …auto callStackFirstLevelCallChainId = stream_.traceDataCache_->GetConstEbpfCallStackData().CallCha…
488 …auto callStackSecondLevelCallChainId = stream_.traceDataCache_->GetConstEbpfCallStackData().CallCh…
490 … auto callStackFirstLevelDepth = stream_.traceDataCache_->GetConstEbpfCallStackData().Depths()[0];
492 … auto callStackSecondLevelDepth = stream_.traceDataCache_->GetConstEbpfCallStackData().Depths()[1];
495 auto callStackFirstLevelIp = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[0];
498 auto callStackSecondLevelIp = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[1];
500 …auto callStackFirstLevelSymbolId = stream_.traceDataCache_->GetConstEbpfCallStackData().SymbolIds(…
502 …auto callStackSecondLevelSymbolId = stream_.traceDataCache_->GetConstEbpfCallStackData().SymbolIds…
504 …auto callStackFirstLevelFilePathIds = stream_.traceDataCache_->GetConstEbpfCallStackData().FilePat…
506 …auto callStackSecondLevelFilePathIds = stream_.traceDataCache_->GetConstEbpfCallStackData().FilePa…
Dpaged_memory_parser_test.cpp221 auto ips0 = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[0];
283 auto ips0 = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[1];
286 auto ips1 = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[0];
Dbio_parser_test.cpp240 auto ips0 = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[0];
311 auto ips0 = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[1];
314 auto ips1 = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[0];
/developtools/smartperf_host/trace_streamer/src/table/ebpf/
Debpf_callstack_table.cpp111 …Base::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstEbpfCallStackData().Size()… in Cursor()
112 ebpfCallStackObj_(dataCache->GetConstEbpfCallStackData()) in Cursor()
/developtools/profiler/host/smartperf/trace_streamer/src/table/ebpf/
Debpf_callstack_table.cpp111 …Base::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstEbpfCallStackData().Size()… in Cursor()
112 ebpfCallStackObj_(dataCache->GetConstEbpfCallStackData()) in Cursor()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h82 const EbpfCallStackData& GetConstEbpfCallStackData() const;
Dtrace_data_cache_reader.cpp265 const EbpfCallStackData& TraceDataCacheReader::GetConstEbpfCallStackData() const in GetConstEbpfCallStackData() function in SysTuning::TraceStreamer::TraceDataCacheReader
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h82 const EbpfCallStackData& GetConstEbpfCallStackData() const;
Dtrace_data_cache_reader.cpp278 const EbpfCallStackData& TraceDataCacheReader::GetConstEbpfCallStackData() const in GetConstEbpfCallStackData() function in SysTuning::TraceStreamer::TraceDataCacheReader