Lines Matching refs:sel
269 for (const auto& sel : group.selections) { in BuildAndCheckEventSelection() local
270 if (sel.event_type_modifier.name == selection->event_type_modifier.name) { in BuildAndCheckEventSelection()
271 LOG(ERROR) << "Event type '" << sel.event_type_modifier.name << "' appears more than once"; in BuildAndCheckEventSelection()
933 for (auto& sel : group.selections) { in HasSampler() local
934 if (!sel.event_fds.empty()) { in HasSampler()
944 for (auto& sel : group.selections) { in SetEnableEvents() local
945 for (auto& fd : sel.event_fds) { in SetEnableEvents()
957 for (auto& sel : group.selections) { in EnableETMEvents() local
958 if (!sel.event_type_modifier.event_type.IsEtmEvent()) { in EnableETMEvents()
961 for (auto& fd : sel.event_fds) { in EnableETMEvents()
973 for (auto& sel : group.selections) { in DisableETMEvents() local
974 if (!sel.event_type_modifier.event_type.IsEtmEvent()) { in DisableETMEvents()
980 for (const auto& fd : sel.event_fds) { in DisableETMEvents()
993 for (auto& fd : sel.event_fds) { in DisableETMEvents()
1000 for (auto& fd : sel.event_fds) { in DisableETMEvents()