-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cannot run off-CPU profiling in Ubuntu 22.04 #519
Labels
Comments
Can you check if On my ubuntu VM it reports
in this case you have to build perf yourself |
lievenhey
added a commit
that referenced
this issue
Oct 11, 2023
Some distros **cough** ubuntu **cough** build perf without libtraceevent support. In this case tracepoints obviosly don't work. This patch adds a check for this and shows the user an error message. closes: #519
lievenhey
added a commit
that referenced
this issue
Oct 11, 2023
Some distros **cough** ubuntu **cough** build perf without libtraceevent support. In this case tracepoints obviosly don't work. This patch adds a check for this and shows the user an error message. closes: #519
milianw
pushed a commit
that referenced
this issue
Oct 11, 2023
Some distros **cough** ubuntu **cough** build perf without libtraceevent support. In this case tracepoints obviosly don't work. This patch adds a check for this and shows the user an error message. closes: #519
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Describe the bug
When I run the program and check for off-CPU profiling, an error shows up, it is about invalid event sched:sched_switch
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Can record data with Off-CPU profiling
Version Info (please complete the following information):
The text was updated successfully, but these errors were encountered: