simpletrace: fix process() argument count
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Thu, 25 Aug 2011 17:03:49 +0000 (18:03 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Thu, 1 Sep 2011 09:34:54 +0000 (10:34 +0100)
commit59c70c9ddb98378741c76c8b8359520d3510e8e2
treed1809770bf4eccaaab19f9d6b02d1f2fdcffef72
parent0db706b976af95e78bb9d90c7016f0b48ebfc084
simpletrace: fix process() argument count

The simpletrace.process() function invokes analyzer methods with the
wrong number of arguments if a timestamp should be included.  This patch
fixes the issue so that trace analysis scripts can make use of
timestamps.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
scripts/simpletrace.py