445d38592c07f93bae0dc981e923083b11eee06c
[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.02841 seconds and 3 git commands to generate.