doc: implement REUSE with SPDX identifiers
[lttng-ust.git] / doc / examples / cmake-multiple-shared-libraries / trace.sh
1 #!/bin/bash
2
3 # SPDX-FileCopyrightText: 2023 EfficiOS, Inc
4 #
5 # SPDX-License-Identifier: MIT
6
7 lttng create
8 lttng enable-event -u 'gydle_om:*'
9 lttng start
10 ./tester
11 lttng stop
12 lttng view > trace.txt
13 cat trace.txt
This page took 0.036774 seconds and 4 git commands to generate.