Re: [Bug #11954] sysprof tracer ABI regression in 2.6.28rc1

From: Soeren Sandmann
Date: Tue Nov 18 2008 - 07:18:17 EST


Ingo Molnar <mingo@xxxxxxx> writes:

> * Soeren Sandmann <sandmann@xxxxxxxxxxx> wrote:
>
> > There are no ABI guarantees for the sysprof tracer at this point,
> > given that it is in debugfs [...]
>
> to avoid situations like this, it would be nice to print out the
> format string itself in the trace header, in printf format string
> style. That way if there's a trivial expansion in trace format, it can
> be detected (and even followed) by user-space - without some ugly
> version based API.

It's not clear to me that sysprof userspace could realistically do
runtime detection. It would require (a) using sscanf() to parse the
output and (b) that only the types changed, not the actual content or
ordering. (a) is likely a non-starter performance-wise (the first
version actually did this and it was too slow), and (b) means there
are strict limits to what could be changed anyway.


Soren
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/