On 12/05/2013 04:14 PM, Andi Kleen wrote: > > In my experience there are roughly two groups of trace users: > kernel hackers and users. The kernel hackers want something > convenient and fast, but for anything complicated or performance > critical they can always hack the kernel to include custom > instrumentation. >
Not to mention that in that case we might as well -- since we need a compiler anyway -- generate the machine code in user space; the JIT solution really only is useful if it can provide something that we can't do otherwise, e.g. enable it in secure boot environments. -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/