summaryrefslogtreecommitdiff
path: root/general/tracing/SystemTraceControl
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-03-12 14:02:43 -0700
committerAdonais Romero González <[email protected]>2019-03-12 14:02:43 -0700
commitef7ec4ec9ff7ce3c53d60e1c8906915966e17e01 (patch)
tree3017523a73c6552c27947d402afa6062f4df2706 /general/tracing/SystemTraceControl
parent35bff356ac249057f4d673d39c7f28ed348cbf0f (diff)
Update README.md for samples portal (#358)
* Update README.md for samples portal * Update README.md for samples portal * Removed installwdf * Update fork (#2) * Fix typo ture -> true * Remove InstallWdf sample * Fix typo (#340) ture -> true * Readme typo fix (#349) * Update langid
Diffstat (limited to 'general/tracing/SystemTraceControl')
-rw-r--r--general/tracing/SystemTraceControl/README.md15
-rw-r--r--general/tracing/SystemTraceControl/general-tracing-systemtracecontrol.yml12
2 files changed, 11 insertions, 16 deletions
diff --git a/general/tracing/SystemTraceControl/README.md b/general/tracing/SystemTraceControl/README.md
index b45ae788..d6bb9f2f 100644
--- a/general/tracing/SystemTraceControl/README.md
+++ b/general/tracing/SystemTraceControl/README.md
@@ -1,3 +1,13 @@
+---
+topic: sample
+name: System Trace Control
+description: Demonstrates how to use event tracing control APIs to collect events from the system trace provider.
+languages:
+ - cpp
+products:
+ - windows
+---
+
<!---
name: System Trace Control
platform: Application
@@ -7,9 +17,7 @@
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617725
--->
-
-SystemTraceProvider
-===================
+# SystemTraceProvider
This sample application demonstrates how to use event tracing control APIs to collect events from the system trace provider.
@@ -18,4 +26,3 @@ The sample code provided shows how to start an [Event Tracing](http://msdn.micro
You can process the Systemtrace.etl file using Tracerpt.exe, a command-line trace tool included in Windows that formats trace events. It also analyzes the events and generates summary reports. For more information about how to use this tool, see [Tracerpt](http://go.microsoft.com/fwlink/p/?linkid=179389) topic on the TechNet website.
You can also process the file using the [Windows Performance Toolkit](http://go.microsoft.com/fwlink/p/?linkid=250774) (WPT), which is available in the SDK.
-
diff --git a/general/tracing/SystemTraceControl/general-tracing-systemtracecontrol.yml b/general/tracing/SystemTraceControl/general-tracing-systemtracecontrol.yml
deleted file mode 100644
index 1d54d1da..00000000
--- a/general/tracing/SystemTraceControl/general-tracing-systemtracecontrol.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-### YamlMime:Sample
-sample:
-- name: System Trace Control
- description: Demonstrates how to use event tracing control APIs to collect events from the system trace provider.
- generateZip: true
- preserveParentHierarchy: true
- author: windows-driver-samples
- languages:
- - cpp
- technologies:
- - windows
- vssolution: /general/tracing/SystemTraceControl/SystemTraceControl.sln