Searched defs:EventSelectionSet (Results 1 - 1 of 1) sorted by relevance

/system/extras/simpleperf/
H A Devent_selection_set.h32 // EventSelectionSet helps to monitor events.
33 // Firstly, the user creates an EventSelectionSet, and adds the specific event types to monitor.
36 // Then, the user can start monitoring by ordering the EventSelectionSet to open perf event files
39 // At last, the EventSelectionSet will clean up resources at destruction automatically.
41 class EventSelectionSet { class
43 EventSelectionSet() { function in class:EventSelectionSet
79 DISALLOW_COPY_AND_ASSIGN(EventSelectionSet);

Completed in 62 milliseconds