Add support for discarded events on packet close
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 26 May 2015 00:15:15 +0000 (20:15 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 26 May 2015 00:18:25 +0000 (20:18 -0400)
commit409386a4c875a1db98aca7aa07ad7a0b36dc60b9
treedf60735cc370652bd4e80ccb78e7416c4878a898
parentc954615b573a15de95b049c5cb1d7369f9e70c7f
Add support for discarded events on packet close

If a stream's packet context has the "events_discarded" field,
its barectf_close_packet() function will accept an additional
parameter which indicates the number of discarded events
*so far for this stream* (free-running counter, i.e. not per packet).
barectf/cli.py
doc/examples/simple/ctf/metadata
doc/examples/simple/simple.c
This page took 0.0228 seconds and 4 git commands to generate.