3c7f82be7df2eaa33dfb9848c2bbfc74ed24f868
[lttng-ust.git] / doc / examples / clock-override / run-clock-override
1 #!/bin/sh
2
3 # launch with: run-clock-override progname args
4
5 DIR=$(dirname "$0")
6 DIR=$(readlink -f "$DIR")
7
8 LTTNG_UST_CLOCK_PLUGIN="$DIR/lttng-ust-clock-override-example.so" "${@}"
This page took 0.029711 seconds and 3 git commands to generate.