[PATCH 21/22] xfs: %pF is only for function pointers
Steven Rostedt
rostedt at goodmis.org
Mon Aug 31 15:05:51 CDT 2015
On Mon, 31 Aug 2015 14:58:24 -0500
Scott Wood <scottwood at freescale.com> wrote:
> > We can fix that with adding %ps to the traceevent library.
>
> I wasn't sure if this would be considered a stable ABI issue, as it's not
> about the events themselves, but about the event mechanism.
When it comes to trace events, there's a fine line about the use space
stable ABI. Even Linus has mentioned that tracing and perf counters are
"special", as the two are not about a feature of the kernel, but
instead a way to see how the kernel works internally.
I've fixed up trace-cmd and libtraceevent more than once in the past
due to changes in the kernel. Unless it truly breaks the tool, it
should be fine to fix up tracepoints to handle small changes like this.
-- Steve
More information about the xfs
mailing list