Home
last modified time | relevance | path

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

/developtools/smartperf_host/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/smartperf_host/trace_streamer/src/table/ebpf/include/
Debpf_callstack_table.h33 return dataCache_->GetConstEbpfCallStackData().Size(); in GetSize()
/developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/ebpf/
Dpaged_memory_parser_test.cpp168 EXPECT_EQ(stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[0],
200 EXPECT_EQ(stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[1],
202 EXPECT_EQ(stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[0],
Dbio_parser_test.cpp192 auto ips0 = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[0];
231 auto ips0 = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[1];
234 auto ips1 = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[0];
Debpf_file_system_test.cpp306 auto ebpfCallStackData = stream_.traceDataCache_->GetConstEbpfCallStackData();
/developtools/smartperf_host/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.h97 const EbpfCallStackData &GetConstEbpfCallStackData() const;
Dtrace_data_cache_reader.cpp272 const EbpfCallStackData &TraceDataCacheReader::GetConstEbpfCallStackData() const in GetConstEbpfCallStackData() function in SysTuning::TraceStreamer::TraceDataCacheReader