Home
last modified time | relevance | path

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

12

/developtools/profiler/host/smartperf/trace_streamer/src/table/native_hook/
Dnative_hook_statistic_table.cpp132 nativeHookStatisticInfoObj_.CallChainIds()); in Filter()
161 if (nativeHookStatisticInfoObj_.CallChainIds()[CurrentRow()] != INVALID_UINT32) { in Column()
163 … static_cast<int64_t>(nativeHookStatisticInfoObj_.CallChainIds()[CurrentRow()])); in Column()
Dnative_hook_frame_table.cpp132 nativeHookFrameInfoObj_.CallChainIds()); in Filter()
169 if (nativeHookFrameInfoObj_.CallChainIds()[CurrentRow()] != INVALID_UINT32) { in Column()
171 … static_cast<int64_t>(nativeHookFrameInfoObj_.CallChainIds()[CurrentRow()])); in Column()
Dnative_hook_table.cpp158 nativeHookObj_.CallChainIds()); in Filter()
187 if (nativeHookObj_.CallChainIds()[CurrentRow()] != INVALID_UINT32) { in Column()
188 … sqlite3_result_int64(context_, static_cast<int64_t>(nativeHookObj_.CallChainIds()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/src/table/monitor/
Dpaged_memory_sample_table.cpp57 if (PagedMemorySampleDataObj_.CallChainIds()[CurrentRow()] != INVALID_UINT32) { in Column()
59 … static_cast<int64_t>(PagedMemorySampleDataObj_.CallChainIds()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/src/table/native_hook/
Dnative_hook_frame_table.cpp132 nativeHookFrameInfoObj_.CallChainIds()); in Filter()
169 if (nativeHookFrameInfoObj_.CallChainIds()[CurrentRow()] != INVALID_UINT32) { in Column()
171 … static_cast<int64_t>(nativeHookFrameInfoObj_.CallChainIds()[CurrentRow()])); in Column()
Dnative_hook_statistic_table.cpp144 nativeHookStatisticInfoObj_.CallChainIds()); in Filter()
173 if (nativeHookStatisticInfoObj_.CallChainIds()[CurrentRow()] != INVALID_UINT32) { in Column()
175 … static_cast<int64_t>(nativeHookStatisticInfoObj_.CallChainIds()[CurrentRow()])); in Column()
Dnative_hook_table.cpp158 nativeHookObj_.CallChainIds()); in Filter()
187 if (nativeHookObj_.CallChainIds()[CurrentRow()] != INVALID_UINT32) { in Column()
188 … sqlite3_result_int64(context_, static_cast<int64_t>(nativeHookObj_.CallChainIds()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/test/unittest/
Debpf_file_system_test.cpp108 auto callChainId = stream_.traceDataCache_->GetConstFileSystemSample().CallChainIds()[0];
189 auto callChainId = stream_.traceDataCache_->GetConstFileSystemSample().CallChainIds()[0];
271 auto callChainId = stream_.traceDataCache_->GetConstFileSystemSample().CallChainIds()[0];
352 auto callChainId = stream_.traceDataCache_->GetConstFileSystemSample().CallChainIds()[0];
484 auto callChainId = stream_.traceDataCache_->GetConstFileSystemSample().CallChainIds()[0];
486 …tackFirstLevelCallChainId = stream_.traceDataCache_->GetConstEbpfCallStackData().CallChainIds()[0];
488 …ackSecondLevelCallChainId = stream_.traceDataCache_->GetConstEbpfCallStackData().CallChainIds()[1];
Dpaged_memory_parser_test.cpp87 auto callChainId = stream_.traceDataCache_->GetConstPagedMemorySampleData().CallChainIds()[0];
145 auto callChainId = stream_.traceDataCache_->GetConstPagedMemorySampleData().CallChainIds()[0];
205 auto callChainId = stream_.traceDataCache_->GetConstPagedMemorySampleData().CallChainIds()[0];
267 auto callChainId = stream_.traceDataCache_->GetConstPagedMemorySampleData().CallChainIds()[0];
Dbio_parser_test.cpp91 auto callChainId = stream_.traceDataCache_->GetConstBioLatencySampleData().CallChainIds()[0];
152 auto callChainId = stream_.traceDataCache_->GetConstBioLatencySampleData().CallChainIds()[0];
216 auto callChainId = stream_.traceDataCache_->GetConstBioLatencySampleData().CallChainIds()[0];
287 auto callChainId = stream_.traceDataCache_->GetConstBioLatencySampleData().CallChainIds()[0];
/developtools/profiler/host/smartperf/trace_streamer/src/table/monitor/
Dpaged_memory_sample_table.cpp157 if (PagedMemorySampleDataObj_.CallChainIds()[CurrentRow()] != INVALID_UINT32) { in Column()
159 … static_cast<int64_t>(PagedMemorySampleDataObj_.CallChainIds()[CurrentRow()])); in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/table/ebpf/
Dbio_latency_sample_table.cpp175 if (bioLatencySampleObj_.CallChainIds()[CurrentRow()] != INVALID_UINT32) { in Column()
176 …ite3_result_int64(context_, static_cast<int64_t>(bioLatencySampleObj_.CallChainIds()[CurrentRow()]… in Column()
Dfile_system_sample_table.cpp186 if (fileSystemSampleTableObj_.CallChainIds()[CurrentRow()] != INVALID_UINT32) { in Column()
188 … static_cast<int64_t>(fileSystemSampleTableObj_.CallChainIds()[CurrentRow()])); in Column()
Debpf_callstack_table.cpp161 …sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_.CallChainIds()[CurrentRow()]… in Column()
/developtools/smartperf_host/trace_streamer/src/table/ebpf/
Dbio_latency_sample_table.cpp175 if (bioLatencySampleObj_.CallChainIds()[CurrentRow()] != INVALID_UINT32) { in Column()
176 …ite3_result_int64(context_, static_cast<int64_t>(bioLatencySampleObj_.CallChainIds()[CurrentRow()]… in Column()
Dfile_system_sample_table.cpp186 if (fileSystemSampleTableObj_.CallChainIds()[CurrentRow()] != INVALID_UINT32) { in Column()
188 … static_cast<int64_t>(fileSystemSampleTableObj_.CallChainIds()[CurrentRow()])); in Column()
Debpf_callstack_table.cpp161 …sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_.CallChainIds()[CurrentRow()]… in Column()
/developtools/smartperf_host/trace_streamer/src/table/hiperf/
Dperf_call_chain_table.cpp170 …sqlite3_result_int64(context_, static_cast<uint64_t>(perfCallChainObj_.CallChainIds()[CurrentRow()… in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/table/hiperf/
Dperf_call_chain_table.cpp170 …sqlite3_result_int64(context_, static_cast<uint64_t>(perfCallChainObj_.CallChainIds()[CurrentRow()… in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp557 const std::deque<uint32_t>& NativeHook::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::NativeHook
699 const std::deque<uint32_t>& NativeHookFrame::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::NativeHookFrame
760 const std::deque<uint32_t>& NativeHookStatistic::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::NativeHookStatistic
814 const std::deque<uint32_t>& PerfCallChain::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::PerfCallChain
1460 const std::deque<uint32_t>& FileSystemSample::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::FileSystemSample
1547 const std::deque<uint32_t>& PagedMemorySampleData::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::PagedMemorySampleData
1607 const std::deque<uint32_t>& EbpfCallStackData::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::EbpfCallStackData
2058 const std::deque<uint32_t>& BioLatencySampleData::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::BioLatencySampleData
Dtrace_stdtype.h756 const std::deque<uint32_t>& CallChainIds() const;
835 const std::deque<uint32_t>& CallChainIds() const;
888 const std::deque<uint32_t>& CallChainIds() const;
935 const std::deque<uint32_t>& CallChainIds() const;
1309 const std::deque<uint32_t>& CallChainIds() const;
1367 const std::deque<uint32_t>& CallChainIds() const;
1399 const std::deque<uint32_t>& CallChainIds() const;
1772 const std::deque<uint32_t>& CallChainIds() const;
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp558 const std::deque<uint32_t>& NativeHook::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::NativeHook
700 const std::deque<uint32_t>& NativeHookFrame::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::NativeHookFrame
763 const std::deque<uint32_t>& NativeHookStatistic::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::NativeHookStatistic
821 const std::deque<uint32_t>& PerfCallChain::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::PerfCallChain
1467 const std::deque<uint32_t>& FileSystemSample::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::FileSystemSample
1554 const std::deque<uint32_t>& PagedMemorySampleData::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::PagedMemorySampleData
1614 const std::deque<uint32_t>& EbpfCallStackData::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::EbpfCallStackData
2113 const std::deque<uint32_t>& BioLatencySampleData::CallChainIds() const in CallChainIds() function in SysTuning::TraceStdtype::BioLatencySampleData
Dtrace_stdtype.h760 const std::deque<uint32_t>& CallChainIds() const;
839 const std::deque<uint32_t>& CallChainIds() const;
891 const std::deque<uint32_t>& CallChainIds() const;
940 const std::deque<uint32_t>& CallChainIds() const;
1314 const std::deque<uint32_t>& CallChainIds() const;
1372 const std::deque<uint32_t>& CallChainIds() const;
1404 const std::deque<uint32_t>& CallChainIds() const;
1808 const std::deque<uint32_t>& CallChainIds() const;
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Debpf_base.cpp244 auto callId = ebpfCallStack->CallChainIds()[i]; in EBPFReloadElfSymbolTable()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/
Debpf_base.cpp240 auto callId = ebpfCallStack->CallChainIds()[i]; in EBPFReloadElfSymbolTable()

12