On Tue, Apr 11, 2017 at 10:56:54AM +0100, Stefan Hajnoczi wrote:
> 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
Stefan Hajnoczi writes:
> 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 Hajno
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
---
scripts/simpletrace.py | 23