-
Notifications
You must be signed in to change notification settings - Fork 712
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for last branch recording (#1754)
* Add support for last branch recording Add /LbrSources and /LbrFilters command line options. When the former is specified last branch recording is enabled from the specified sources (comma-separated string of numeric source IDs or "PmcInterrupt"). /LbrFilters can optionally be specified to filter which branches are recorded (comma-separated list of filters using same names as xperf). No special parsing of these events yet, but this at least allows us to record them. * Fix filter flag * Fix a potential NullReferenceException in TraceEvent: * Add parser support * Add some docs, minor changes * Add Windows 10 OS check
- Loading branch information
1 parent
75d67fc
commit 2c67a31
Showing
5 changed files
with
487 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.