Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.cpp269 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()
[all …]
/system/netd/server/
DXfrmController.cpp1118 fillXfrmSelector(AF_UNSPEC, &usersa->sel); in fillUserSaInfo()
1336 fillXfrmSelector(record.selAddrFamily, &usersp->sel); in fillUserSpInfo()
1464 fillXfrmSelector(record.selAddrFamily, &usersp->sel); in fillUserPolicyId()
DXfrmControllerTest.cpp292 EXPECT_EQ(AF_UNSPEC, userspi.info.sel.family); in TEST_P()