Fix: test_benchmark: do not match "CPU(s) scaling MHz:"
[lttng-ust.git] / cmake-multiple-shared-libraries / trace.sh
... / ...
CommitLineData
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.022691 seconds and 4 git commands to generate.