Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h114 std::vector<EventAttrWithId> GetEventAttrWithId() const;
Dcmd_record.cpp1122 dumping_attr_id_ = event_selection_set_.GetEventAttrWithId()[0]; in CreateAndInitRecordFile()
1135 if (!writer->WriteAttrSection(event_selection_set_.GetEventAttrWithId())) { in CreateRecordFile()
1402 EventAttrWithId attr_id = event_selection_set_.GetEventAttrWithId()[0]; in ProcessJITDebugInfo()
Devent_selection_set.cpp314 std::vector<EventAttrWithId> EventSelectionSet::GetEventAttrWithId() const { in GetEventAttrWithId() function in EventSelectionSet
Dcmd_stat_test.cpp234 std::vector<EventAttrWithId> attrs = set.GetEventAttrWithId(); in TEST()