Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.cpp165 EventSelectionSet::EventSelectionSet(bool for_stat_cmd) in EventSelectionSet() function in simpleperf::EventSelectionSet
168 EventSelectionSet::~EventSelectionSet() {} in ~EventSelectionSet()
170 bool EventSelectionSet::BuildAndCheckEventSelection(const std::string& event_name, bool first_event, in BuildAndCheckEventSelection()
251 bool EventSelectionSet::AddEventType(const std::string& event_name, size_t* group_id) { in AddEventType()
255 bool EventSelectionSet::AddEventGroup(const std::vector<std::string>& event_names, in AddEventGroup()
286 std::vector<const EventType*> EventSelectionSet::GetEvents() const { in GetEvents()
296 std::vector<const EventType*> EventSelectionSet::GetTracepointEvents() const { in GetTracepointEvents()
308 bool EventSelectionSet::ExcludeKernel() const { in ExcludeKernel()
319 std::vector<EventAttrWithId> EventSelectionSet::GetEventAttrWithId() const { in GetEventAttrWithId()
334 std::unordered_map<uint64_t, std::string> EventSelectionSet::GetEventNamesById() const { in GetEventNamesById()
[all …]
Devent_selection_set.h103 class EventSelectionSet {
105 EventSelectionSet(bool for_stat_cmd);
106 ~EventSelectionSet();
217 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.cpp227 EventSelectionSet set(true); in TEST()
284 EventSelectionSet set(true); in TEST()
289 EventSelectionSet set2(true); in TEST()
Dcmd_monitor.cpp183 EventSelectionSet event_selection_set_;
Dcmd_stat.cpp450 EventSelectionSet event_selection_set_;
Dcmd_record.cpp395 EventSelectionSet event_selection_set_;