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 Nov 1, 2023. It is now read-only.
When executing this command I will get tons of warnings and an error at the end:
[warning] Unknown value 0 in enum.
[warning] Unknown value 0 in enum.
[warning] Unknown value 33 in enum.
[warning] Unknown value 33 in enum.
[warning] Unknown value 33 in enum.
[warning] Unknown value 33 in enum.
[warning] Unknown value 33 in enum.
[warning] Unknown value 33 in enum.
[warning] Unknown value 33 in enum.
[warning] Unknown value 33 in enum.
[warning] Unknown value 33 in enum.
[warning] Unknown value 33 in enum.
[warning] Unknown value 33 in enum.
[warning] Unknown value 33 in enum.
[warning] Unknown value 33 in enum.
[warning] Unknown value 33 in enum.
[warning] Unknown value 1569 in enum.
[warning] Unknown value 1569 in enum.
[warning] Unknown value 33 in enum.
[warning] Unknown value 33 in enum.
[warning] Unknown value 33 in enum.
[warning] Unknown value 33 in enum.
Error: Cannot run analysis: 'pid'
I also tried the same command on the sample trace provided in the manual and it works flawless.
Im really not sure what I am doing wrong here, I also used a clean VM and reinstalled all neccessary packages without success.
The text was updated successfully, but these errors were encountered:
hello, I meet this problem today. After one day test, I finally find that when using Ubuntu, you can not follow the STEP 1, just start form step 2.
Hope this will solve your problem too
In general, Just do not do the following three
X sudo apt-get install -y software-properties-common
X sudo apt-add-repository -y ppa:lttng/ppa
X sudo apt-get update
I tried using LTTng analysis for tracing and started with the given samples from the manual:
I use ubuntu on a VM and installed all necessary packages. I used the given example to collect the trace data as described within the manual:
lttng-analyses-record
After I recorded some events I tried analysing them:
sudo lttng-cputop lttng-analysis-17045-20200818-174021
When executing this command I will get tons of warnings and an error at the end:
I also tried the same command on the sample trace provided in the manual and it works flawless.
Im really not sure what I am doing wrong here, I also used a clean VM and reinstalled all neccessary packages without success.
The text was updated successfully, but these errors were encountered: