diff options
author | Masami Hiramatsu <[email protected]> | 2014-06-06 07:14:06 +0000 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2014-06-10 10:02:06 -0300 |
commit | 5ee05b8801892ecc5df44e03429008dfa89aa361 (patch) | |
tree | 4eb394e88cba9b0ce07279f0c0ed085b0b3980d2 /tools/perf/scripts/python/netdev-times.py | |
parent | 69e96eaa4fef04ad543eda3eab787dbae99d8912 (diff) |
perf probe: Improve error messages in --line option
Improve error messages of 'perf probe --line' mode.
Currently 'perf probe' shows the "Debuginfo analysis failed" message with
an error code when the given symbol is not found:
-----
# perf probe -L page_cgroup_init_flatmem
Debuginfo analysis failed. (-2)
Error: Failed to show lines.
-----
But -2 (-ENOENT) means that the given source line or function was not
found. With this patch, 'perf probe' shows the correct error message:
-----
# perf probe -L page_cgroup_init_flatmem
Specified source line is not found.
Error: Failed to show lines.
-----
There is also another debug error code is shown in the same function
after get_real_path(). This removes that too.
Signed-off-by: Masami Hiramatsu <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[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/netdev-times.py')
0 files changed, 0 insertions, 0 deletions