Home
last modified time | relevance | path

Searched refs:CallChainIds (Results 1 – 20 of 20) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache.cpp371 …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/
Debpf_file_system_test.cpp133 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);
Dpaged_memory_parser_test.cpp97 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);
Dbio_parser_test.cpp106 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/
Debpf_stdtype.cpp55 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
Debpf_stdtype.h40 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;
Dnative_memory_stdtype.h27 const std::deque<uint32_t>& CallChainIds() const;
149 const std::deque<uint32_t>& CallChainIds() const;
Dnative_memory_stdtype.cpp41 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/
Dperf_call_chain_table.cpp93 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/
Dnative_hook_statistic_table.cpp110 nativeHookStatisticInfoObj_.CallChainIds()); in Filter()
139 SetTypeColumn(nativeHookStatisticInfoObj_.CallChainIds()[CurrentRow()], INVALID_UINT32, in Column()
Dnative_hook_frame_table.cpp92 nativeHookFrameInfoObj_.CallChainIds()); in Filter()
129 …SetTypeColumn(nativeHookFrameInfoObj_.CallChainIds()[CurrentRow()], INVALID_UINT32, INVALID_CALL_C… in Column()
Dnative_hook_table.cpp123 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/
Dpaged_memory_sample_table.cpp57 SetTypeColumn(PagedMemorySampleDataObj_.CallChainIds()[CurrentRow()], INVALID_UINT32, in Column()
/developtools/smartperf_host/trace_streamer/src/table/ebpf/
Debpf_callstack_table.cpp121 …sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_.CallChainIds()[CurrentRow()]… in Column()
Dbio_latency_sample_table.cpp135 …SetTypeColumn(bioLatencySampleObj_.CallChainIds()[CurrentRow()], INVALID_UINT32, INVALID_CALL_CHAI… in Column()
Dfile_system_sample_table.cpp148 SetTypeColumn(fileSystemSampleTableObj_.CallChainIds()[CurrentRow()], INVALID_UINT32, in Column()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hiperf/
Dhiperf_stdtype.h30 const std::deque<uint32_t>& CallChainIds() const;
Dhiperf_stdtype.cpp36 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/
Dnative_hook_parser_test.cpp303 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/
Dnative_hook_filter.cpp1016 auto callChainId = traceDataCache_->GetNativeHookFrameData()->CallChainIds()[i]; in GetCallIdToLastLibId()