HomeSort by relevance Sort by last modified time
    Searched refs:EventSelectionSet (Results 1 - 5 of 5) sorted by null

  /system/extras/simpleperf/
event_selection_set.cpp 56 bool EventSelectionSet::BuildAndCheckEventSelection(
100 bool EventSelectionSet::AddEventType(const std::string& event_name) {
104 bool EventSelectionSet::AddEventGroup(
119 std::vector<const EventType*> EventSelectionSet::GetTracepointEvents() const {
132 bool EventSelectionSet::HasInplaceSampler() const {
144 std::vector<EventAttrWithId> EventSelectionSet::GetEventAttrWithId() const {
164 void EventSelectionSet::UnionSampleType() {
178 void EventSelectionSet::SetEnableOnExec(bool enable) {
197 bool EventSelectionSet::GetEnableOnExec() {
208 void EventSelectionSet::SampleIdAll()
    [all...]
event_selection_set.h 52 // EventSelectionSet helps to monitor events. It is used in following steps:
53 // 1. Create an EventSelectionSet, and add event types to monitor by calling
64 // 5. Stop monitoring automatically in the destructor of EventSelectionSet by
67 class EventSelectionSet {
69 EventSelectionSet(bool for_stat_cmd)
184 DISALLOW_COPY_AND_ASSIGN(EventSelectionSet);
record_lib_interface.cpp 124 std::unique_ptr<EventSelectionSet> event_selection_set_;
133 std::unique_ptr<EventSelectionSet> set(new EventSelectionSet(true));
cmd_stat.cpp 343 EventSelectionSet event_selection_set_;
cmd_record.cpp 227 EventSelectionSet event_selection_set_;
    [all...]

Completed in 263 milliseconds