Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dslice_filter_test.cpp89 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 …]
Debpf_file_system_test.cpp490 … auto callStackFirstLevelDepth = stream_.traceDataCache_->GetConstEbpfCallStackData().Depths()[0];
492 … auto callStackSecondLevelDepth = stream_.traceDataCache_->GetConstEbpfCallStackData().Depths()[1];
Dnative_hook_parser_test.cpp285 depth_ = nativeHookFrame.Depths()[index]; in NativeHookFrameCache()
583 EXPECT_EQ(nativeHookFrame.Depths()[1], 1);
/developtools/profiler/host/smartperf/trace_streamer/src/table/
Debpf_callstack_table.cpp185 … sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_.Depths()[CurrentRow()])); in Column()
Dnative_hook_frame_table.cpp191 …sqlite3_result_int64(context_, static_cast<int64_t>(nativeHookFrameInfoObj_.Depths()[CurrentRow()]… in Column()
Dirq_table.cpp227 sqlite3_result_int64(context_, static_cast<int64_t>(slicesObj_.Depths()[CurrentRow()])); in Column()
Dcallstack_table.cpp241 sqlite3_result_int64(context_, static_cast<int64_t>(slicesObj_.Depths()[CurrentRow()])); in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp248 const std::deque<uint8_t>& CallStack::Depths() const in Depths() function in SysTuning::TraceStdtype::CallStack
637 const std::deque<uint64_t>& NativeHookFrame::Depths() const in Depths() function in SysTuning::TraceStdtype::NativeHookFrame
1444 const std::deque<uint32_t>& EbpfCallStackData::Depths() const in Depths() function in SysTuning::TraceStdtype::EbpfCallStackData
Dtrace_stdtype.h287 const std::deque<uint8_t>& Depths() const;
798 const std::deque<uint64_t>& Depths() const;
1278 const std::deque<uint32_t>& Depths() const;