Merge lp:~albaguirre/ubuntu-performance-tests/cleanup-lttng-trace into lp:ubuntu-performance-tests

Proposed by Alberto Aguirre
Status: Merged
Approved by: Sergio Cazzolato
Approved revision: 47
Merged at revision: 47
Proposed branch: lp:~albaguirre/ubuntu-performance-tests/cleanup-lttng-trace
Merge into: lp:ubuntu-performance-tests
Diff against target: 13 lines (+2/-1)
1 file modified
utils/scripts/profile_appstartup.sh (+2/-1)
To merge this branch: bzr merge lp:~albaguirre/ubuntu-performance-tests/cleanup-lttng-trace
Reviewer Review Type Date Requested Status
Sergio Cazzolato Pending
Review via email: mp+299169@code.launchpad.net

Commit message

appstartup: cleanup lttng trace

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'utils/scripts/profile_appstartup.sh'
2--- utils/scripts/profile_appstartup.sh 2016-07-01 17:08:50 +0000
3+++ utils/scripts/profile_appstartup.sh 2016-07-05 14:22:44 +0000
4@@ -53,7 +53,8 @@
5
6 export UBUNTU_APP_LAUNCH_LTTNG_ENABLED=1
7 echo ${PASSWORD}|sudo -S lttng create
8-echo ${PASSWORD}|sudo -S bash -c 'lttng enable-event -u -a'
9+echo ${PASSWORD}|sudo -S bash -c 'lttng enable-event -u -a --exclude "lttng_ust_statedump:*"'
10+echo ${PASSWORD}|sudo -S bash -c 'lttng add-context -u -t vpid -t vtid -t procname'
11 echo ${PASSWORD}|sudo -S bash -c 'lttng start'
12
13 for x in $(seq 1 ${COUNT}); do

Subscribers

People subscribed via source and target branches