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