Searched refs:AddReportItem (Results 1 – 4 of 4) sorted by relevance
714 HWTEST_F(ReportTest, AddReportItem, TestSize.Level1)728 report_->AddReportItem(sample, false);732 report_->AddReportItem(sample, true);757 report_->AddReportItem(sample, false);
379 void AddReportItem(const PerfRecordSample &sample, bool includeCallStack);
220 GetReport().AddReportItem(*sample, showCallStack_); in ProcessSample()
34 void Report::AddReportItem(const PerfRecordSample &sample, bool includeCallStack) in AddReportItem() function in OHOS::Developtools::HiPerf::Report