Searched refs:reportJsonFile_ (Results 1 – 2 of 2) sorted by relevance
203 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()
172 std::unique_ptr<ReportJsonFile> reportJsonFile_ = nullptr; variable