Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1277575
| From | Ekaterina Tumanova <tumanova@linux.vnet.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] Enhance the init of vmlinux_path and add new path |
| Date | 2015-11-25 17:40 +0100 |
| Message-ID | <qyLgR-jU-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
These pathset improves perf processing of the paths to vmlinux files: 1. it refactors the vmlinux_path__init procedure, to allow a simple usage in future: instead of adding several lines for every future vmlinux path, make it possible to simply add a path itself (1 line) to an array. 2. Some distibutions separate debuginfo to vmlinux.debug file. This patchset adds a path to vmlinux.debug, so that perf could use its symbols. Ekaterina Tumanova (2): perf: Refactor vmlinux_path_init perf: add the path to vmlinux.debug tools/perf/util/symbol.c | 65 +++++++++++++++++++++++++----------------------- 1 file changed, 34 insertions(+), 31 deletions(-) -- 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 — 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