summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/zlib.c
diff options
context:
space:
mode:
authorMasami Hiramatsu <masami.hiramatsu.pt@hitachi.com>2015-05-27 17:37:18 +0900
committerArnaldo Carvalho de Melo <acme@redhat.com>2015-05-27 12:21:45 -0300
commit419e87382873b11b17cb31e2f21859570a32e0d1 (patch)
treeb9dd3061fb8f3633d295f5cef9978c40bc478a9b /tools/perf/util/zlib.c
parent9b5d1c29556989aa9dc1240566e78806ddefd160 (diff)
downloadop-kernel-dev-419e87382873b11b17cb31e2f21859570a32e0d1.zip
op-kernel-dev-419e87382873b11b17cb31e2f21859570a32e0d1.tar.gz
perf probe: Show the error reason comes from invalid DSO
Show the reason of error when dso__load* fails. This shows when user gives wrong kernel image or wrong path. Without this, perf probe shows an obscure message: ---- $ perf probe -k ~/kbin/linux-3.x86_64/vmlinux -L vfs_read Failed to find path of kernel module. Error: Failed to show lines. ---- With this, perf shows appropriate error message: ---- $ perf probe -k ~/kbin/linux-3.x86_64/vmlinux -L vfs_read Failed to find the path for kernel: Mismatching build id Error: Failed to show lines. ---- And: ---- $ perf probe -k /non-exist/kernel/vmlinux -L vfs_read Failed to find the path for kernel: No such file or directory Error: Failed to show lines. ---- Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Richard Weinberger <richard@nod.at> Link: http://lkml.kernel.org/r/20150527083718.23880.84100.stgit@localhost.localdomain Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/zlib.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud