diff options
Diffstat (limited to 'tools/perf/builtin-top.c')
-rw-r--r-- | tools/perf/builtin-top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c index 2aea913f7eb7..6613f988a33e 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c | |||
@@ -1031,7 +1031,7 @@ try_again: | |||
1031 | if (fd[i][counter] < 0) { | 1031 | if (fd[i][counter] < 0) { |
1032 | int err = errno; | 1032 | int err = errno; |
1033 | 1033 | ||
1034 | if (err == EPERM) | 1034 | if (err == EPERM || err == EACCES) |
1035 | die("No permission - are you root?\n"); | 1035 | die("No permission - are you root?\n"); |
1036 | /* | 1036 | /* |
1037 | * If it's cycles then fall back to hrtimer | 1037 | * If it's cycles then fall back to hrtimer |