Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1277579
| From | Ekaterina Tumanova <tumanova@linux.vnet.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] perf: add the path to vmlinux.debug |
| Date | 2015-11-25 17:40 +0100 |
| Message-ID | <qyLgS-jU-23@gated-at.bofh.it> (permalink) |
| References | <qyLgR-jU-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Currently when debuginfo is separated to vmlinux.debug, it's contents
get ignored. Let's change that and add it to the vmlinux_path list.
Signed-off-by: Ekaterina Tumanova <tumanova@linux.vnet.ibm.com>
Acked-by: Alexander Yarygin <yarygin@linux.vnet.ibm.com>
---
tools/perf/util/symbol.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c
index 9335088..8772ff6 100644
--- a/tools/perf/util/symbol.c
+++ b/tools/perf/util/symbol.c
@@ -1869,7 +1869,8 @@ static const char * const vmlinux_paths_upd[] = {
"/boot/vmlinux-%s",
"/usr/lib/debug/boot/vmlinux-%s",
"/lib/modules/%s/build/vmlinux",
- "/usr/lib/debug/lib/modules/%s/vmlinux"
+ "/usr/lib/debug/lib/modules/%s/vmlinux",
+ "/usr/lib/debug/boot/vmlinux-%s.debug"
};
static int vmlinux_path__update(const char *new_entry)
--
2.3.9
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/2] Enhance the init of vmlinux_path and add new path Ekaterina Tumanova <tumanova@linux.vnet.ibm.com> - 2015-11-25 17:40 +0100
[PATCH 2/2] perf: add the path to vmlinux.debug Ekaterina Tumanova <tumanova@linux.vnet.ibm.com> - 2015-11-25 17:40 +0100
Re: [PATCH 2/2] perf: add the path to vmlinux.debug Jiri Olsa <jolsa@redhat.com> - 2015-11-26 08:40 +0100
[tip:perf/core] perf symbols: Add the path to vmlinux.debug tip-bot for Ekaterina Tumanova <tipbot@zytor.com> - 2015-11-27 08:50 +0100
[PATCH 1/2] perf: Refactor vmlinux_path_init Ekaterina Tumanova <tumanova@linux.vnet.ibm.com> - 2015-11-25 17:50 +0100
Re: [PATCH 1/2] perf: Refactor vmlinux_path_init Jiri Olsa <jolsa@redhat.com> - 2015-11-26 08:40 +0100
Re: [PATCH 1/2] perf: Refactor vmlinux_path_init Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-11-26 20:50 +0100
[tip:perf/core] perf symbols: Refactor vmlinux_path__init() to ease path additions tip-bot for Ekaterina Tumanova <tipbot@zytor.com> - 2015-11-27 08:50 +0100
Re: [PATCH 0/2] Enhance the init of vmlinux_path and add new path Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-11-26 21:00 +0100
csiph-web