X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fexamples%2Fcmake-multiple-shared-libraries%2Ftrace.sh;fp=doc%2Fexamples%2Fcmake-multiple-shared-libraries%2Ftrace.sh;h=8264ee65e4482fbb9eb3dba5a2735b07ee4dc495;hb=c2da416ae9292de321f63ace1590304133563dd0;hp=0000000000000000000000000000000000000000;hpb=acb9c126d4251e4f80f2d421f0874c815fce72db;p=lttng-ust.git diff --git a/doc/examples/cmake-multiple-shared-libraries/trace.sh b/doc/examples/cmake-multiple-shared-libraries/trace.sh new file mode 100755 index 00000000..8264ee65 --- /dev/null +++ b/doc/examples/cmake-multiple-shared-libraries/trace.sh @@ -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