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
only sudo if you aren't already the user running the jvm process
this enables usage inside docker containers that don't contain sudo, when running `docker exec` as the user running the jvm process, eg:`docker exec -it --user daemon`
because perf maps may now be created as the jvm process user, we need to
tell perf script/top/report to not check ownership by using the --force
flag
0 commit comments