| /developtools/smartperf_host/trace_streamer/test/unittest/filter/ |
| D | slice_filter_test.cpp | 95 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/ |
| D | so_static_initalization_table.cpp | 76 …sqlite3_result_int64(context_, static_cast<int64_t>(staticInitalizationObj_.Depths()[CurrentRow()]… in Column()
|
| D | frame_slice_table.cpp | 152 …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()
|
| D | irq_table.cpp | 157 sqlite3_result_int64(context_, static_cast<int64_t>(slicesObj_.Depths()[CurrentRow()])); in Column()
|
| D | callstack_table.cpp | 182 SetTypeColumnInt64(slicesObj_.Depths()[CurrentRow()], INVALID_UINT64); in HandleTypeColumns()
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ftrace/template/ |
| D | app_startup_stdtype.cpp | 108 const std::deque<uint32_t> SoStaticInitalization::Depths() const in Depths() function in SysTuning::TraceStdtype::SoStaticInitalization
|
| D | app_startup_stdtype.h | 76 const std::deque<uint32_t> Depths() const;
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | animation_filter.cpp | 120 uint8_t depth = callStackSlice_->Depths()[callStackRow]; in BeginDynamicFrameEvent() 175 …for (uint8_t stackCurDepth = callStackSlice_->Depths()[curStackRow]; stackCurDepth > 0; stackCurDe… in UpdateDynamicEndTime()
|
| D | native_hook_filter.cpp | 1031 if (!traceDataCache_->GetNativeHookFrameData()->Depths()[i]) { in GetCallIdToLastLibId()
|
| /developtools/smartperf_host/trace_streamer/src/table/ebpf/ |
| D | ebpf_callstack_table.cpp | 124 … sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_.Depths()[CurrentRow()])); in Column()
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ftrace/ |
| D | render_service_stdtype.h | 50 const std::deque<uint8_t> Depths() const;
|
| D | callstack_stdtype.h | 85 const std::deque<uint8_t>& Depths() const;
|
| D | callstack_stdtype.cpp | 157 const std::deque<uint8_t>& CallStack::Depths() const in Depths() function in SysTuning::TraceStdtype::CallStack
|
| D | render_service_stdtype.cpp | 144 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/ |
| D | hiperf_stdtype.h | 31 const std::deque<uint32_t>& Depths() const;
|
| D | hiperf_stdtype.cpp | 40 const std::deque<uint32_t>& PerfCallChain::Depths() const in Depths() function in SysTuning::TraceStdtype::PerfCallChain
|
| /developtools/smartperf_host/trace_streamer/test/unittest/htrace/ebpf/ |
| D | ebpf_file_system_test.cpp | 308 EXPECT_EQ(ebpfCallStackData.Depths()[0], 0); 309 EXPECT_EQ(ebpfCallStackData.Depths()[1], 1);
|
| /developtools/smartperf_host/trace_streamer/src/table/hiperf/ |
| D | perf_call_chain_table.cpp | 133 … sqlite3_result_int64(context_, static_cast<uint64_t>(perfCallChainObj_.Depths()[CurrentRow()])); in Column()
|
| /developtools/smartperf_host/trace_streamer/src/table/native_hook/ |
| D | native_hook_frame_table.cpp | 132 …sqlite3_result_int(context_, static_cast<int32_t>(nativeHookFrameInfoObj_.Depths()[CurrentRow()])); in Column()
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/ |
| D | native_memory_stdtype.h | 150 const std::deque<uint16_t>& Depths() const;
|
| D | ebpf_stdtype.cpp | 284 const std::deque<uint32_t>& EbpfCallStackData::Depths() const in Depths() function in SysTuning::TraceStdtype::EbpfCallStackData
|
| D | ebpf_stdtype.h | 208 const std::deque<uint32_t>& Depths() const;
|
| D | native_memory_stdtype.cpp | 258 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/ |
| D | native_hook_parser_test.cpp | 427 depth_ = nativeHookFrame.Depths()[index]; in NativeHookFrameCache() 605 EXPECT_EQ(nativeHookFrame.Depths()[1], 1);
|