Doc: add CMake example
[lttng-ust.git] / doc / examples / cmake-multiple-shared-libraries / trace.sh
diff --git a/doc/examples/cmake-multiple-shared-libraries/trace.sh b/doc/examples/cmake-multiple-shared-libraries/trace.sh
new file mode 100755 (executable)
index 0000000..8264ee6
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+lttng create
+lttng enable-event -u 'gydle_om:*'
+lttng start
+./tester
+lttng stop
+lttng view > trace.txt
+cat trace.txt
This page took 0.023681 seconds and 4 git commands to generate.