Home
last modified time | relevance | path

Searched refs:EventSelectionSet (Results 1 – 7 of 7) sorted by relevance

/system/extras/simpleperf/
Devent_selection_set.cpp190 EventSelectionSet::EventSelectionSet(bool for_stat_cmd) in EventSelectionSet() function in simpleperf::EventSelectionSet
193 EventSelectionSet::~EventSelectionSet() {} in ~EventSelectionSet()
195 bool EventSelectionSet::BuildAndCheckEventSelection(const std::string& event_name, bool first_event, in BuildAndCheckEventSelection()
277 bool EventSelectionSet::AddEventType(const std::string& event_name, size_t* group_id) { in AddEventType()
281 bool EventSelectionSet::AddEventGroup(const std::vector<std::string>& event_names, in AddEventGroup()
312 bool EventSelectionSet::AddCounters(const std::vector<std::string>& event_names) { in AddCounters()
337 std::vector<const EventType*> EventSelectionSet::GetEvents() const { in GetEvents()
347 std::vector<const EventType*> EventSelectionSet::GetTracepointEvents() const { in GetTracepointEvents()
359 bool EventSelectionSet::ExcludeKernel() const { in ExcludeKernel()
370 EventAttrIds EventSelectionSet::GetEventAttrWithId() const { in GetEventAttrWithId()
[all …]
Devent_selection_set.h103 class EventSelectionSet {
105 EventSelectionSet(bool for_stat_cmd);
106 ~EventSelectionSet();
220 DISALLOW_COPY_AND_ASSIGN(EventSelectionSet);
Drecord_lib_interface.cpp126 std::unique_ptr<EventSelectionSet> event_selection_set_;
135 std::unique_ptr<EventSelectionSet> set(new EventSelectionSet(true)); in CreateEventSelectionSet()
Dcmd_stat_test.cpp232 EventSelectionSet set(true); in TEST()
289 EventSelectionSet set(true); in TEST()
294 EventSelectionSet set2(true); in TEST()
Dcmd_monitor.cpp183 EventSelectionSet event_selection_set_;
Dcmd_stat.cpp455 EventSelectionSet event_selection_set_;
Dcmd_record.cpp433 EventSelectionSet event_selection_set_;