Keywords (in SystemProvider)

Applies To: Windows 8, Windows 8.1

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)>

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:

  • Set

  • Add

  • Remove

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.

See Also

Other Resources

Elements