ust-fd: Add close_range declaration
[lttng-ust.git] / doc / examples / clock-override / run-clock-override
1 #!/bin/sh
2
3 # SPDX-FileCopyrightText: 2023 EfficiOS, Inc
4 #
5 # SPDX-License-Identifier: MIT
6
7 # launch with: run-clock-override progname args
8
9 DIR=$(dirname "$0")
10 DIR=$(readlink -f "$DIR")
11
12 LTTNG_UST_CLOCK_PLUGIN="$DIR/lttng-ust-clock-override-example.so" "${@}"
This page took 0.031361 seconds and 5 git commands to generate.