doc: implement REUSE with SPDX identifiers
[lttng-ust.git] / doc / examples / cmake-multiple-shared-libraries / trace.sh
... / ...
CommitLineData
1#!/bin/bash
2
3# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
4#
5# SPDX-License-Identifier: MIT
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.024188 seconds and 4 git commands to generate.