| /developtools/hiperf/src/ |
| D | subcommand_report.cpp | 189 void SubCommandReport::BroadcastSample(std::unique_ptr<PerfRecordSample> &sample) in BroadcastSample() 199 void SubCommandReport::ProcessSample(std::unique_ptr<PerfRecordSample> &sample) in ProcessSample() 231 std::unique_ptr<PerfRecordSample> sample(static_cast<PerfRecordSample *>(record.release())); in RecordCallBack() local 428 std::unique_ptr<PerfRecordSample> sample = std::move(pair.second); in FlushCacheRecord() local
|
| D | subcommand_dump.cpp | 416 void SubCommandDump::DumpCallChain(int indent, std::unique_ptr<PerfRecordSample> &sample) in DumpCallChain() 450 std::unique_ptr<PerfRecordSample> sample( in DumpDataPortion() local
|
| D | report.cpp | 34 void Report::AddReportItem(const PerfRecordSample &sample, bool includeCallStack) in AddReportItem() 84 void Report::AddReportItemBranch(const PerfRecordSample &sample) in AddReportItemBranch()
|
| D | report_protobuf_file.cpp | 122 CallStackSample *sample = record.mutable_sample(); in ProcessSampleRecord() local
|
| D | subcommand_record.cpp | 1473 PerfRecordSample *sample = static_cast<PerfRecordSample *>(record.get()); in CollectionSymbol() local
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerPerf.ts | 761 for (let sample of this.samplesData) { variable 762 let callChains = [...this.callChainData[sample.sampleId]]; variable 764 const threadName = this.threadData[sample.tid].threadName || 'Thread'; constant 765 const processName = this.threadData[sample.pid].threadName || 'Process'; constant 790 for (let sample of this.samplesData) { variable 792 let callChains = this.callChainData[sample.sampleId]; variable
|
| D | ProcedureLogicWorkerJsCpuProfiler.ts | 97 const sample = this.samples[id]; constant 170 for (let sample of this.samples) { variable
|
| D | ProcedureLogicWorkerNativeNemory.ts | 845 for (const sample of samples) { constant 846 const count = this.isStatistic ? sample.count : 1; constant 1066 let currentNode = groupMap[sample.tid + '-' + sample.eventId] || new NativeHookStatistics(); variable
|
| /developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/ |
| D | perf_data_parser.cpp | 231 std::unique_ptr<PerfRecordSample> sample(static_cast<PerfRecordSample*>(record.release())); in RecordCallBack() local 250 uint32_t PerfDataParser::UpdatePerfCallChainData(const std::unique_ptr<PerfRecordSample>& sample) in UpdatePerfCallChainData() 303 …rfDataParser::UpdatePerfSampleData(uint32_t callChainId, std::unique_ptr<PerfRecordSample>& sample) in UpdatePerfSampleData()
|
| /developtools/smartperf_host/ide/test/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerFileSystem.test.ts | 336 let sample = { variable 360 let sample = { variable 380 let sample = {}; variable
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/ |
| D | perf_data_parser.cpp | 228 std::unique_ptr<PerfRecordSample> sample(static_cast<PerfRecordSample*>(record.release())); in RecordCallBack() local 247 uint32_t PerfDataParser::UpdatePerfCallChainData(const std::unique_ptr<PerfRecordSample>& sample) in UpdatePerfCallChainData() 301 …rfDataParser::UpdatePerfSampleData(uint32_t callChainId, std::unique_ptr<PerfRecordSample>& sample) in UpdatePerfSampleData()
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerPerf.ts | 319 let callChains = [...this.callChainData[sample.sampleId]]; variable 733 for (let sample of this.samplesData) { variable 734 let callChains = [...this.callChainData[sample.sampleId]]; variable 736 const threadName = this.threadData[sample.tid].threadName || 'Thead'; constant 737 const processName = this.threadData[sample.pid].threadName || 'Process'; constant
|
| D | ProcedureLogicWorkerNativeNemory.ts | 790 for (const sample of samples) { constant 791 const count = this.isStatistic ? sample.count : 1; constant 1011 let currentNode = groupMap[sample.tid + '-' + sample.eventId] || new NativeHookStatistics(); variable
|
| /developtools/hiperf/proto/ |
| D | report_sample.proto | 88 CallStackSample sample = 1; field
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | virtual_runtime_test.cpp | 367 PerfRecordSample sample(data.data(), attr); variable
|
| D | report_test.cpp | 716 PerfRecordSample sample(false, 0, 0, 1); variable 775 PerfRecordSampleMock sample(false, 0, 0, 1); variable
|
| D | report_protobuf_file_test.cpp | 295 PerfRecordSample sample(false, 1, 2, 100, 200u); variable
|
| /developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_js_cpu_profiler_parser.cpp | 94 uint32_t sample = std::numeric_limits<uint32_t>::max(); in ParseJsCpuProfiler() local
|
| D | htrace_js_memory_parser.cpp | 498 jsonns::Sample sample = jMessage.at("samples"); in ParseSample() local
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/ |
| D | SpSystemTrace.ts | 800 for (let sample of it.dataList) { variable
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_js_memory_parser.cpp | 461 jsonns::Sample sample = jMessage.at("samples"); in ParseSample() local
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpSystemTrace.ts | 1023 for (let sample of it.dataList) { variable
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 128185 } sample; member
|