Use event state as argument to call fast path
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 21 Sep 2023 11:49:27 +0000 (12:49 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 21 Sep 2023 11:49:27 +0000 (12:49 +0100)
commit0d747f9829ee2f9cb93b0675d9dc6139c9cffda2
tree7bd60d1bbe9c68eeeb8f0c02a4cb88ce6473b491
parentf8188f94f6e17919ca75063e4d43faca0fd03af8
Use event state as argument to call fast path

Eliminate the need to load the event description cache lines (to load a
pointer to the event state) on the fast path by passing a pointer to the
event state as argument to the call.

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