-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
Milestone
Description
The problem is that GC events from EventSource in Native AOT contain type IDs, not type names. The correlation between the type IDs (MethodTable pointers?) and the type names isn't possible to determine for a user.
We should have some way to produce a trace with names rather than IDs.
Some options:
- Tooling somehow connects the two and displays the trace with names (maybe using the PDBs).
- Native AOT somehow extracts the names during event creation and produces events with names instead of IDs.
- Native AOT extracts the names during some post-event creation, but still produces a trace with names instead of IDs.
HighPerfDotNet, filipnavara and TickThunder
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status