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()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()
173 std::unique_ptr<ReportJsonFile> reportJsonFile_ = nullptr; variable