All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Enhance the init of vmlinux_path and add new path
@ 2015-11-25 16:32 Ekaterina Tumanova
  2015-11-25 16:32 ` [PATCH 1/2] perf: Refactor vmlinux_path_init Ekaterina Tumanova
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Ekaterina Tumanova @ 2015-11-25 16:32 UTC (permalink / raw)
  To: linux-kernel
  Cc: borntraeger, yarygin, a.p.zijlstra, mingo, acme, namhyung,
	adrian.hunter, wangnan0, naveen.n.rao, dsahern, jolsa,
	Ekaterina Tumanova

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-11-27  7:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-25 16:32 [PATCH 0/2] Enhance the init of vmlinux_path and add new path Ekaterina Tumanova
2015-11-25 16:32 ` [PATCH 1/2] perf: Refactor vmlinux_path_init Ekaterina Tumanova
2015-11-26  7:34   ` Jiri Olsa
2015-11-26 19:44   ` Arnaldo Carvalho de Melo
2015-11-27  7:46   ` [tip:perf/core] perf symbols: Refactor vmlinux_path__init() to ease path additions tip-bot for Ekaterina Tumanova
2015-11-25 16:32 ` [PATCH 2/2] perf: add the path to vmlinux.debug Ekaterina Tumanova
2015-11-26  7:35   ` Jiri Olsa
2015-11-27  7:46   ` [tip:perf/core] perf symbols: Add " tip-bot for Ekaterina Tumanova
2015-11-26 19:52 ` [PATCH 0/2] Enhance the init of vmlinux_path and add new path Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.