You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
In a system without lttng
./perfcollect collect sampleTrace -nolttng
errors out with "LTTng not installed. Install LTTng to proceed."This is because in the script
EnsurePrereqsInstalled
comes beforeProcessArguments
has a chance to setuseLTTng=0
workaround:
sed -ie 's/useLTTng=1/useLTTng=0/' perfcollect
The text was updated successfully, but these errors were encountered: