Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h116 std::vector<EventAttrWithId> GetEventAttrWithId() const;
Dcmd_monitor.cpp254 EventAttrWithId dumping_attr_id = event_selection_set_.GetEventAttrWithId()[0]; in PrepareMonitoring()
Dcmd_record.cpp1223 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()
Dcmd_stat_test.cpp231 std::vector<EventAttrWithId> attrs = set.GetEventAttrWithId(); in TEST()
Devent_selection_set.cpp319 std::vector<EventAttrWithId> EventSelectionSet::GetEventAttrWithId() const { in GetEventAttrWithId() function in simpleperf::EventSelectionSet