Merge lp:~albaguirre/ubuntu-performance-tests/also-trace-ual-under-upstart into lp:ubuntu-performance-tests

Proposed by Alberto Aguirre
Status: Merged
Merged at revision: 48
Proposed branch: lp:~albaguirre/ubuntu-performance-tests/also-trace-ual-under-upstart
Merge into: lp:ubuntu-performance-tests
Diff against target: 11 lines (+1/-0)
1 file modified
utils/scripts/profile_appstartup.sh (+1/-0)
To merge this branch: bzr merge lp:~albaguirre/ubuntu-performance-tests/also-trace-ual-under-upstart
Reviewer Review Type Date Requested Status
Sergio Cazzolato Pending
Review via email: mp+299218@code.launchpad.net

Commit message

Also enable ubuntu app launch lttng event tracing under upstart

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-05 14:21:05 +0000
3+++ utils/scripts/profile_appstartup.sh 2016-07-05 18:45:57 +0000
4@@ -52,6 +52,7 @@
5 done
6
7 export UBUNTU_APP_LAUNCH_LTTNG_ENABLED=1
8+initctl set-env UBUNTU_APP_LAUNCH_LTTNG_ENABLED=1
9 echo ${PASSWORD}|sudo -S lttng create
10 echo ${PASSWORD}|sudo -S bash -c 'lttng enable-event -u -a --exclude "lttng_ust_statedump:*"'
11 echo ${PASSWORD}|sudo -S bash -c 'lttng add-context -u -t vpid -t vtid -t procname'

Subscribers

People subscribed via source and target branches