| /developtools/hiperf/src/ |
| D | subcommand_report.cpp | 190 void SubCommandReport::BroadcastSample(std::unique_ptr<PerfRecordSample> &sample) in BroadcastSample() 200 void SubCommandReport::ProcessSample(std::unique_ptr<PerfRecordSample> &sample) in ProcessSample() 232 std::unique_ptr<PerfRecordSample> sample(static_cast<PerfRecordSample *>(record.release())); in RecordCallBack() local 441 std::unique_ptr<PerfRecordSample> sample = std::move(pair.second); in FlushCacheRecord() local
|
| D | subcommand_dump.cpp | 426 void SubCommandDump::DumpCallChain(int indent, std::unique_ptr<PerfRecordSample> &sample) in DumpCallChain() 457 std::unique_ptr<PerfRecordSample> sample( in DumpDataPortion() local
|
| D | subcommand_record.cpp | 923 auto collectSymbol = [this](PerfRecordSample *sample) { in PrepareVirtualRuntime() 1650 PerfRecordSample *sample = static_cast<PerfRecordSample *>(record.get()); in CollectionSymbol() local 1661 PerfRecordAuxtrace *sample = static_cast<PerfRecordAuxtrace *>(record.get()); in CollectionSymbol() local 1668 void SubCommandRecord::CollectSymbol(PerfRecordSample *sample) in CollectSymbol()
|
| D | report.cpp | 36 void Report::AddReportItem(const PerfRecordSample &sample, bool includeCallStack) in AddReportItem() 93 void Report::AddReportItemBranch(const PerfRecordSample &sample) in AddReportItemBranch()
|
| D | report_protobuf_file.cpp | 122 CallStackSample *sample = record.mutable_sample(); in ProcessSampleRecord() local
|
| D | virtual_runtime.cpp | 552 void VirtualRuntime::NeedDropKernelCallChain(PerfRecordSample &sample) in NeedDropKernelCallChain()
|
| /developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/arkts/ |
| D | pbreader_js_cpu_profiler_parser.cpp | 95 uint32_t &sample) in DataProcessing() 116 uint32_t sample = std::numeric_limits<uint32_t>::max(); in ParseSampleData() local 172 … uint32_t sample = ParseSampleData(jMessage, sampleEndTime, startTime, startTimeSnap, endTimeSnap); in ParseJsCpuProfiler() local
|
| D | pbreader_js_memory_parser.cpp | 704 jsonns::Sample sample = jMessage.at("samples"); in ParseSample() local
|
| /developtools/smartperf_host/ide/test/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerFileSystem.test.ts | 337 let sample = { variable 361 let sample = { variable 381 let sample = {}; variable
|
| D | ProcedureLogicWorkerPerf.test.ts | 507 let sample = { variable 518 let sample = { variable
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerJsCpuProfiler.ts | 128 const sample = this.samples[id]; constant 174 for (let sample of this.samples) { variable
|
| D | ProcedureLogicWorkerNativeNemory.ts | 703 for (const sample of samples) { constant 704 const count = this.isStatisticMode ? sample.count : 1; constant 993 let currentNode = groupMap[sample.tid + '-' + sample.eventId] || new NativeHookStatistics(); variable
|
| D | ProcedureLogicWorkerPerf.ts | 1045 const threadName = this.threadData[sample.tid].threadName || 'Thread'; constant 1046 const processName = this.threadData[sample.pid].threadName || 'Process'; constant
|
| /developtools/hiperf/proto/ |
| D | report_sample.proto | 88 CallStackSample sample = 1; field
|
| /developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/ |
| D | perf_data_parser.cpp | 650 std::unique_ptr<PerfRecordSample> sample(static_cast<PerfRecordSample *>(record.release())); in RecordCallBack() local 669 uint32_t PerfDataParser::UpdateCallChainUnCompressed(const std::unique_ptr<PerfRecordSample> &sampl… in UpdateCallChainUnCompressed() 697 …rfDataParser::UpdatePerfSampleData(uint32_t callChainId, std::unique_ptr<PerfRecordSample> &sample) in UpdatePerfSampleData()
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | report_test.cpp | 712 PerfRecordSample sample(false, 0, 0, 1); variable 771 PerfRecordSampleMock sample(false, 0, 0, 1); variable
|
| D | virtual_runtime_test.cpp | 374 PerfRecordSample sample(data.data(), attr); variable
|
| D | report_protobuf_file_test.cpp | 295 PerfRecordSample sample(false, 1, 2, 100, 200u); variable
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | BoxSelection.ts | 681 for (let sample of it.dataListCache) { variable
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 128185 } sample; member
|