GC ETW Documentation does not document GCAllocationTick_V4
- Dominant language
- No language data
- Stars
- 4.8k
- Forks
- 6.1k
- Avg merge
- 15h 21m
- Merged PRs (30d)
- 370
Description
### Type of issue
Typo
### Description
It seems under dotnet 8 or dotnet 9, GC ETW events no longer produce GCAllocationTick_V3 events, and instead produce GCAllocationTick_V4 events. However, there is no documentation for V4.
According to the ETW data, the PayloadNames are the following:
* AllocationAmount
* ClrInstanceID
* AllocationKind
* AllocationAmount64
* TypeID
* TypeName
* HeapIndex
* Address
* ObjectSize
### Page URL
https://learn.microsoft.com/en-us/dotnet/framework/performance/garbage-collection-etw-events
### Content source URL
https://github.com/dotnet/docs/blob/main/docs/framework/performance/garbage-collection-etw-events.md
### Document Version Independent Id
eb24522a-de26-44e6-75fc-4a332fe45501
### Article author
@BillWagner
### Metadata
* ID: e864e1e3-c8ed-a993-8e72-372e30f6610c
* Service: **dotnet-framework**
[Related Issues](https://github.com/dotnet/docs/issues?q=is%3Aissue+is%3Aopen+eb24522a-de26-44e6-75fc-4a332fe45501)
Contributor guide
Assessment
This issue has not been assessed yet.