trace: Relax trace-events parsing regex in simpletrace.py
commit6df40080b00ecd004466714c25cb762056036c56
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Mon, 18 Oct 2010 12:42:54 +0000 (18 13:42 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 20 Oct 2010 16:27:51 +0000 (20 16:27 +0000)
tree787384f63dd700c659b14e84b82a6fb4b4b85be5
parent38cc9b607f85017b095793cab6c129bc9844f441
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>
simpletrace.py