LWN.net Logo

unikernels and unified projects

unikernels and unified projects

Posted Mar 23, 2010 22:22 UTC (Tue) by ejr (subscriber, #51652)
In reply to: unikernels and unified projects by mingo
Parent article: KVM, QEMU, and kernel project management

Oh, and more specifically: Dynamically instrumenting user-space code with performance counters. That's existed since '94 or so and has been deployed on multiple OSes and large-scale systems with higher level tools and other gizmos.


(Log in to post comments)

unikernels and unified projects

Posted Mar 23, 2010 23:02 UTC (Tue) by mingo (subscriber, #31122) [Link]

Most of those tools are PAPI based, and PAPI has been ported to the perf syscall as well - so there should be no problem whatsoever.

So, tools/perf/ is in no way an exclusive user of performance events - if that is your worry/argument. It uses the perf events system call, and that system call has a strict ABI and other tools can make use of it (and are making use of it today).

Thanks, Ingo

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds