Cleanup: apply `include-what-you-use` guideline for `size_t`
[lttng-ust.git] / doc / examples / demo / demo-trace
1 #!/bin/sh
2
3 DIR=$(dirname "$0")
4 DIR=$(readlink -f "$DIR")
5
6 LD_PRELOAD="$DIR/lttng-ust-provider-ust-tests-demo.so:$DIR/lttng-ust-provider-ust-tests-demo3.so" "$DIR/demo" "${@}"
This page took 0.029281 seconds and 4 git commands to generate.