Stacks

Applies To: Windows 8, Windows 8.1

Represents a collection of stacks. If the Operation attribute is specified, the Stack elements can be set or added to the collection.

Element Hierarchy

<WindowsPerformanceRecorder>
     <Profiles>
          <SystemProvider>
               <Stacks>

          <Profile>
               <Collectors>
                    <SystemCollectorId>
                         <SystemProviderId>
                                <Stacks>

                         <SystemProvider>
                                <Stacks>

Syntax

<Stacks Operation = OperationEnumeration>

  <!-- Child elements -->
  Stack

</Stacks>

Attributes and Elements

Attributes

Attribute Description Data type Required Default

Operation

Indicates whether Stack elements should be set or added.

This attribute can have one of the following values:

  • Set

  • Add

  • Remove

No

Set

Child Elements

Element Description Requirement

Stack

Represents a system stack.

Required, 1 or more.

Parent Elements

Element Description

SystemProvider

Represents a system provider.

SystemProviderId

Represents a system provider identifier.

See Also

Other Resources

Elements