QEMU simple backend tracing dosen't print anything
问题 I'm doing get simple trace file from QEMU. I followed instructions docs/tracing.txt with this command "qemu-system-x86_64 -m 2G -trace events=/tmp/events ../qemu/test.img" i'd like to get just simple trace file. i've got trace-pid file, however, it dosen't have anything in it. Build with the 'simple' trace backend: ./configure --enable-trace-backends=simple make Create a file with the events you want to trace: echo bdrv_aio_readv > /tmp/events echo bdrv_aio_writev >> /tmp/events Run the