Home
last modified time | relevance | path

Searched refs:attrIds_ (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/include/
Dsubcommand_dump.h94 std::vector<AttrWithId> attrIds_; variable
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp579 const auto& attrIds_ = recordDataReader_->GetAttrSection(); in UpdateClockType() local
580 if (attrIds_.size() > 0) { in UpdateClockType()
581 useClockId_ = attrIds_[0].attr.use_clockid; in UpdateClockType()
582 clockId_ = attrIds_[0].attr.clockid; in UpdateClockType()
/developtools/hiperf/src/
Dsubcommand_dump.cpp365 attrIds_ = reader_->GetAttrSection(); in DumpAttrPortion()
366 for (size_t i = 0; i < attrIds_.size(); ++i) { in DumpAttrPortion()
367 const AttrWithId &attr = attrIds_[i]; in DumpAttrPortion()