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/htrace/ebpf/
Dpaged_memory_parser_test.cpp163 EXPECT_EQ(stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[0],
195 EXPECT_EQ(stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[1],
197 EXPECT_EQ(stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[0],
Dbio_parser_test.cpp187 auto ips0 = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[0];
226 auto ips0 = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[1];
229 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.h94 const EbpfCallStackData& GetConstEbpfCallStackData() const;
Dtrace_data_cache_reader.cpp266 const EbpfCallStackData& TraceDataCacheReader::GetConstEbpfCallStackData() const in GetConstEbpfCallStackData() function in SysTuning::TraceStreamer::TraceDataCacheReader