commit | 6df40080b00ecd004466714c25cb762056036c56 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Mon Oct 18 13:42:54 2010 +0100 |
committer | Blue Swirl <blauwirbel@gmail.com> | Wed Oct 20 16:27:51 2010 +0000 |
tree | 787384f63dd700c659b14e84b82a6fb4b4b85be5 | |
parent | 38cc9b607f85017b095793cab6c129bc9844f441 [diff] |
trace: Relax trace-events parsing regex in simpletrace.py The regular expression to parse trace event definitions assumed the format string would be a simple double-quoted string. However, we now use PRI?64 for portability which splits string literals. The regular expression can disregard the format string entirely since simpletrace.py never needs to use it. Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>