Searched refs:UpdateReportSample (Results 1 – 4 of 4) sorted by relevance
| /developtools/hiperf/include/ |
| D | report_json_file.h | 369 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/ |
| D | report_json_file_test.cpp | 477 HWTEST_F(ReportJsonFileTest, UpdateReportSample, TestSize.Level1) 485 json.UpdateReportSample(1, 2, 3, 4);
|
| /developtools/hiperf/src/ |
| D | report_json_file.cpp | 92 void ReportJsonFile::UpdateReportSample(uint64_t id, pid_t pid, pid_t tid, uint64_t eventCount) in UpdateReportSample() function in OHOS::Developtools::HiPerf::ReportJsonFile
|
| D | subcommand_report.cpp | 203 reportJsonFile_->UpdateReportSample(sample->data_.id, sample->data_.pid, sample->data_.tid, in ProcessSample()
|