qemu/scripts/tracetool/backend
Daniel P. Berrange 81dee729c1 Avoid all systemtap reserved words
Over time various systemtap reserved words have been blacklisted
in the trace backend generator. The list is not complete though,
so there is continued risk of problems in the future. Preempt
such problems by specifying the full list of systemtap keywords
listed in its parser as identified here:

  http://sourceware.org/ml/systemtap/2012-q4/msg00157.html

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2012-11-16 13:12:13 +01:00
..
__init__.py tracetool: avoid pkgutil.iter_modules() Python 2.7 function 2012-05-01 20:15:28 +01:00
dtrace.py Avoid all systemtap reserved words 2012-11-16 13:12:13 +01:00
simple.py trace/simple: Fix compiler warning for 32 bit hosts 2012-08-14 13:19:54 +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