2024-06-29 02:00:00 +02:00
2019-06-17 10:36:38 -07:00
2015-08-26 19:56:25 +00:00
2015-08-14 21:35:01 +00:00
2015-05-26 22:57:04 +00:00
2016-11-09 19:00:37 +00:00
2015-08-26 19:56:25 +00:00
2015-08-26 19:56:25 +00:00
2015-08-26 19:56:25 +00:00
2015-08-26 19:56:25 +00:00
2015-08-14 21:35:01 +00:00
2015-05-26 22:57:04 +00:00
2015-08-14 21:35:01 +00:00
2016-11-09 19:00:37 +00:00
2015-08-26 19:56:25 +00:00
2016-11-09 19:00:37 +00:00
2015-08-26 19:56:25 +00:00
2015-08-26 19:56:25 +00:00
2015-08-26 19:56:25 +00:00
2015-08-26 19:56:25 +00:00
2016-06-21 20:32:08 +00:00
2012-04-25 16:31:44 +00:00
2019-06-14 11:40:07 -07:00
2016-06-21 20:32:08 +00:00
2015-08-14 21:35:01 +00:00

ETW Tracing & Manifest file:
----------------------------

As of May 26, 2015, there is no mechanism to have the Win32 build environment
call the $(MC) command with the right parameters against the ETW Manifest file.
So, if you make changes to the ETW manifest file, you'll need to hand-execute
the $(MC) command with the right parameters, and check in the changed files.

Command to execute (in the pecl\wincache directory):
  mc -um -e h -h .\ -r .\ wincache_etw.man

Files generated by 'mc':
  wincache_etw.h
  wincache_etw.rc
  MSG00001.bin
  wincache_etwTEMP.BIN

To register the manifest, open an admin cmd window, and execute the following
command:
  wevtutil im wincache_etw.man

If you've previously registered a manifest, you'll have to unregister the
manifest, and then re-register it.
  wevtutil um wincache_etw.man
  wevtutil im wincache_etw.man

To capture ETW traces, you can create a log profile with logman:

  logman create trace wincache_etw -p "{F7AD0093-D5C3-46B9-BEEA-A9FCEC7E1408}" -o c:\temp\wincache_etw
  logman start wincache_etw
  <...do your repro...>
  logman stop wincache_etw
  tracerpt wincache_etw_000001.etl -import wincache_etw.man

You'll need to copy the wincache_etw.man to the machine where you're executing
wincache, and wherever you're running tracerpt.exe.


  
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:21:44.977Z
Readme BSD-3-Clause 649 KiB
Languages
C 84.2%
PHP 14.4%
Roff 1.4%