Skip to content

Commit

Permalink
fix tracer ze (#297)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Applencourt <[email protected]>
  • Loading branch information
TApplencourt and Thomas Applencourt authored Oct 11, 2024
1 parent a8dfacd commit c5436f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ze/tracer_ze.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ then
else
export LD_LIBRARY_PATH=$pkglibdir/ze:$LD_LIBRARY_PATH
fi
export LD_PRELOAD=$libdir/libTracerZE.so:$LD_PRELOAD
export LD_PRELOAD=$libdir/libze_loader.so:$LD_PRELOAD
export LTTNG_UST_ALLOW_BLOCKING=1
export LTTNG_UST_ZE_VERBOSE=1
lttng start
Expand Down

0 comments on commit c5436f2

Please sign in to comment.