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