Commit c78f333
authored
Rename Crossgen2 dependency graph ETW event source (#37731)
When crossgen2 is run with `Microsoft-ILCompiler-Perf` provider enabled, events are not named properly in PerfView (`Microsoft-ILCompiler-Perf/EventID(1)` instead of `Compilation/Start`) and an error event indicating multiple EventSource instances with the same GUID are enabled:
```
ERROR: Exception in Command Processing for EventSource Microsoft-ILCompiler-Perf: An instance of EventSource with Guid 607164a4-cacb-5f22-92fb-62a11541e285 already exists.
```
Name the dependency analysis EventSource `Microsoft-ILCompiler-Graph-Perf` to distinguish between the two.1 parent 2444ad0 commit c78f333
File tree
1 file changed
+1
-1
lines changed- src/coreclr/src/tools/crossgen2/ILCompiler.DependencyAnalysisFramework
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments