| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_data_cache.cpp | 371 …std::lower_bound(perfCallChain_.CallChainIds().begin(), perfCallChain_.CallChainIds().end(), callC… in ExportPerfCallChaninText() 372 …while (perfCallChainItor != perfCallChain_.CallChainIds().end() && callChainId == *perfCallChainIt… in ExportPerfCallChaninText() 373 … auto perfCallChainRow = std::distance(perfCallChain_.CallChainIds().begin(), perfCallChainItor); in ExportPerfCallChaninText() 426 ExportHookCallChaninText(nativeHookData_.CallChainIds()[row], bufferLine); in ExportHookDataReadableText() 460 ExportHookCallChaninText(nativeHookStatisticData_.CallChainIds()[row], bufferLine); in ExportHookStatisticReadableText() 472 auto hookFrameCallChainItor = std::lower_bound(nativeHookFrameData_.CallChainIds().begin(), in ExportHookCallChaninText() 473 … nativeHookFrameData_.CallChainIds().end(), callChainId); in ExportHookCallChaninText() 474 while (hookFrameCallChainItor != nativeHookFrameData_.CallChainIds().end() && in ExportHookCallChaninText() 476 …auto hookCallChainRow = std::distance(nativeHookFrameData_.CallChainIds().begin(), hookFrameCallCh… in ExportHookCallChaninText() 539 ExportEbpfCallChaninText(fileSamplingTableData_.CallChainIds()[row], bufferLine); in ExportEbpfFileSystemReadableText() [all …]
|
| /developtools/smartperf_host/trace_streamer/test/unittest/htrace/ebpf/ |
| D | ebpf_file_system_test.cpp | 133 EXPECT_EQ(fileSystemSample.CallChainIds()[0], INVALID_UINT32); 170 EXPECT_EQ(fileSystemSample.CallChainIds()[0], INVALID_UINT32); 207 EXPECT_EQ(fileSystemSample.CallChainIds()[0], INVALID_UINT32); 244 EXPECT_EQ(fileSystemSample.CallChainIds()[0], INVALID_UINT32); 304 EXPECT_EQ(stream_.traceDataCache_->GetConstFileSystemSample().CallChainIds()[0], 0); 306 EXPECT_EQ(ebpfCallStackData.CallChainIds()[0], 0); 307 EXPECT_EQ(ebpfCallStackData.CallChainIds()[1], 0);
|
| D | paged_memory_parser_test.cpp | 97 EXPECT_EQ(sampleData.CallChainIds()[0], INVALID_UINT32); 124 EXPECT_FALSE(sampleData.CallChainIds()[0] == INVALID_UINT64); 156 EXPECT_EQ(sampleData.CallChainIds()[0], 0); 188 EXPECT_EQ(sampleData.CallChainIds()[0], 0);
|
| D | bio_parser_test.cpp | 106 EXPECT_EQ(sampleData.CallChainIds()[0], INVALID_UINT32); 137 EXPECT_NE(sampleData.CallChainIds()[0], INVALID_UINT64); 173 EXPECT_EQ(sampleData.CallChainIds()[0], 0); 212 EXPECT_EQ(sampleData.CallChainIds()[0], 0);
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/ |
| D | ebpf_stdtype.cpp | 55 const std::deque<uint32_t>& FileSystemSample::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::FileSystemSample 142 const std::deque<uint32_t>& PagedMemorySampleData::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::PagedMemorySampleData 207 const std::deque<uint32_t>& BioLatencySampleData::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::BioLatencySampleData 280 const std::deque<uint32_t>& EbpfCallStackData::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::EbpfCallStackData
|
| D | ebpf_stdtype.h | 40 const std::deque<uint32_t>& CallChainIds() const; 106 const std::deque<uint32_t>& CallChainIds() const; 154 const std::deque<uint32_t>& CallChainIds() const; 207 const std::deque<uint32_t>& CallChainIds() const;
|
| D | native_memory_stdtype.h | 27 const std::deque<uint32_t>& CallChainIds() const; 149 const std::deque<uint32_t>& CallChainIds() const;
|
| D | native_memory_stdtype.cpp | 41 const std::deque<uint32_t>& NativeHookSampleBase::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::NativeHookSampleBase 254 const std::deque<uint32_t>& NativeHookFrame::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::NativeHookFrame
|
| /developtools/smartperf_host/trace_streamer/src/table/hiperf/ |
| D | perf_call_chain_table.cpp | 93 perfCallChainObj_.CallChainIds()); in Filter() 130 …sqlite3_result_int64(context_, static_cast<uint64_t>(perfCallChainObj_.CallChainIds()[CurrentRow()… in Column()
|
| /developtools/smartperf_host/trace_streamer/src/table/native_hook/ |
| D | native_hook_statistic_table.cpp | 110 nativeHookStatisticInfoObj_.CallChainIds()); in Filter() 139 SetTypeColumn(nativeHookStatisticInfoObj_.CallChainIds()[CurrentRow()], INVALID_UINT32, in Column()
|
| D | native_hook_frame_table.cpp | 92 nativeHookFrameInfoObj_.CallChainIds()); in Filter() 129 …SetTypeColumn(nativeHookFrameInfoObj_.CallChainIds()[CurrentRow()], INVALID_UINT32, INVALID_CALL_C… in Column()
|
| D | native_hook_table.cpp | 123 nativeHookObj_.CallChainIds()); in Filter() 152 … SetTypeColumn(nativeHookObj_.CallChainIds()[CurrentRow()], INVALID_UINT32, INVALID_CALL_CHAIN_ID); in Column()
|
| /developtools/smartperf_host/trace_streamer/src/table/monitor/ |
| D | paged_memory_sample_table.cpp | 57 SetTypeColumn(PagedMemorySampleDataObj_.CallChainIds()[CurrentRow()], INVALID_UINT32, in Column()
|
| /developtools/smartperf_host/trace_streamer/src/table/ebpf/ |
| D | ebpf_callstack_table.cpp | 121 …sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_.CallChainIds()[CurrentRow()]… in Column()
|
| D | bio_latency_sample_table.cpp | 135 …SetTypeColumn(bioLatencySampleObj_.CallChainIds()[CurrentRow()], INVALID_UINT32, INVALID_CALL_CHAI… in Column()
|
| D | file_system_sample_table.cpp | 148 SetTypeColumn(fileSystemSampleTableObj_.CallChainIds()[CurrentRow()], INVALID_UINT32, in Column()
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hiperf/ |
| D | hiperf_stdtype.h | 30 const std::deque<uint32_t>& CallChainIds() const;
|
| D | hiperf_stdtype.cpp | 36 const std::deque<uint32_t>& PerfCallChain::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::PerfCallChain
|
| /developtools/smartperf_host/trace_streamer/test/unittest/htrace/native_memory/ |
| D | native_hook_parser_test.cpp | 303 callChainId_ = nativeHook.CallChainIds()[index]; in NativeHookCache() 426 callChainId_ = nativeHookFrame.CallChainIds()[index]; in NativeHookFrameCache() 604 EXPECT_EQ(nativeHookFrame.CallChainIds()[1], 1);
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | native_hook_filter.cpp | 1016 auto callChainId = traceDataCache_->GetNativeHookFrameData()->CallChainIds()[i]; in GetCallIdToLastLibId()
|