]> git.proxmox.com Git - qemu.git/commit
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)
commitd8e8ef4ee05bfee0df84e2665d9196c4a954c095
treed1809770bf4eccaaab19f9d6b02d1f2fdcffef72
parent47f08d7a9ddced79d08aa9ad69fe2ddfadd4f791
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