PoolTags

Applies To: Windows 8, Windows 8.1

Represents a collection of a maximum of four pool tags. If the Operation attribute is specified, the PoolTag elements can be set or added to the collection.

Element Hierarchy

<WindowsPerformanceRecorder>
   <Profiles>
      <SystemProvider>
         <PoolTags>

<WindowsPerformanceRecorder>
   <Profiles>
      <Profile>
         <Collectors>
            <SystemCollectorId>
               <SystemProviderId>
                    <PoolTags>

<WindowsPerformanceRecorder>
   <Profiles>
      <Profile>
         <Collectors>
            <SystemCollectorId>
               <SystemProvider>
                    <PoolTags>

Syntax

<PoolTags Operation = "Set" | "Add" | “Remove” >

  <!-- Child elements -->
  PoolTag

</PoolTags>

Attributes and Elements

Attributes

Attribute Description Data type Required Default

Operation

Indicates whether PoolTag elements should be set or added.

This attribute can have one of the following values:

  • Set

  • Add

  • Remove

No

Set

Child Elements

Element Description

PoolTag

Describes the pool tags to be enabled for analyzing pool pages.

Parent Elements

Element Description

SystemProvider

Represents a system provider.

SystemProviderId

Represents a system provider identifier.

See Also

Other Resources

Elements