fix: -Wsingle-bit-bitfield-constant-conversion with clang16
[lttng-ust.git] / doc / examples / cmake-multiple-shared-libraries / trace.sh
1 #!/bin/bash
2 #
3 # SPDX-License-Identifier: MIT
4
5 lttng create
6 lttng enable-event -u 'gydle_om:*'
7 lttng start
8 ./tester
9 lttng stop
10 lttng view > trace.txt
11 cat trace.txt
This page took 0.030032 seconds and 4 git commands to generate.