Using ftrace to trace function calls from qemu-guest-agent
Posted on Wed 21 August 2019 in hints-and-kinks • Tagged with libvirt, Linux, ftrace, Qemu • 4 min read
When you are using functionality that is buried deep in the Linux
kernel, ftrace
can be
extremely useful. Here are some suggestions on how to use it, using
the example of tracing function calls from qemu-guest-agent
.
Continue reading