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

  /system/extras/simpleperf/
event_selection_set.cpp 53 bool EventSelectionSet::AddEventType(const EventTypeAndModifier& event_type_modifier) {
74 void EventSelectionSet::UnionSampleType() {
84 void EventSelectionSet::SetEnableOnExec(bool enable) {
100 bool EventSelectionSet::GetEnableOnExec() {
109 void EventSelectionSet::SampleIdAll() {
115 void EventSelectionSet::SetSampleFreq(uint64_t sample_freq) {
123 void EventSelectionSet::SetSamplePeriod(uint64_t sample_period) {
131 bool EventSelectionSet::SetBranchSampling(uint64_t branch_sample_type) {
154 void EventSelectionSet::EnableFpCallChainSampling() {
160 bool EventSelectionSet::EnableDwarfCallChainSampling(uint32_t dump_stack_size)
    [all...]
event_selection_set.h 42 // EventSelectionSet helps to monitor events.
43 // Firstly, the user creates an EventSelectionSet, and adds the specific event types to monitor.
46 // Then, the user can start monitoring by ordering the EventSelectionSet to open perf event files
49 // At last, the EventSelectionSet will clean up resources at destruction automatically.
51 class EventSelectionSet {
53 EventSelectionSet() {
96 DISALLOW_COPY_AND_ASSIGN(EventSelectionSet);
cmd_stat.cpp 98 EventSelectionSet event_selection_set_;
cmd_record.cpp 173 EventSelectionSet event_selection_set_;

Completed in 44 milliseconds