Ferdia McKeogh
Ferdia McKeogh

Reputation: 441

How can I get a FlameGraph for a custom unikernel running in a same-arch QEMU VM?

I would like to profile a unikernel I am developing. This is an x86_64 unikernel, written in Rust, which runs on an x86_64 host using QEMU to manage the KVM VM. I have enabled frame pointers.

I don't care what tool is used, anything resembling a FlameGraph would work.

I have tried:

I have not yet tried using GDB's backtrace support to manually generate profiling data, but I wanted to check I hadn't missed something obvious before working on that.

Upvotes: 0

Views: 11

Answers (0)

Related Questions