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