Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.cpp155 EventSelectionSet::EventSelectionSet(bool for_stat_cmd) in EventSelectionSet() function in EventSelectionSet
158 EventSelectionSet::~EventSelectionSet() {} in ~EventSelectionSet()
160 bool EventSelectionSet::BuildAndCheckEventSelection(const std::string& event_name, bool first_event, in BuildAndCheckEventSelection()
245 bool EventSelectionSet::AddEventType(const std::string& event_name, size_t* group_id) { in AddEventType()
249 bool EventSelectionSet::AddEventGroup( in AddEventGroup()
280 std::vector<const EventType*> EventSelectionSet::GetEvents() const { in GetEvents()
290 std::vector<const EventType*> EventSelectionSet::GetTracepointEvents() const { in GetTracepointEvents()
303 bool EventSelectionSet::ExcludeKernel() const { in ExcludeKernel()
314 std::vector<EventAttrWithId> EventSelectionSet::GetEventAttrWithId() const { in GetEventAttrWithId()
331 void EventSelectionSet::UnionSampleType() { in UnionSampleType()
[all …]
Devent_selection_set.h101 class EventSelectionSet {
103 EventSelectionSet(bool for_stat_cmd);
104 ~EventSelectionSet();
220 DISALLOW_COPY_AND_ASSIGN(EventSelectionSet);
Drecord_lib_interface.cpp124 std::unique_ptr<EventSelectionSet> event_selection_set_;
133 std::unique_ptr<EventSelectionSet> set(new EventSelectionSet(true)); in CreateEventSelectionSet()
Dcmd_stat_test.cpp230 EventSelectionSet set(true); in TEST()
285 EventSelectionSet set(true); in TEST()
290 EventSelectionSet set2(true); in TEST()
Dcmd_stat.cpp453 EventSelectionSet event_selection_set_;
Dcmd_record.cpp356 EventSelectionSet event_selection_set_;