Skip to content

[Profiler] Count value of 0xffffffff in GCSuspendEEBegin_V1 event #116667

Closed Answered by mdh1418
Liangjia0411 asked this question in Q&A
Discussion options

You must be logged in to vote

Ah, you're right. I was mistaken that it represented the gen of GC. From

VOLATILE(size_t) gc_index; // starts from 1 for the first GC, like dd_collection_count
and https://github.com/dotnet/runtime/blob/main/src/coreclr/gc/gc.cpp it does look more like representing the number of times GC.

I still think the "jumps" to 0xFFFFFFFF means that the runtime suspension was not due to GC, and that it is this else case before the FireETWGCSuspendEEBegin_V1

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Liangjia0411
Comment options

@mdh1418
Comment options

mdh1418 Jun 17, 2025
Collaborator

Answer selected by Liangjia0411
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants