Message ID | 1411638014-7219-1-git-send-email-alex.bennee@linaro.org |
---|---|
State | New |
Headers | show |
On Thu, Sep 25, 2014 at 10:40:14AM +0100, Alex Bennée wrote: > This only affects lttng user space tracing at the moment. > > Signed-off-by: Alex Bennée <alex.bennee@linaro.org> > --- > scripts/tracetool/__init__.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied to my tracing tree: https://github.com/stefanha/qemu/commits/tracing Stefan
diff --git a/scripts/tracetool/__init__.py b/scripts/tracetool/__init__.py index 36c789d..5aa2eed 100644 --- a/scripts/tracetool/__init__.py +++ b/scripts/tracetool/__init__.py @@ -146,7 +146,7 @@ class Event(object): "\s*" "(?:(?:(?P<fmt_trans>\".+),)?\s*(?P<fmt>\".+))?" "\s*") - _FMT = re.compile("(%\w+|%.*PRI\S+)") + _FMT = re.compile("(%[\d\.]*\w+|%.*PRI\S+)") _VALID_PROPS = set(["disable", "tcg", "tcg-trans", "tcg-exec"])
This only affects lttng user space tracing at the moment. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> --- scripts/tracetool/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)