Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.cpp57 const std::string& event_name, EventSelection* selection) { in BuildAndCheckEventSelection() argument
73 selection->event_type_modifier = *event_type; in BuildAndCheckEventSelection()
74 selection->event_attr = CreateDefaultPerfEventAttr(event_type->event_type); in BuildAndCheckEventSelection()
75 selection->event_attr.exclude_user = event_type->exclude_user; in BuildAndCheckEventSelection()
76 selection->event_attr.exclude_kernel = event_type->exclude_kernel; in BuildAndCheckEventSelection()
77 selection->event_attr.exclude_hv = event_type->exclude_hv; in BuildAndCheckEventSelection()
78 selection->event_attr.exclude_host = event_type->exclude_host; in BuildAndCheckEventSelection()
79 selection->event_attr.exclude_guest = event_type->exclude_guest; in BuildAndCheckEventSelection()
80 selection->event_attr.precise_ip = event_type->precise_ip; in BuildAndCheckEventSelection()
81 if (!IsEventAttrSupported(selection->event_attr)) { in BuildAndCheckEventSelection()
[all …]
Devent_selection_set.h139 EventSelection* selection);
/system/tpm/trunks/generator/
Draw_commands_fixed.txt1617 a parameter that should be an asymmetric algorithm selection does not have a
1622 a parameter that should be a command tag selection has a value that is not
1632 a parameter that should be a hash algorithm selection does not have a value that
1642 a parameter that should be a key derivation scheme (KDF) selection does not
1651 a parameter that should be a symmetric encryption mode selection does not have
1660 a parameter that should be signing or encryption scheme selection does not have
1669 a parameter that should be a symmetric algorithm selection does not have a
4879 incorrect hash selection for signing key
4887 KDF selection not allowed
5311 incorrect hash selection for signing key
[all …]
Draw_structures_fixed.txt1901 A different selection could be used to limit the values in a specific instance. To get the differen…
1903 union. The base type of the selection is NUMBER_SELECT so a NUMBER_SELECT will be unmarshaled
10826 selection
11598 This list is used to indicate the PCR that are included in a selection when more than one PCR value…
11619 number of selection structures
11711 a tagged PCR selection
13282 Each scheme includes a symmetric algorithm and a KDF selection.
13648 The list of values that are allowed in a decryption scheme selection as used in TPM2_RSA_Encrypt() …
Draw_structures.txt1901 A different selection could be used to limit the values in a specific instance. To get the differen…
1903 union. The base type of the selection is NUMBER_SELECT so a NUMBER_SELECT will be unmarshaled
10798 selection
11566 This list is used to indicate the PCR that are included in a selection when more than one PCR value…
11587 number of selection structures
11675 TPMS_TAGGED_PCR_SELECT a tagged PCR selection
13265 Each scheme includes a symmetric algorithm and a KDF selection.
13633 The list of values that are allowed in a decryption scheme selection as used in TPM2_RSA_Encrypt() …