Hacker News new | ask | show | jobs
Trace visually execution at system level using QEMU, uftrace and perfetto (qemu.org)
5 points by pbou 245 days ago
1 comments

QEMU now has a uftrace plugin, which generates a binary trace compatible with this tool. It allows to trace execution in your firmwares, bootloader and kernel, all at once.

Using perfetto, it's now possible to have a good visual insight on what happens behind the curtain on your machine.