For new events added to NativeAOT, we are prioritizing enabling these via EventPipe given that its cross-platform (see PR #87785 for an example). Getting events via EventPipe is our primary focus, and tools like PerfView can see these events with enabling the relevant providers (for example, Microsoft-DotNet-Runtime provider). But given that ETWProvider has been supported in .NET7, we should strive to add the new events to be enabled via ETW as well.