On Fri, May 16, 2025 at 10:21:36AM +0200, Ingo Molnar wrote: > > * Nam Cao <nam...@linutronix.de> wrote: > > > Nam Cao (22): > > x86/tracing: Remove redundant trace_pagefault_key > > x86/tracing: Move page fault trace points to generic > > Does the renaming of the tracepoint class from 'x86_exceptions' to > 'exceptions' have any negative effects on tooling?
No, tracepoint class name doesn't affect userspace. The tracepoints' names seen from userspace are the same after the patches: exceptions:page_fault_kernel exceptions:page_fault_user Best regards, Nam