qemu-patch-raspberry4/scripts/tracetool/format
Stefan Hajnoczi 9943e0ec38 tracetool: avoid pkgutil.iter_modules() Python 2.7 function
The pkgutil.iter_modules() function provides a way to enumerate child
modules.  Unfortunately it's missing in Python <2.7 so we must implement
similar behavior ourselves.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Reviewed-by: Lluís Vilanova <vilanova@ac.upc.edu>
2012-05-01 20:15:28 +01:00
..
__init__.py tracetool: avoid pkgutil.iter_modules() Python 2.7 function 2012-05-01 20:15:28 +01:00
c.py tracetool: Add module for the 'c' format 2012-04-18 14:02:59 +01:00
d.py tracetool: Add support for the 'dtrace' backend 2012-04-18 14:03:00 +01:00
h.py tracetool: Add module for the 'h' format 2012-04-18 14:02:59 +01:00
stap.py tracetool: Add support for the 'dtrace' backend 2012-04-18 14:03:00 +01:00