diff options
author | Ingo Molnar <mingo@kernel.org> | 2015-11-12 07:37:53 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-11-12 07:37:53 +0100 |
commit | 492cf7a0be68676382050daa06335f56db2cdb08 (patch) | |
tree | 5dc68fcd308f62b3081773a941326e78af9418fa /tools/perf/util/annotate.c | |
parent | b71b437eedaed985062492565d9d421d975ae845 (diff) | |
parent | 5602ea09c19e85557f2b4d30be1d6ba349b7a038 (diff) | |
download | linux-492cf7a0be68676382050daa06335f56db2cdb08.tar.gz linux-492cf7a0be68676382050daa06335f56db2cdb08.tar.xz |
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
Pull perf/urgent fixes from Arnaldo Carvalho de Melo:
- Add missing newlines to some pr_err() calls (Arnaldo Carvalho de Melo)
- Print full source file paths when using
'perf annotate --print-line --full-paths' (Michael Petlan)
- Fix 'perf probe -d' when just one out of uprobes and kprobes is
enabled (Wang Nan)
- Add compiler.h to list.h to fix 'make perf-tar-src-pkg' generated
tarballs, i.e. out of tree building (Arnaldo Carvalho de Melo)
- Add the llvm-src-base.c and llvm-src-kbuild.c files, generated by the
'perf test' LLVM entries, when running it in-tree, to .gitignore (Yunlong Song)
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/util/annotate.c')
-rw-r--r-- | tools/perf/util/annotate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/annotate.c b/tools/perf/util/annotate.c index f2974da0185a..1dd1949b0e79 100644 --- a/tools/perf/util/annotate.c +++ b/tools/perf/util/annotate.c @@ -1620,6 +1620,7 @@ int symbol__tty_annotate(struct symbol *sym, struct map *map, len = symbol__size(sym); if (print_lines) { + srcline_full_filename = full_paths; symbol__get_source_line(sym, map, evsel, &source_line, len); print_summary(&source_line, dso->long_name); } |