diff options
author | Adrian Hunter <[email protected]> | 2015-08-20 13:07:40 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2015-08-21 10:29:23 -0300 |
commit | 133de940435493266acd4100b0dae8ba7eaa7c71 (patch) | |
tree | df66131484d4ff64e1c3eaddc17b225fd5214797 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 05169df5561363ff04ac04d6aad0be3b45c26ac1 (diff) |
perf tools: /proc/kcore requires CAP_SYS_RAWIO message too noisy
The "/proc/kcore requires CAP_SYS_RAWIO" message comes up all the time
for 'perf script' if vmlinux is not found and the user isn't root, even
when the kernel is not being traced and even though the message is only
really relevant for annotation.
Change it to pr_debug and instead put a note in the message displayed if
annotation is not possible.
Also, the file being accessed might not be /proc/kcore. Tools can be
directed to a different location using the --kallsyms option in which
case kcore is expected to be in the same directory. Adjust the message
so it is not misleading in that case.
Signed-off-by: Adrian Hunter <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Li Zhang <[email protected]>
Cc: Sukadev Bhattiprolu <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions