Home
last modified time | relevance | path

Searched refs:selections_ (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Devent_selection_set.cpp67 selections_.push_back(std::move(selection)); in AddEventType()
76 for (auto& selection : selections_) { in UnionSampleType()
79 for (auto& selection : selections_) { in UnionSampleType()
85 for (auto& selection : selections_) { in SetEnableOnExec()
101 for (auto& selection : selections_) { in GetEnableOnExec()
110 for (auto& selection : selections_) { in SampleIdAll()
116 for (auto& selection : selections_) { in SetSampleFreq()
124 for (auto& selection : selections_) { in SetSamplePeriod()
142 for (auto& selection : selections_) { in SetBranchSampling()
155 for (auto& selection : selections_) { in EnableFpCallChainSampling()
[all …]
Devent_selection_set.h57 return selections_.empty(); in Empty()
94 std::vector<EventSelection> selections_; variable