Note that even that is an implementational detail that can be changed: even with a
sampling model the sampling bits are in a flag word, so common combinations can be
checked for quickly and open-coded into flat fall-through code - if the sample
decoding ever shows up as overhead. (It doesnt even need any ABI changes.)
So it's a non-issue.
Even that can be tweaked via allowing more compressed records. I doubt it will help
as much, but it's still an incremental change that can be validated carefully.
Fact is that we have an ABI, happy users, happy tools and happy developers, so going
incrementally is important and allows us to validate and measure every step while
still having a full tool-space in place - and it will help everyone, in addition to
the ftrace/lttng usecases.
We'll need to embark on this incremental path instead of a rewrite-the-world thing.
As a maintainer my task is to say 'no' to rewrite-the-world approaches - and we can
and will do better here.
Thanks,
Ingo
--