CustomKeyword

Applies To: Windows 8, Windows 8.1

Represents a custom keyword for the profile.

Element Hierarchy

<WindowsPerformanceRecorder>
     <Profiles>
          <SystemProvider>
               <Keywords (in SystemProvider)>
                    <CustomKeyword>
          <Profile>
               <Collectors>
                    <SystemCollectorId>
                         <SystemProvider>
                              <Keywords (in SystemProvider)>
                                   <CustomKeyword>

Syntax

<CustomKeyword Value = SystemCustomKeywordAttributeType>
</CustomKeyword>

Attributes and Elements

Attributes

Attribute Description Data type Required Default

Value

The hexadecimal-form string name of the custom event.

String built with the following pattern: 0x[a-fA-F0-9]{1,8}.

Yes

Child Elements

None.

Parent Elements

Element Description

Keywords (in SystemProvider)

Represents a collection of keywords and custom keywords.

Remarks

This element enables creation of a custom keyword for any possible Event Tracing for Windows® (ETW) event.

See Also

Other Resources

Elements