aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/api/fs/tracing_path.c
diff options
context:
space:
mode:
authorMasami Hiramatsu <[email protected]>2015-09-30 16:41:37 +0000
committerArnaldo Carvalho de Melo <[email protected]>2015-09-30 21:34:37 +0000
commit6cca13bdf5a5d561a855259689874e0c7266eec3 (patch)
tree2e038c865fd5197ff47ab1f1648058014b359046 /tools/lib/api/fs/tracing_path.c
parentperf probe: Fix a segfault bug in debuginfo_cache (diff)
downloadkernel-6cca13bdf5a5d561a855259689874e0c7266eec3.tar.gz
kernel-6cca13bdf5a5d561a855259689874e0c7266eec3.zip
perf probe: Improve error message when %return is on inlined function
perf probe shows more precisely message when it finds given %return target function is inlined. Without this fix: ---- # ./perf probe -V getname_flags%return Return probe must be on the head of a real function. Debuginfo analysis failed. Error: Failed to show vars. ---- With this fix: ---- # ./perf probe -V getname_flags%return Failed to find "getname_flags%return", because getname_flags is an inlined function and has no return point. Debuginfo analysis failed. Error: Failed to show vars. ---- Suggested-by: Arnaldo Carvalho de Melo <[email protected]> Signed-off-by: Masami Hiramatsu <[email protected]> Tested-by: Arnaldo Carvalho de Melo <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Wang Nan <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/lib/api/fs/tracing_path.c')
0 files changed, 0 insertions, 0 deletions