Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.cpp26 EventSelection selection; in AddEventType() local
27 selection.event_type = &event_type; in AddEventType()
28 selection.event_attr = CreateDefaultPerfEventAttr(event_type); in AddEventType()
29 selections_.push_back(std::move(selection)); in AddEventType()
33 for (auto& selection : selections_) { in EnableOnExec() local
34 selection.event_attr.enable_on_exec = 1; in EnableOnExec()
39 for (auto& selection : selections_) { in SampleIdAll() local
40 selection.event_attr.sample_id_all = 1; in SampleIdAll()
45 for (auto& selection : selections_) { in SetSampleFreq() local
46 perf_event_attr& attr = selection.event_attr; in SetSampleFreq()
[all …]