Searched refs:SymbolIds (Results 1 – 9 of 9) sorted by relevance
135 if (ebpfCallStackObj_.SymbolIds()[CurrentRow()] != INVALID_UINT64) { in Column()136 … sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_.SymbolIds()[CurrentRow()])); in Column()
101 perfCallChainObj_.SymbolIds()); in Filter()145 …sqlite3_result_int64(context_, static_cast<uint64_t>(perfCallChainObj_.SymbolIds()[CurrentRow()])); in Column()
61 auto symbolsIds = traceDataCache_->GetPerfCallChainData()->SymbolIds(); in Finish()
35 const std::deque<uint64_t>& SymbolIds() const;
56 const std::deque<uint64_t>& PerfCallChain::SymbolIds() const in SymbolIds() function in SysTuning::TraceStdtype::PerfCallChain
312 EXPECT_EQ(ebpfCallStackData.SymbolIds()[0], INVALID_UINT64);313 EXPECT_EQ(ebpfCallStackData.SymbolIds()[1], INVALID_UINT64);
292 const std::deque<DataIndex>& EbpfCallStackData::SymbolIds() const in SymbolIds() function in SysTuning::TraceStdtype::EbpfCallStackData
210 const std::deque<DataIndex>& SymbolIds() const;
619 if (ebpfCallStackData_.SymbolIds()[ebpfCallChainRow] != INVALID_UINT64) { in ExportEbpfCallChaninText()620 ebpfSymName = GetDataFromDict(ebpfCallStackData_.SymbolIds()[ebpfCallChainRow]); in ExportEbpfCallChaninText()