8264ee65e4482fbb9eb3dba5a2735b07ee4dc495
[lttng-ust.git] / doc / examples / cmake-multiple-shared-libraries / trace.sh
1 #!/bin/bash
2
3 lttng create
4 lttng enable-event -u 'gydle_om:*'
5 lttng start
6 ./tester
7 lttng stop
8 lttng view > trace.txt
9 cat trace.txt
This page took 0.032318 seconds and 3 git commands to generate.