Home
last modified time | relevance | path

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

/developtools/hiperf/test/unittest/common/native/
Dreport_test.cpp35 std::unique_ptr<Report> report_ = nullptr; member in OHOS::Developtools::HiPerf::ReportTest
44 report_ = std::make_unique<Report>(); in SetUp()
45 report_->configs_.emplace_back("dummy", 0, 0); in SetUp()
46 report_->configIdIndexMaps_.emplace(0u, 0u); // id 0 as config 0 in SetUp()
662 report_->MergeCallFrameCount(dummy100, dummy200);
671 report_->MergeCallFrameCount(dummy100, dummy300);
695 report_->option_.sortKeys_ = {"comm", "pid", "tid", "dso", "func"};
702 report_->option_.sortKeys_ = {"comm"};
703 EXPECT_EQ(report_->MultiLevelCompare(a, b), 0);
705 report_->option_.sortKeys_ = {"comm", "pid"};
[all …]
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp99 report_.configIdIndexMaps_[id] = report_.configs_.size(); // setup index in LoadEventDesc()
100 TS_LOGI("add config id map %" PRIu64 " to %zu", id, report_.configs_.size()); in LoadEventDesc()
103 …auto& config = report_.configs_.emplace_back(fileAttr.name, fileAttr.attr.type, fileAttr.attr.conf… in LoadEventDesc()
146 report_.virtualRuntime_.SetDisableUnwind(false); in UpdateSymbolAndFilesData()
153 report_.virtualRuntime_.UpdateFromPerfData(sectionSymbolsFiles->symbolFileStructs_); in UpdateSymbolAndFilesData()
156 for (auto& symbolsFile : report_.virtualRuntime_.GetSymbolsFiles()) { in UpdateSymbolAndFilesData()
180 report_.virtualRuntime_.UpdateFromRecord(*record); in RecordCallBack()
269 auto threadState = report_.GetConfigName(sample->data_.id); in UpdatePerfSampleData()
275 auto configIndex = report_.GetConfigIndex(sample->data_.id); in UpdatePerfSampleData()
Dperf_data_parser.h76 Report report_; variable
/developtools/hiperf/include/
Dsubcommand_report.h147 Report report_[MAX] = {reportOption_, reportOption_}; variable
151 return report_[index_];
153 return report_[index];