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:41 +0000 (18:11 -0400)
commit2fc16467d0968f6f1ce34e3f9740324c3338c291
tree40734de27d54cb6d0c4e6cbe9ee33dad76c68675
parentbd2f8c5b912c7e7141e62bca4c5ba87059eb61ff
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.024839 seconds and 4 git commands to generate.