qtrace

Crates.ioqtrace
lib.rsqtrace
version0.1.0
sourcesrc
created_at2024-03-30 02:03:41.771255
updated_at2024-03-30 02:03:41.771255
descriptionQEMU user space tracing
homepage
repositoryhttps://github.com/azaouit/qtrace
max_upload_size
id1190723
size10,048
(azzaouit)

documentation

README

Build QEMU with simple tracing support

wget https://download.qemu.org/qemu-8.2.2.tar.xz tar -xvf qemu-8.2.2.tar.xz && cd qemu-8.2.2 ./configure --enable-trace-backends=simple --prefix=/usr/local make -j$(nproc) && make install

Commit count: 0

cargo fmt