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