In JDK 25, the command-line switch --exact was added to the 'jfr print' command. It might be possible to add this to 'jfr view' as well. It is particularly interesting when used with 'jfr view <event-type>', as it provides a more concise output than 'jfr print'.
Adding the switch to pre-defined views could be more challenging, as it would need to override the view configuration without introducing too much complexity into the code.
Adding the switch to pre-defined views could be more challenging, as it would need to override the view configuration without introducing too much complexity into the code.