| /developtools/profiler/host/smartperf/trace_streamer/src/table/native_hook/ |
| D | native_hook_statistic_table.cpp | 132 nativeHookStatisticInfoObj_.CallChainIds()); in Filter() 161 if (nativeHookStatisticInfoObj_.CallChainIds()[CurrentRow()] != INVALID_UINT32) { in Column() 163 … static_cast<int64_t>(nativeHookStatisticInfoObj_.CallChainIds()[CurrentRow()])); in Column()
|
| D | native_hook_frame_table.cpp | 132 nativeHookFrameInfoObj_.CallChainIds()); in Filter() 169 if (nativeHookFrameInfoObj_.CallChainIds()[CurrentRow()] != INVALID_UINT32) { in Column() 171 … static_cast<int64_t>(nativeHookFrameInfoObj_.CallChainIds()[CurrentRow()])); in Column()
|
| D | native_hook_table.cpp | 158 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/ |
| D | paged_memory_sample_table.cpp | 57 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/ |
| D | native_hook_frame_table.cpp | 132 nativeHookFrameInfoObj_.CallChainIds()); in Filter() 169 if (nativeHookFrameInfoObj_.CallChainIds()[CurrentRow()] != INVALID_UINT32) { in Column() 171 … static_cast<int64_t>(nativeHookFrameInfoObj_.CallChainIds()[CurrentRow()])); in Column()
|
| D | native_hook_statistic_table.cpp | 144 nativeHookStatisticInfoObj_.CallChainIds()); in Filter() 173 if (nativeHookStatisticInfoObj_.CallChainIds()[CurrentRow()] != INVALID_UINT32) { in Column() 175 … static_cast<int64_t>(nativeHookStatisticInfoObj_.CallChainIds()[CurrentRow()])); in Column()
|
| D | native_hook_table.cpp | 158 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/ |
| D | ebpf_file_system_test.cpp | 108 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];
|
| D | paged_memory_parser_test.cpp | 87 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];
|
| D | bio_parser_test.cpp | 91 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/ |
| D | paged_memory_sample_table.cpp | 157 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/ |
| D | bio_latency_sample_table.cpp | 175 if (bioLatencySampleObj_.CallChainIds()[CurrentRow()] != INVALID_UINT32) { in Column() 176 …ite3_result_int64(context_, static_cast<int64_t>(bioLatencySampleObj_.CallChainIds()[CurrentRow()]… in Column()
|
| D | file_system_sample_table.cpp | 186 if (fileSystemSampleTableObj_.CallChainIds()[CurrentRow()] != INVALID_UINT32) { in Column() 188 … static_cast<int64_t>(fileSystemSampleTableObj_.CallChainIds()[CurrentRow()])); in Column()
|
| D | ebpf_callstack_table.cpp | 161 …sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_.CallChainIds()[CurrentRow()]… in Column()
|
| /developtools/smartperf_host/trace_streamer/src/table/ebpf/ |
| D | bio_latency_sample_table.cpp | 175 if (bioLatencySampleObj_.CallChainIds()[CurrentRow()] != INVALID_UINT32) { in Column() 176 …ite3_result_int64(context_, static_cast<int64_t>(bioLatencySampleObj_.CallChainIds()[CurrentRow()]… in Column()
|
| D | file_system_sample_table.cpp | 186 if (fileSystemSampleTableObj_.CallChainIds()[CurrentRow()] != INVALID_UINT32) { in Column() 188 … static_cast<int64_t>(fileSystemSampleTableObj_.CallChainIds()[CurrentRow()])); in Column()
|
| D | ebpf_callstack_table.cpp | 161 …sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_.CallChainIds()[CurrentRow()]… in Column()
|
| /developtools/smartperf_host/trace_streamer/src/table/hiperf/ |
| D | perf_call_chain_table.cpp | 170 …sqlite3_result_int64(context_, static_cast<uint64_t>(perfCallChainObj_.CallChainIds()[CurrentRow()… in Column()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/table/hiperf/ |
| D | perf_call_chain_table.cpp | 170 …sqlite3_result_int64(context_, static_cast<uint64_t>(perfCallChainObj_.CallChainIds()[CurrentRow()… in Column()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 557 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
|
| D | trace_stdtype.h | 756 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/ |
| D | trace_stdtype.cpp | 558 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
|
| D | trace_stdtype.h | 760 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/ |
| D | ebpf_base.cpp | 244 auto callId = ebpfCallStack->CallChainIds()[i]; in EBPFReloadElfSymbolTable()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/ |
| D | ebpf_base.cpp | 240 auto callId = ebpfCallStack->CallChainIds()[i]; in EBPFReloadElfSymbolTable()
|