Searched refs:PerfFileSectionNrCpus (Results 1 – 4 of 4) sorted by relevance
| /developtools/hiperf/src/ |
| D | perf_file_format.cpp | 373 PerfFileSectionNrCpus::PerfFileSectionNrCpus(FEATURE id, const char *buf, size_t size) in PerfFileSectionNrCpus() function in OHOS::Developtools::HiPerf::PerfFileSectionNrCpus 382 PerfFileSectionNrCpus::PerfFileSectionNrCpus(FEATURE id, uint32_t nrCpusAvailable, in PerfFileSectionNrCpus() function in OHOS::Developtools::HiPerf::PerfFileSectionNrCpus 388 bool PerfFileSectionNrCpus::GetBinary(char *buf, size_t size) in GetBinary() 400 size_t PerfFileSectionNrCpus::GetSize() in GetSize() 405 void PerfFileSectionNrCpus::GetValue(uint32_t &nrCpusAvailable, uint32_t &nrCpusOnline) const in GetValue()
|
| D | perf_file_writer.cpp | 407 std::make_unique<PerfFileSectionNrCpus>(feature, nrCpusAvailable, nrCpusOnline)); in AddNrCpusFeature()
|
| /developtools/hiperf/include/ |
| D | perf_file_format.h | 227 class PerfFileSectionNrCpus : public PerfFileSection { 232 PerfFileSectionNrCpus(FEATURE id, const char *buf, size_t size); 233 PerfFileSectionNrCpus(FEATURE id, uint32_t nrCpusAvailable, uint32_t nrCpusOnline);
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | perf_file_format_test.cpp | 165 HWTEST_F(PerfFileFormatTest, PerfFileSectionNrCpus, TestSize.Level1) 170 PerfFileSectionNrCpus nrCpus = {FEATURE::NRCPUS, nr[0], nr[1]}; 174 PerfFileSectionNrCpus withBuff(FEATURE::NRCPUS, buff, sizeof(buff));
|