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
Just followed instruction Event Tracing, but /* linux:sched-out */ won't show up on my machine.
And with a verbose message, finally found out the reason.
$ cat /proc/sys/kernel/perf_event_paranoid
3
How about info users with the warning message about setting /proc/sys/kernel/perf_event_paranoid being 2 or smaller to enable Event Tracing?
Example:
WARN: cannot trace event: perf_event_paranoid is greater than 2.
WARN: To enable, $ echo 2 > /proc/sys/kernel/perf_event_paranoid
(Working on Ubuntu 18.04.1 4.15.0-29-generic)
The text was updated successfully, but these errors were encountered:
DanielTimLee
changed the title
Event Tracing won't work due to /proc/sys/kernel/perf_event_paranoid. Any notification?
Event Tracing won't work due to perf_event_paranoid. Any notification?
Sep 19, 2018
Oh. It makes sense.
Never thought of it in that way.
Might be better to just keep it unchanged.
I'll close the issue right away.
Namhyung Kim <[email protected]>:
Just followed instruction Event Tracing, but
/* linux:sched-out */
won't show up on my machine.And with a verbose message, finally found out the reason.
How about info users with the warning message about setting
/proc/sys/kernel/perf_event_paranoid
being 2 or smaller to enable Event Tracing?Example:
(Working on Ubuntu 18.04.1
4.15.0-29-generic
)The text was updated successfully, but these errors were encountered: