On Wed, 2010-11-17 at 13:58 +0100, Ingo Molnar wrote:
I claim we can do a VDSO to the quality of the kernel/sched_clock.c
code, which basically means we can do it as good as the kernel can.
Sure, but you're not considering the fact that Jato already needs an
interface to communicate its generated symbols, also writing its own
events really isn't a big deal after that.
I know your reasoning, but deployment isn't everything. Technical sanity
does, I hope, still count for something as well.
Different tools for different people, complex applications like JITs can
use a more complex interface to communicate all their various data.
A simple printk() style interface through a syscall (preferably not
prctl) if fine too, it just doesn't suffice for everything, nor should
we want it to.
--