Searched refs:Depths (Results 1 – 9 of 9) sorted by relevance
89 EXPECT_TRUE(slices->Depths()[1] == 1);126 EXPECT_TRUE(slices->Depths()[0] == 0);128 EXPECT_TRUE(slices->Depths()[1] == 0);130 EXPECT_TRUE(slices->Depths()[2] == 1);201 EXPECT_TRUE(slices->Depths()[0] == 0);203 EXPECT_TRUE(slices->Depths()[1] == 0);205 EXPECT_TRUE(slices->Depths()[2] == 1);207 EXPECT_TRUE(slices->Depths()[3] == 1);281 EXPECT_TRUE(slices->Depths()[0] == 0);320 EXPECT_TRUE(slices->Depths()[0] == 0);[all …]
490 … auto callStackFirstLevelDepth = stream_.traceDataCache_->GetConstEbpfCallStackData().Depths()[0];492 … auto callStackSecondLevelDepth = stream_.traceDataCache_->GetConstEbpfCallStackData().Depths()[1];
285 depth_ = nativeHookFrame.Depths()[index]; in NativeHookFrameCache()583 EXPECT_EQ(nativeHookFrame.Depths()[1], 1);
185 … sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_.Depths()[CurrentRow()])); in Column()
191 …sqlite3_result_int64(context_, static_cast<int64_t>(nativeHookFrameInfoObj_.Depths()[CurrentRow()]… in Column()
227 sqlite3_result_int64(context_, static_cast<int64_t>(slicesObj_.Depths()[CurrentRow()])); in Column()
241 sqlite3_result_int64(context_, static_cast<int64_t>(slicesObj_.Depths()[CurrentRow()])); in Column()
248 const std::deque<uint8_t>& CallStack::Depths() const in Depths() function in SysTuning::TraceStdtype::CallStack637 const std::deque<uint64_t>& NativeHookFrame::Depths() const in Depths() function in SysTuning::TraceStdtype::NativeHookFrame1444 const std::deque<uint32_t>& EbpfCallStackData::Depths() const in Depths() function in SysTuning::TraceStdtype::EbpfCallStackData
287 const std::deque<uint8_t>& Depths() const;798 const std::deque<uint64_t>& Depths() const;1278 const std::deque<uint32_t>& Depths() const;