Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以跟踪 KVM 生成的所有系统调用/中断以与硬件交互。我知道有像strace这样的工具可以跟踪任何 C 程序生成的所有系统调用,但是如果你想获取管理程序的所有系统调用,如何做同样的事情。
用户空间部分(例如 qemu)是一个常规进程,因此 strace 将用于系统调用跟踪。内核空间部分 (KVM) 可以通过 SystemTap 或类似工具进行跟踪。