File: demo_preload

package info (click to toggle)
ltt-control 2.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,860 kB
  • sloc: cpp: 192,012; sh: 28,777; ansic: 10,960; python: 7,108; makefile: 3,520; java: 109; xml: 46
file content (5 lines) | stat: -rwxr-xr-x 218 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0-only

CURDIR=$(dirname $0)
LD_PRELOAD=${CURDIR}/.libs/liblttng-ust-provider-ust-tests-demo.so:${CURDIR}/.libs/liblttng-ust-provider-ust-tests-demo3.so ${CURDIR}/./demo ${*}