Home
last modified time | relevance | path

Searched refs:reportJsonFile_ (Results 1 – 2 of 2) sorted by relevance

/developtools/hiperf/src/
Dsubcommand_report.cpp203 reportJsonFile_->UpdateReportSample(sample->data_.id, sample->data_.pid, sample->data_.tid, in ProcessSample()
205 reportJsonFile_->UpdateReportCallStack(sample->data_.id, sample->data_.pid, in ProcessSample()
276 reportJsonFile_->UpdateCallNodeEventCount(); in LoadPerfDataCompleted()
303 reportJsonFile_->ProcessSymbolsFiles(GetReport().virtualRuntime_.GetSymbolsFiles()); in ProcessSymbolsData()
391 reportJsonFile_->reportConfigItems_.emplace( in LoadEventDesc()
393 ReportConfigItem(reportJsonFile_->reportConfigItems_.size(), fileAttr.name)); in LoadEventDesc()
416 reportJsonFile_->reportConfigItems_.emplace( in LoadAttrSection()
417 fileAttr.ids, ReportConfigItem(reportJsonFile_->reportConfigItems_.size(), name)); in LoadAttrSection()
471 reportJsonFile_ = in LoadPerfData()
536 return reportJsonFile_->OutputJson(output_); in OutputReport()
/developtools/hiperf/include/
Dsubcommand_report.h173 std::unique_ptr<ReportJsonFile> reportJsonFile_ = nullptr; variable