#!/bin/sh
#
# SPDX-License-Identifier: LGPL-2.1-only

LD_VERBOSE=1 LD_PRELOAD=.libs/liblttng-ust-cyg-profile-fast.so ${*}
