Fix: discard event/lost packet counters
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 26 May 2017 16:14:18 +0000 (18:14 +0200)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 12 Jun 2017 22:11:47 +0000 (18:11 -0400)
commit6a01943c9a30b3fd43f8cd92ca80c2d21049f3f6
tree0159406fed594a9696cee59fbecd64adb84283c8
parentbd962bf53a824687d130f15858babd88f425e4db
Fix: discard event/lost packet counters

For per-pid buffers, we need to sum the counters for each application.

For per-uid buffers, if no application has launched yet, it should not
be considered as an error (which stops iteration on all other channels),
but rather as values of 0.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/ust-app.c
This page took 0.024244 seconds and 4 git commands to generate.