diff options
author | Steven Rostedt <[email protected]> | 2012-01-09 15:58:09 -0500 |
---|---|---|
committer | Namhyung Kim <[email protected]> | 2012-07-04 13:40:30 +0900 |
commit | aaf05c725bed1c7a8c940d9215662c78bea05dfd (patch) | |
tree | 54da02fec56da35c1ce9e27ad206b1c81a1ea4d0 /tools/perf/scripts/python/sched-migration.py | |
parent | 0866a97eb7562409ba792f5e904841dd8e23c8b5 (diff) |
tools lib traceevent: Fix %pM print format arg handling
When %pM is used, the arg value must be a 6 byte character that will
be printed as a 6 byte MAC address. But the code does a break over the
main code which updates the current processing arg to point to the
next arg. If there are other print arguments after a %pM, they will be
off by one. The next arg will still be processing the %pM arg.
Reported-by: Johannes Berg <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Namhyung Kim <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions