Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/test/unittest/filter/
Dslice_filter_test.cpp95 EXPECT_TRUE(slices->Depths()[1] == 1);
122 EXPECT_TRUE(slices->Depths()[0] == 0);
124 EXPECT_TRUE(slices->Depths()[1] == 0);
126 EXPECT_TRUE(slices->Depths()[2] == 1);
178 EXPECT_TRUE(slices->Depths()[0] == 0);
180 EXPECT_TRUE(slices->Depths()[1] == 0);
182 EXPECT_TRUE(slices->Depths()[2] == 1);
184 EXPECT_TRUE(slices->Depths()[3] == 1);
243 EXPECT_TRUE(slices->Depths()[0] == 0);
272 EXPECT_TRUE(slices->Depths()[0] == 0);
[all …]
/developtools/smartperf_host/trace_streamer/src/table/ftrace/
Dso_static_initalization_table.cpp76 …sqlite3_result_int64(context_, static_cast<int64_t>(staticInitalizationObj_.Depths()[CurrentRow()]… in Column()
Dframe_slice_table.cpp152 …dexMap_->MixRange(c.op, static_cast<uint8_t>(sqlite3_value_int(argv[i])), frameSliceObj_.Depths()); in HandleIndex()
213 SetTypeColumnInt32(frameSliceObj_.Depths()[CurrentRow()], INVALID_UINT8); in HandleTypeColumns()
Dirq_table.cpp157 sqlite3_result_int64(context_, static_cast<int64_t>(slicesObj_.Depths()[CurrentRow()])); in Column()
Dcallstack_table.cpp182 SetTypeColumnInt64(slicesObj_.Depths()[CurrentRow()], INVALID_UINT64); in HandleTypeColumns()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ftrace/template/
Dapp_startup_stdtype.cpp108 const std::deque<uint32_t> SoStaticInitalization::Depths() const in Depths() function in SysTuning::TraceStdtype::SoStaticInitalization
Dapp_startup_stdtype.h76 const std::deque<uint32_t> Depths() const;
/developtools/smartperf_host/trace_streamer/src/filter/
Danimation_filter.cpp120 uint8_t depth = callStackSlice_->Depths()[callStackRow]; in BeginDynamicFrameEvent()
175 …for (uint8_t stackCurDepth = callStackSlice_->Depths()[curStackRow]; stackCurDepth > 0; stackCurDe… in UpdateDynamicEndTime()
Dnative_hook_filter.cpp1031 if (!traceDataCache_->GetNativeHookFrameData()->Depths()[i]) { in GetCallIdToLastLibId()
/developtools/smartperf_host/trace_streamer/src/table/ebpf/
Debpf_callstack_table.cpp124 … sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_.Depths()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ftrace/
Drender_service_stdtype.h50 const std::deque<uint8_t> Depths() const;
Dcallstack_stdtype.h85 const std::deque<uint8_t>& Depths() const;
Dcallstack_stdtype.cpp157 const std::deque<uint8_t>& CallStack::Depths() const in Depths() function in SysTuning::TraceStdtype::CallStack
Drender_service_stdtype.cpp144 const std::deque<uint8_t> FrameSlice::Depths() const in Depths() function in SysTuning::TraceStdtype::FrameSlice
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hiperf/
Dhiperf_stdtype.h31 const std::deque<uint32_t>& Depths() const;
Dhiperf_stdtype.cpp40 const std::deque<uint32_t>& PerfCallChain::Depths() const in Depths() function in SysTuning::TraceStdtype::PerfCallChain
/developtools/smartperf_host/trace_streamer/test/unittest/htrace/ebpf/
Debpf_file_system_test.cpp308 EXPECT_EQ(ebpfCallStackData.Depths()[0], 0);
309 EXPECT_EQ(ebpfCallStackData.Depths()[1], 1);
/developtools/smartperf_host/trace_streamer/src/table/hiperf/
Dperf_call_chain_table.cpp133 … sqlite3_result_int64(context_, static_cast<uint64_t>(perfCallChainObj_.Depths()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/src/table/native_hook/
Dnative_hook_frame_table.cpp132 …sqlite3_result_int(context_, static_cast<int32_t>(nativeHookFrameInfoObj_.Depths()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
Dnative_memory_stdtype.h150 const std::deque<uint16_t>& Depths() const;
Debpf_stdtype.cpp284 const std::deque<uint32_t>& EbpfCallStackData::Depths() const in Depths() function in SysTuning::TraceStdtype::EbpfCallStackData
Debpf_stdtype.h208 const std::deque<uint32_t>& Depths() const;
Dnative_memory_stdtype.cpp258 const std::deque<uint16_t>& NativeHookFrame::Depths() const in Depths() function in SysTuning::TraceStdtype::NativeHookFrame
/developtools/smartperf_host/trace_streamer/test/unittest/htrace/native_memory/
Dnative_hook_parser_test.cpp427 depth_ = nativeHookFrame.Depths()[index]; in NativeHookFrameCache()
605 EXPECT_EQ(nativeHookFrame.Depths()[1], 1);