Home
last modified time | relevance | path

Searched refs:GetAttrSection (Results 1 – 5 of 5) sorted by relevance

/developtools/hiperf/include/
Dperf_file_reader.h41 std::vector<AttrWithId> GetAttrSection() const;
/developtools/hiperf/src/
Dperf_file_reader.cpp211 std::vector<AttrWithId> PerfFileReader::GetAttrSection() const in GetAttrSection() function in OHOS::Developtools::HiPerf::PerfFileReader
Dsubcommand_report.cpp401 std::vector<AttrWithId> attrIds = recordFileReader_->GetAttrSection(); in LoadAttrSection()
Dsubcommand_dump.cpp365 attrIds_ = reader_->GetAttrSection(); in DumpAttrPortion()
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp579 const auto& attrIds_ = recordDataReader_->GetAttrSection(); in UpdateClockType()