Move to kernel style SPDX license identifiers
[lttng-ust.git] / doc / examples / cmake-multiple-shared-libraries / trace.sh
CommitLineData
c2da416a 1#!/bin/bash
c0c0989a
MJ
2#
3# SPDX-License-Identifier: MIT
c2da416a
SB
4
5lttng create
6lttng enable-event -u 'gydle_om:*'
7lttng start
8./tester
9lttng stop
10lttng view > trace.txt
11cat trace.txt
This page took 0.025182 seconds and 4 git commands to generate.