Home
last modified time | relevance | path

Searched defs:sample (Results 1 – 20 of 20) sorted by relevance

/developtools/hiperf/src/
Dsubcommand_report.cpp189 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
439 std::unique_ptr<PerfRecordSample> sample = std::move(pair.second); in FlushCacheRecord() local
Dsubcommand_dump.cpp427 void SubCommandDump::DumpCallChain(int indent, std::unique_ptr<PerfRecordSample> &sample) in DumpCallChain()
461 std::unique_ptr<PerfRecordSample> sample( in DumpDataPortion() local
Dreport.cpp34 void Report::AddReportItem(const PerfRecordSample &sample, bool includeCallStack) in AddReportItem()
84 void Report::AddReportItemBranch(const PerfRecordSample &sample) in AddReportItemBranch()
Dreport_protobuf_file.cpp122 CallStackSample *sample = record.mutable_sample(); in ProcessSampleRecord() local
Dsubcommand_record.cpp1609 PerfRecordSample *sample = static_cast<PerfRecordSample *>(record.get()); in CollectionSymbol() local
1621 void SubCommandRecord::CollectSymbol(PerfRecordSample *sample) in CollectSymbol()
Dvirtual_runtime.cpp527 void VirtualRuntime::NeedDropKernelCallChain(PerfRecordSample &sample) in NeedDropKernelCallChain()
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_cpu_profiler_parser.cpp95 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
Dhtrace_js_memory_parser.cpp699 jsonns::Sample sample = jMessage.at("samples"); in ParseSample() local
/developtools/smartperf_host/ide/test/trace/database/logic-worker/
DProcedureLogicWorkerFileSystem.test.ts337 let sample = { variable
361 let sample = { variable
381 let sample = {}; variable
DProcedureLogicWorkerPerf.test.ts507 let sample = { variable
518 let sample = { variable
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerJsCpuProfiler.ts107 const sample = this.samples[id]; constant
153 for (let sample of this.samples) { variable
DProcedureLogicWorkerNativeNemory.ts639 for (const sample of samples) { constant
640 const count = this.isStatistic ? sample.count : 1; constant
926 let currentNode = groupMap[sample.tid + '-' + sample.eventId] || new NativeHookStatistics(); variable
DProcedureLogicWorkerPerf.ts822 const threadName = this.threadData[sample.tid].threadName || 'Thread'; constant
823 const processName = this.threadData[sample.pid].threadName || 'Process'; constant
/developtools/hiperf/proto/
Dreport_sample.proto88 CallStackSample sample = 1; field
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp592 std::unique_ptr<PerfRecordSample> sample(static_cast<PerfRecordSample*>(record.release())); in RecordCallBack() local
611 uint32_t PerfDataParser::UpdateCallChainUnCompressed(const std::unique_ptr<PerfRecordSample>& sampl… in UpdateCallChainUnCompressed()
638 …rfDataParser::UpdatePerfSampleData(uint32_t callChainId, std::unique_ptr<PerfRecordSample>& sample) in UpdatePerfSampleData()
/developtools/hiperf/test/unittest/common/native/
Dreport_test.cpp716 PerfRecordSample sample(false, 0, 0, 1); variable
775 PerfRecordSampleMock sample(false, 0, 0, 1); variable
Dvirtual_runtime_test.cpp377 PerfRecordSample sample(data.data(), attr); variable
Dreport_protobuf_file_test.cpp295 PerfRecordSample sample(false, 1, 2, 100, 200u); variable
/developtools/smartperf_host/ide/src/trace/bean/
DBoxSelection.ts536 for (let sample of it.dataListCache) { variable
/developtools/profiler/hiebpf/include/
Dvmlinux.h128185 } sample; member