Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/table/ebpf/
Debpf_callstack_table.cpp135 if (ebpfCallStackObj_.SymbolIds()[CurrentRow()] != INVALID_UINT64) { in Column()
136 … sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_.SymbolIds()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/src/table/hiperf/
Dperf_call_chain_table.cpp101 perfCallChainObj_.SymbolIds()); in Filter()
145 …sqlite3_result_int64(context_, static_cast<uint64_t>(perfCallChainObj_.SymbolIds()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/src/filter/
Dperf_data_filter.cpp61 auto symbolsIds = traceDataCache_->GetPerfCallChainData()->SymbolIds(); in Finish()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hiperf/
Dhiperf_stdtype.h35 const std::deque<uint64_t>& SymbolIds() const;
Dhiperf_stdtype.cpp56 const std::deque<uint64_t>& PerfCallChain::SymbolIds() const in SymbolIds() function in SysTuning::TraceStdtype::PerfCallChain
/developtools/smartperf_host/trace_streamer/test/unittest/htrace/ebpf/
Debpf_file_system_test.cpp312 EXPECT_EQ(ebpfCallStackData.SymbolIds()[0], INVALID_UINT64);
313 EXPECT_EQ(ebpfCallStackData.SymbolIds()[1], INVALID_UINT64);
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
Debpf_stdtype.cpp292 const std::deque<DataIndex>& EbpfCallStackData::SymbolIds() const in SymbolIds() function in SysTuning::TraceStdtype::EbpfCallStackData
Debpf_stdtype.h210 const std::deque<DataIndex>& SymbolIds() const;
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache.cpp619 if (ebpfCallStackData_.SymbolIds()[ebpfCallChainRow] != INVALID_UINT64) { in ExportEbpfCallChaninText()
620 ebpfSymName = GetDataFromDict(ebpfCallStackData_.SymbolIds()[ebpfCallChainRow]); in ExportEbpfCallChaninText()