| /developtools/smartperf_host/trace_streamer/test/unittest/ |
| D | slice_filter_test.cpp | 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 …]
|
| D | ebpf_file_system_test.cpp | 490 … auto callStackFirstLevelDepth = stream_.traceDataCache_->GetConstEbpfCallStackData().Depths()[0]; 492 … auto callStackSecondLevelDepth = stream_.traceDataCache_->GetConstEbpfCallStackData().Depths()[1];
|
| D | native_hook_parser_test.cpp | 286 depth_ = nativeHookFrame.Depths()[index]; in NativeHookFrameCache() 606 EXPECT_EQ(nativeHookFrame.Depths()[1], 1);
|
| /developtools/profiler/host/smartperf/trace_streamer/src/table/ftrace/ |
| D | frame_slice_table.cpp | 159 …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()
|
| D | so_static_initalization_table.cpp | 76 …sqlite3_result_int64(context_, static_cast<int64_t>(staticInitalizationObj_.Depths()[CurrentRow()]… in Column()
|
| D | irq_table.cpp | 206 sqlite3_result_int64(context_, static_cast<int64_t>(slicesObj_.Depths()[CurrentRow()])); in Column()
|
| D | callstack_table.cpp | 220 sqlite3_result_int64(context_, static_cast<int64_t>(slicesObj_.Depths()[CurrentRow()])); in Column()
|
| /developtools/smartperf_host/trace_streamer/src/table/ftrace/ |
| D | frame_slice_table.cpp | 159 …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()
|
| D | so_static_initalization_table.cpp | 76 …sqlite3_result_int64(context_, static_cast<int64_t>(staticInitalizationObj_.Depths()[CurrentRow()]… in Column()
|
| D | irq_table.cpp | 206 sqlite3_result_int64(context_, static_cast<int64_t>(slicesObj_.Depths()[CurrentRow()])); in Column()
|
| D | callstack_table.cpp | 220 sqlite3_result_int64(context_, static_cast<int64_t>(slicesObj_.Depths()[CurrentRow()])); in Column()
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | animation_filter.cpp | 93 uint8_t depth = callStackSlice_->Depths()[callStackRow]; in BeginDynamicFrameEvent() 130 …for (uint8_t stackCurDepth = callStackSlice_->Depths()[curStackRow]; stackCurDepth > 0; stackCurDe… in UpdateDynamicEndTime()
|
| D | app_start_filter.cpp | 41 auto depth = sliceData.Depths()[row]; in GetProcessCreate()
|
| D | native_hook_filter.cpp | 862 if (!traceDataCache_->GetNativeHookFrameData()->Depths()[i]) { in GetCallIdToLastLibId()
|
| /developtools/smartperf_host/trace_streamer/src/table/ebpf/ |
| D | ebpf_callstack_table.cpp | 164 … sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_.Depths()[CurrentRow()])); in Column()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/table/ebpf/ |
| D | ebpf_callstack_table.cpp | 164 … sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_.Depths()[CurrentRow()])); in Column()
|
| /developtools/smartperf_host/trace_streamer/src/table/native_hook/ |
| D | native_hook_frame_table.cpp | 177 …sqlite3_result_int64(context_, static_cast<int64_t>(nativeHookFrameInfoObj_.Depths()[CurrentRow()]… in Column()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/table/native_hook/ |
| D | native_hook_frame_table.cpp | 177 …sqlite3_result_int64(context_, static_cast<int64_t>(nativeHookFrameInfoObj_.Depths()[CurrentRow()]… in Column()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | app_start_filter.cpp | 38 auto depth = sliceData.Depths()[row]; in GetProcessCreate()
|
| D | native_hook_filter.cpp | 854 if (!traceDataCache_->GetNativeHookFrameData()->Depths()[i]) { in GetCallIdToLastLibId()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 286 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
|
| D | trace_stdtype.h | 306 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/ |
| D | trace_stdtype.cpp | 287 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
|
| D | trace_stdtype.h | 310 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;
|