qemu-patch-raspberry4/scripts/tracetool/backend
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
dtrace.py tracetool: handle DTrace keywords 'in', 'next', 'self' 2012-04-18 14:03:00 +01:00
simple.py tracetool: Add support for the 'simple' backend 2012-04-18 14:03:00 +01:00
stderr.py tracetool: Add support for the 'stderr' backend 2012-04-18 14:03:00 +01:00
ust.py tracetool: Add support for the 'ust' backend 2012-04-18 14:03:00 +01:00