Home
last modified time | relevance | path

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

/developtools/smartperf_host/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.cpp286 depth_ = nativeHookFrame.Depths()[index]; in NativeHookFrameCache()
606 EXPECT_EQ(nativeHookFrame.Depths()[1], 1);
/developtools/profiler/host/smartperf/trace_streamer/src/table/ftrace/
Dframe_slice_table.cpp159 …dexMap_->MixRange(c.op, static_cast<uint8_t>(sqlite3_value_int(argv[i])), frameSliceObj_.Depths()); in Filter()
232 if (frameSliceObj_.Depths()[CurrentRow()] != INVALID_UINT8) { in Column()
233 … sqlite3_result_int(context_, static_cast<int32_t>(frameSliceObj_.Depths()[CurrentRow()])); in Column()
Dso_static_initalization_table.cpp76 …sqlite3_result_int64(context_, static_cast<int64_t>(staticInitalizationObj_.Depths()[CurrentRow()]… in Column()
Dirq_table.cpp206 sqlite3_result_int64(context_, static_cast<int64_t>(slicesObj_.Depths()[CurrentRow()])); in Column()
Dcallstack_table.cpp220 sqlite3_result_int64(context_, static_cast<int64_t>(slicesObj_.Depths()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/src/table/ftrace/
Dframe_slice_table.cpp159 …dexMap_->MixRange(c.op, static_cast<uint8_t>(sqlite3_value_int(argv[i])), frameSliceObj_.Depths()); in Filter()
232 if (frameSliceObj_.Depths()[CurrentRow()] != INVALID_UINT8) { in Column()
233 … sqlite3_result_int(context_, static_cast<int32_t>(frameSliceObj_.Depths()[CurrentRow()])); in Column()
Dso_static_initalization_table.cpp76 …sqlite3_result_int64(context_, static_cast<int64_t>(staticInitalizationObj_.Depths()[CurrentRow()]… in Column()
Dirq_table.cpp206 sqlite3_result_int64(context_, static_cast<int64_t>(slicesObj_.Depths()[CurrentRow()])); in Column()
Dcallstack_table.cpp220 sqlite3_result_int64(context_, static_cast<int64_t>(slicesObj_.Depths()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/src/filter/
Danimation_filter.cpp93 uint8_t depth = callStackSlice_->Depths()[callStackRow]; in BeginDynamicFrameEvent()
130 …for (uint8_t stackCurDepth = callStackSlice_->Depths()[curStackRow]; stackCurDepth > 0; stackCurDe… in UpdateDynamicEndTime()
Dapp_start_filter.cpp41 auto depth = sliceData.Depths()[row]; in GetProcessCreate()
Dnative_hook_filter.cpp862 if (!traceDataCache_->GetNativeHookFrameData()->Depths()[i]) { in GetCallIdToLastLibId()
/developtools/smartperf_host/trace_streamer/src/table/ebpf/
Debpf_callstack_table.cpp164 … sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_.Depths()[CurrentRow()])); in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/table/ebpf/
Debpf_callstack_table.cpp164 … sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_.Depths()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/src/table/native_hook/
Dnative_hook_frame_table.cpp177 …sqlite3_result_int64(context_, static_cast<int64_t>(nativeHookFrameInfoObj_.Depths()[CurrentRow()]… in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/table/native_hook/
Dnative_hook_frame_table.cpp177 …sqlite3_result_int64(context_, static_cast<int64_t>(nativeHookFrameInfoObj_.Depths()[CurrentRow()]… in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dapp_start_filter.cpp38 auto depth = sliceData.Depths()[row]; in GetProcessCreate()
Dnative_hook_filter.cpp854 if (!traceDataCache_->GetNativeHookFrameData()->Depths()[i]) { in GetCallIdToLastLibId()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp286 const std::deque<uint8_t>& CallStack::Depths() const in Depths() function in SysTuning::TraceStdtype::CallStack
703 const std::deque<uint64_t>& NativeHookFrame::Depths() const in Depths() function in SysTuning::TraceStdtype::NativeHookFrame
1611 const std::deque<uint32_t>& EbpfCallStackData::Depths() const in Depths() function in SysTuning::TraceStdtype::EbpfCallStackData
2240 const std::deque<uint8_t> FrameSlice::Depths() const in Depths() function in SysTuning::TraceStdtype::FrameSlice
2402 const std::deque<uint32_t> SoStaticInitalization::Depths() const in Depths() function in SysTuning::TraceStdtype::SoStaticInitalization
Dtrace_stdtype.h306 const std::deque<uint8_t>& Depths() const;
836 const std::deque<uint64_t>& Depths() const;
1368 const std::deque<uint32_t>& Depths() const;
1901 const std::deque<uint8_t> Depths() const;
1991 const std::deque<uint32_t> Depths() const;
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp287 const std::deque<uint8_t>& CallStack::Depths() const in Depths() function in SysTuning::TraceStdtype::CallStack
704 const std::deque<uint64_t>& NativeHookFrame::Depths() const in Depths() function in SysTuning::TraceStdtype::NativeHookFrame
1618 const std::deque<uint32_t>& EbpfCallStackData::Depths() const in Depths() function in SysTuning::TraceStdtype::EbpfCallStackData
2295 const std::deque<uint8_t> FrameSlice::Depths() const in Depths() function in SysTuning::TraceStdtype::FrameSlice
2457 const std::deque<uint32_t> SoStaticInitalization::Depths() const in Depths() function in SysTuning::TraceStdtype::SoStaticInitalization
Dtrace_stdtype.h310 const std::deque<uint8_t>& Depths() const;
840 const std::deque<uint64_t>& Depths() const;
1373 const std::deque<uint32_t>& Depths() const;
1937 const std::deque<uint8_t> Depths() const;
2031 const std::deque<uint32_t> Depths() const;