| /developtools/smartperf_host/trace_streamer/src/table/ebpf/ |
| D | ebpf_callstack_table.cpp | 167 if (ebpfCallStackObj_.Ips()[CurrentRow()] != INVALID_UINT64) { in Column() 168 auto returnValueIndex = ebpfCallStackObj_.Ips()[CurrentRow()]; in Column()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/table/ebpf/ |
| D | ebpf_callstack_table.cpp | 167 if (ebpfCallStackObj_.Ips()[CurrentRow()] != INVALID_UINT64) { in Column() 168 auto returnValueIndex = ebpfCallStackObj_.Ips()[CurrentRow()]; in Column()
|
| /developtools/smartperf_host/trace_streamer/src/table/native_hook/ |
| D | native_hook_frame_table.cpp | 180 if (nativeHookFrameInfoObj_.Ips()[CurrentRow()] != INVALID_UINT64) { in Column() 181 … sqlite3_result_int64(context_, static_cast<int64_t>(nativeHookFrameInfoObj_.Ips()[CurrentRow()])); in Column()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/table/native_hook/ |
| D | native_hook_frame_table.cpp | 180 if (nativeHookFrameInfoObj_.Ips()[CurrentRow()] != INVALID_UINT64) { in Column() 181 … sqlite3_result_int64(context_, static_cast<int64_t>(nativeHookFrameInfoObj_.Ips()[CurrentRow()])); in Column()
|
| /developtools/smartperf_host/trace_streamer/test/unittest/ |
| D | paged_memory_parser_test.cpp | 221 auto ips0 = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[0]; 283 auto ips0 = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[1]; 286 auto ips1 = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[0];
|
| D | bio_parser_test.cpp | 240 auto ips0 = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[0]; 311 auto ips0 = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[1]; 314 auto ips1 = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[0];
|
| D | ebpf_file_system_test.cpp | 495 auto callStackFirstLevelIp = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[0]; 498 auto callStackSecondLevelIp = stream_.traceDataCache_->GetConstEbpfCallStackData().Ips()[1];
|
| D | native_hook_parser_test.cpp | 287 ip_ = nativeHookFrame.Ips()[index]; in NativeHookFrameCache() 607 EXPECT_EQ(nativeHookFrame.Ips()[1], CALL_STACK_IP_01);
|
| /developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
| D | ebpf_base.cpp | 239 auto ipStrIndex = ebpfCallStack->Ips()[i]; in EBPFReloadElfSymbolTable()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/ |
| D | ebpf_base.cpp | 235 auto ipStrIndex = ebpfCallStack->Ips()[i]; in EBPFReloadElfSymbolTable()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 707 const std::deque<uint64_t>& NativeHookFrame::Ips() const in Ips() function in SysTuning::TraceStdtype::NativeHookFrame 1615 const std::deque<DataIndex>& EbpfCallStackData::Ips() const in Ips() function in SysTuning::TraceStdtype::EbpfCallStackData
|
| D | trace_stdtype.h | 837 const std::deque<uint64_t>& Ips() const; 1369 const std::deque<DataIndex>& Ips() const;
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 708 const std::deque<uint64_t>& NativeHookFrame::Ips() const in Ips() function in SysTuning::TraceStdtype::NativeHookFrame 1622 const std::deque<DataIndex>& EbpfCallStackData::Ips() const in Ips() function in SysTuning::TraceStdtype::EbpfCallStackData
|
| D | trace_stdtype.h | 841 const std::deque<uint64_t>& Ips() const; 1374 const std::deque<DataIndex>& Ips() const;
|