Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a collection of keywords. If the Operation attribute is specified, the Keyword elements can be set or added to the collection.
Element Hierarchy
- <WindowsPerformanceRecorder>
- <Profiles>
- <SystemProvider>
- <Keywords (in SystemProvider)>
- <Profile>
- <Collectors>
- <SystemCollectorId>
- <SystemProviderId>
- <Keywords (in SystemProvider)>
- <SystemProvider>
- <Keywords (in SystemProvider)>
- <SystemProviderId>
- <SystemCollectorId>
- <Collectors>
- <SystemProvider>
- <Profiles>
Syntax
<Keywords Operation = OperationEnumeration = "Set" | "Add" | “Remove” >
<!-- Child elements -->
Keyword,
CustomKeyword
</Keywords>
Attributes and Elements
Attributes
Attribute | Description | Data type | Required | Default |
---|---|---|---|---|
Operation | Indicates whether keywords should be set or added. | This attribute can have one of the following values:
|
No | Set |
Child Elements
Element | Description | Requirement |
---|---|---|
Keyword (in SystemProvider) | Describes the kernel flags that can be enabled for the kernel-mode session. | Required, 1 or more. |
CustomKeyword | Describes a custom keyword. | Optional, zero or more. |
Parent Elements
Element | Description |
---|---|
SystemProvider | Represents a system provider. |
SystemProviderId | Represents a system provider identifier. |