e520e9a61707cc25f0063dda347a1de41b5ba05c
[lttng-ust.git] / doc / examples / demo / demo-trace
1 #!/bin/sh
2 #
3 # SPDX-License-Identifier: MIT
4
5 DIR=$(dirname "$0")
6 DIR=$(readlink -f "$DIR")
7
8 LD_PRELOAD="$DIR/lttng-ust-provider-ust-tests-demo.so:$DIR/lttng-ust-provider-ust-tests-demo3.so" "$DIR/demo" "${@}"
This page took 0.030958 seconds and 3 git commands to generate.