qemu-cr16/scripts/tracetool/format
Paolo Bonzini 50873504dc tracetool: fix usage of try_import()
try_import returns a tuple of a boolean and the requested module or attribute.
exists() functions return tracetool.try_import("tracetool.format." + name)[1]
but they should return the boolean value instead.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-ID: <20250929154938.594389-2-pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2025-10-01 11:22:07 -04:00
..
__init__.py tracetool: fix usage of try_import() 2025-10-01 11:22:07 -04:00
c.py tracetool: include SPDX-License-Identifier in generated files 2025-09-16 13:31:40 -04:00
d.py tracetool: include SPDX-License-Identifier in generated files 2025-09-16 13:31:40 -04:00
h.py tracetool: drop the probe "__nocheck__" wrapping 2025-09-16 13:31:40 -04:00
log_stap.py tracetool: include SPDX-License-Identifier in generated files 2025-09-16 13:31:40 -04:00
simpletrace_stap.py tracetool: include SPDX-License-Identifier in generated files 2025-09-16 13:31:40 -04:00
stap.py tracetool: include SPDX-License-Identifier in generated files 2025-09-16 13:31:40 -04:00
ust_events_c.py tracetool: include SPDX-License-Identifier in generated files 2025-09-16 13:31:40 -04:00
ust_events_h.py tracetool: include SPDX-License-Identifier in generated files 2025-09-16 13:31:40 -04:00