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:10:53 +0000 (18:10 -0400)
commitb1234e713e67ffc02e7f7011e32d989afc7100de
treebb426db028528e84c9d93c1da33da709f5591d24
parent8f8ec2f2e2e0354cc32020f3229ec7ebd54f7f58
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.027626 seconds and 5 git commands to generate.