SystemProviderId
唯一地标识系统提供程序。
元素层次结构
-
<
WindowsPerformanceRecorder>
-
<
Profiles>
-
<
Profile>
-
<
Collectors>
- < SystemProviderId>
-
<
Collectors>
-
<
Profile>
-
<
Profiles>
语法
<SystemProviderId Value = IdType>
<!-- Child elements -->
Keywords,
Stacks,
PoolTags
</SystemProviderId>
特性和元素
特性
属性 | 说明 | 数据类型 | 必须 | 默认 |
---|---|---|---|---|
值 | 唯一地标识系统提供程序。 | 字符串,必须至少包含一个字符,且不能包含冒号 (:) 或空格。 | 是 |
子元素
元素 | 说明 | 要求 |
---|---|---|
Keywords (in SystemProvider) | 表示系统提供程序关键字的集合。 | 必需(正好为 1)。 |
Stacks | 表示堆栈集合。 | 必需(正好为 1)。 |
PoolTags | 表示池标记的集合。 | 必需(正好为 1)。 |
父元素
元素 | 说明 |
---|---|
Collectors | 表示系统收集器标识符、事件收集器标识符和(可选)堆事件收集器标识符的集合。 |
注解
有关创作系统提供程序定义的详细信息,请参阅 2. 系统和事件提供程序定义和 3. 配置文件定义。
示例
以下代码示例演示包含此元素的配置文件定义的部分。
<Profile
Id="Example.Light.File"
Name="Example"
DetailLevel="Light"
LoggingMode="File"
Description="Example profile">
<ProblemCategories>
<ProblemCategory
Value="First Level Triage"/>
</ProblemCategories>
<Collectors>
<SystemCollectorId
Value="WPRSystemCollector">
<SystemProviderId
Value="system-provider"/>
</SystemCollectorId>
…
</Collectors>
</Profile>