You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/contrib/plugins
Pierrick Bouvier a073d1149e contrib/plugins/uftrace_symbols.py
usage:  contrib/plugins/uftrace_symbols.py \
        --prefix-symbols \
        arm-trusted-firmware/build/qemu/debug/bl1/bl1.elf \
        arm-trusted-firmware/build/qemu/debug/bl2/bl2.elf \
        arm-trusted-firmware/build/qemu/debug/bl31/bl31.elf \
        u-boot/u-boot:0x60000000 \
        u-boot/u-boot.relocated:0x000000023f6b6000 \
        linux/vmlinux

Will generate symbols and memory mapping files for uftrace, allowing to
have an enhanced trace, instead of raw addresses.

It takes a collection of elf files, and automatically find all their
symbols, and generate an ordered memory map based on that.

This script uses the python (native) pyelftools module.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Message-ID: <20250902075042.223990-9-pierrick.bouvier@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-ID: <20250922093711.2768983-25-alex.bennee@linaro.org>
7 days ago
..
bbv.c contrib/plugins/bbv.c: Start bb index from 1 9 months ago
cache.c contrib/plugins: Fix type conflict of GLib function pointers 5 months ago
cflow.c contrib/plugins: Fix type conflict of GLib function pointers 5 months ago
drcov.c contrib/plugins/drcov: Fix string format 2 years ago
execlog.c contrib/plugins/execlog: Explicitly check for qemu_plugin_read_register() failure 7 days ago
hotblocks.c contrib/plugins: Fix type conflict of GLib function pointers 5 months ago
hotpages.c contrib/plugins: Fix type conflict of GLib function pointers 5 months ago
howvec.c contrib/plugins: Fix type conflict of GLib function pointers 5 months ago
hwprofile.c contrib/plugins: Fix type conflict of GLib function pointers 5 months ago
ips.c contrib/plugins: allow setting of instructions per quantum 4 months ago
lockstep.c contrib/plugins: add compat for g_memdup2 1 year ago
meson.build contrib/plugins/uftrace: skeleton file 7 days ago
stoptrigger.c contrib/plugins/stoptrigger: fix 32-bit build 9 months ago
uftrace.c contrib/plugins/uftrace: implement x64 support 7 days ago
uftrace_symbols.py contrib/plugins/uftrace_symbols.py 7 days ago
win32_linker.c plugins: make test/example plugins work on windows 2 years ago