Fix: libcounter: __lttng_counter_add global sum step alloc vs sync mixup
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 2 Sep 2022 20:13:46 +0000 (16:13 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 15 Jul 2024 20:58:48 +0000 (16:58 -0400)
commitbc826918cd6df347776ae44f9ac8a67995e50434
treea71b1e3b8267f9815fad12815581161d5094f1cd
parent49b50b8dca12448bdf678bdf140b96982c2b6ba3
Fix: libcounter: __lttng_counter_add global sum step alloc vs sync mixup

The global sum step needs to be handled on per-cpu allocated counters,
not per-cpu sync.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I9b6ef221fb099c9fc602dfdb9a93d70ae2192500
include/counter/counter-api.h
This page took 0.025366 seconds and 4 git commands to generate.