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()
380 reportJsonFile_->reportConfigItems_.emplace( in LoadEventDesc()
382 ReportConfigItem(reportJsonFile_->reportConfigItems_.size(), fileAttr.name)); in LoadEventDesc()
405 reportJsonFile_->reportConfigItems_.emplace( in LoadAttrSection()
406 fileAttr.ids, ReportConfigItem(reportJsonFile_->reportConfigItems_.size(), name)); in LoadAttrSection()
460 reportJsonFile_ = in LoadPerfData()
523 return reportJsonFile_->OutputJson(output_); in OutputReport()
/developtools/hiperf/include/
Dsubcommand_report.h172 std::unique_ptr<ReportJsonFile> reportJsonFile_ = nullptr; variable