trace.h: Move back nr_callbacks to event description
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 21 Sep 2023 10:54:18 +0000 (11:54 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 21 Sep 2023 10:54:18 +0000 (11:54 +0100)
commitf8188f94f6e17919ca75063e4d43faca0fd03af8
tree79d721c31ec823d444895c3ea512e6c6015a1732
parent3bc9ba43df73da0ae72fc94370afa357e7879442
trace.h: Move back nr_callbacks to event description

nr_callbacks is not used on the fast path, therefore move it back to the
event description to optimize cache density of the event state enabled
flags.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/side/trace.h
src/side.c
This page took 0.023301 seconds and 4 git commands to generate.