Home
last modified time | relevance | path

Searched refs:UpdateReportSample (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/include/
Dreport_json_file.h369 void UpdateReportSample(uint64_t configid, pid_t pid, pid_t tid, uint64_t eventCount);
404 FRIEND_TEST(ReportJsonFileTest, UpdateReportSample);
/developtools/hiperf/test/unittest/common/native/
Dreport_json_file_test.cpp477 HWTEST_F(ReportJsonFileTest, UpdateReportSample, TestSize.Level1)
485 json.UpdateReportSample(1, 2, 3, 4);
/developtools/hiperf/src/
Dreport_json_file.cpp92 void ReportJsonFile::UpdateReportSample(uint64_t id, pid_t pid, pid_t tid, uint64_t eventCount) in UpdateReportSample() function in OHOS::Developtools::HiPerf::ReportJsonFile
Dsubcommand_report.cpp203 reportJsonFile_->UpdateReportSample(sample->data_.id, sample->data_.pid, sample->data_.tid, in ProcessSample()