Fix: check for event class/instance prototype mismatch
[lttng-ust.git] / doc / examples / clock-override / run-clock-override
CommitLineData
f9364363
MD
1#!/bin/sh
2
3# launch with: run-clock-override progname args
4
5DIR=$(dirname $0)
6DIR=$(readlink -f $DIR)
7
8LTTNG_UST_CLOCK_PLUGIN="$DIR/lttng-ust-clock-override-example.so" ${*}
This page took 0.025888 seconds and 4 git commands to generate.