Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord_file_test.cpp37 void AddEventType(const std::string& event_type_str) { in AddEventType() function in RecordFileTest
59 AddEventType("cpu-cycles"); in TEST_F()
107 AddEventType("cpu-cycles"); in TEST_F()
143 AddEventType("cpu-cycles"); in TEST_F()
144 AddEventType("cpu-clock"); in TEST_F()
145 AddEventType("task-clock"); in TEST_F()
Devent_selection_set.h60 bool AddEventType(const EventTypeAndModifier& event_type_modifier);
Devent_selection_set.cpp53 bool EventSelectionSet::AddEventType(const EventTypeAndModifier& event_type_modifier) { in AddEventType() function in EventSelectionSet
Dcmd_stat.cpp261 if (!event_selection_set_.AddEventType(event_type)) { in SetEventSelection()
Dcmd_record.cpp469 if (!event_selection_set_.AddEventType(event_type)) { in SetEventSelection()