Fix: circular dependency between lttng-events and lib counter
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 21 Feb 2022 21:18:04 +0000 (16:18 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 15 Jul 2024 20:58:48 +0000 (16:58 -0400)
commitdc1f2f731fa249ece00555568c1c881ee2aec0dd
treeeb081c06288a763ae4814c9fa458f84d445990ab
parent6ef1e2f5e5bfe671b761ac128bcfb5a03b3b3f90
Fix: circular dependency between lttng-events and lib counter

lib counter depends on lttng-events (tracer), not the opposite. Use the
lttng-counter clients callbacks to remove the circular dependency.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I04cdbfb39deb76884092459cab62227b9f39d85d
include/lttng/events-internal.h
src/lttng-counter-client-percpu-32-modular.c
src/lttng-counter-client-percpu-64-modular.c
src/lttng-events.c
This page took 0.026566 seconds and 4 git commands to generate.