Searched refs:selection (Results 1 – 1 of 1) sorted by relevance
26 EventSelection selection; in AddEventType() local27 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() local34 selection.event_attr.enable_on_exec = 1; in EnableOnExec()39 for (auto& selection : selections_) { in SampleIdAll() local40 selection.event_attr.sample_id_all = 1; in SampleIdAll()45 for (auto& selection : selections_) { in SetSampleFreq() local46 perf_event_attr& attr = selection.event_attr; in SetSampleFreq()[all …]