Searched refs:GetEventAttrWithId (Results 1 – 5 of 5) sorted by relevance
116 std::vector<EventAttrWithId> GetEventAttrWithId() const;
254 EventAttrWithId dumping_attr_id = event_selection_set_.GetEventAttrWithId()[0]; in PrepareMonitoring()
1223 EventAttrWithId dumping_attr_id = event_selection_set_.GetEventAttrWithId()[0]; in CreateAndInitRecordFile()1237 if (!writer->WriteAttrSection(event_selection_set_.GetEventAttrWithId())) { in CreateRecordFile()1448 EventAttrWithId attr_id = event_selection_set_.GetEventAttrWithId()[0]; in ProcessJITDebugInfo()
231 std::vector<EventAttrWithId> attrs = set.GetEventAttrWithId(); in TEST()
319 std::vector<EventAttrWithId> EventSelectionSet::GetEventAttrWithId() const { in GetEventAttrWithId() function in simpleperf::EventSelectionSet