]> Git Repo - qemu.git/commit - scripts/simpletrace.py
simpletrace: document Analyzer method signatures
authorStefan Hajnoczi <[email protected]>
Tue, 11 Apr 2017 09:56:54 +0000 (10:56 +0100)
committerStefan Hajnoczi <[email protected]>
Fri, 21 Apr 2017 09:45:35 +0000 (10:45 +0100)
commit659370f71f2c3d4105b04178abd751242e1c1b68
treef7227dbed57f65b1a769280ad680fe149e3e3842
parent3d1baccb08562e2893085f102c863507917c0453
simpletrace: document Analyzer method signatures

Users can inherit from the simpletrace.Analyzer class and receive
callbacks when events of interest occur in a trace file.  The method
signature is a little magic because the timestamp and pid arguments are
optional.  Document this.

Signed-off-by: Stefan Hajnoczi <[email protected]>
Reviewed-by: Alex BennĂ©e <[email protected]>
Message-id: 20170411095654[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
scripts/simpletrace.py
This page took 0.02562 seconds and 4 git commands to generate.