Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/table/ebpf/
Debpf_callstack_table.cpp71 …Base::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstEbpfCallStackData().Size()… in Cursor()
72 ebpfCallStackObj_(dataCache->GetConstEbpfCallStackData()) in Cursor()
/developtools/smartperf_host/trace_streamer/test/unittest/ebpf/
Dpaged_memory_parser_test.cpp166 EXPECT_EQ(stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[0],
198 EXPECT_EQ(stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[1],
200 EXPECT_EQ(stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[0],
Dbio_parser_test.cpp190 auto ips0 = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[0];
229 auto ips0 = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[1];
232 auto ips1 = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[0];
Debpf_file_system_test.cpp305 auto ebpfCallStackData = stream_.traceDataCache_->GetConstEbpfCallStackData();
/developtools/smartperf_host/trace_streamer/src/table/ebpf/include/
Debpf_callstack_table.h33 return dataCache_->GetConstEbpfCallStackData().Size(); in GetSize()
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h95 const EbpfCallStackData &GetConstEbpfCallStackData() const;
Dtrace_data_cache_reader.cpp269 const EbpfCallStackData &TraceDataCacheReader::GetConstEbpfCallStackData() const in GetConstEbpfCallStackData() function in SysTuning::TraceStreamer::TraceDataCacheReader