public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET 00/10] perf tools: Cleanups and bug fixes on sort keys
@ 2012-12-27  9:11 Namhyung Kim
  2012-12-27  9:11 ` [PATCH 01/10] perf sort: Move misplaced sort entry functions Namhyung Kim
                   ` (10 more replies)
  0 siblings, 11 replies; 24+ messages in thread
From: Namhyung Kim @ 2012-12-27  9:11 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: Peter Zijlstra, Paul Mackerras, Ingo Molnar, LKML, David Ahern,
	Jiri Olsa, Stephane Eranian, Namhyung Kim

Hi,

There's a bug report from Stefan Beller that gets segfault on using
some sort keys.  In addition to it, I had some TODO items related to
it, hence this patchset. :)

This is mostly simple few liners and more complex ones might come later.

Stephane, it'd be great if you check I'm not messed up something on
the branch stack side (or other area too).  Although I've tested basic
functionality there might be something that I missed.

You can also get this from following tree:

git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git perf/sort-v1

Thanks,
Namhyung


Cc: Stephane Eranian <eranian@google.com>
Cc: Namhyung Kim <namhyung.kim@lge.com>

Namhyung Kim (10):
  perf sort: Move misplaced sort entry functions
  perf sort: Get rid of unnecessary __maybe_unused
  perf sort: Fix --sort pid output
  perf sort: Align cpu column to right
  perf sort: Calculate parent column width too
  perf sort: Drop ip_[lr] arguments from _sort__sym_cmp()
  perf sort: Check return value of strdup()
  perf sort: Clean up sort__first_dimension setting
  perf sort: Separate out branch stack specific sort keys
  perf report: Update documentation for sort keys

 tools/perf/Documentation/perf-report.txt |  38 ++++-
 tools/perf/builtin-report.c              |   4 +-
 tools/perf/util/hist.c                   |   3 +
 tools/perf/util/sort.c                   | 230 ++++++++++++++++---------------
 tools/perf/util/sort.h                   |   8 +-
 5 files changed, 166 insertions(+), 117 deletions(-)

-- 
1.7.11.7


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

end of thread, other threads:[~2013-01-25 11:46 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-27  9:11 [PATCHSET 00/10] perf tools: Cleanups and bug fixes on sort keys Namhyung Kim
2012-12-27  9:11 ` [PATCH 01/10] perf sort: Move misplaced sort entry functions Namhyung Kim
2013-01-25 11:37   ` [tip:perf/core] " tip-bot for Namhyung Kim
2012-12-27  9:11 ` [PATCH 02/10] perf sort: Get rid of unnecessary __maybe_unused Namhyung Kim
2013-01-25 11:38   ` [tip:perf/core] " tip-bot for Namhyung Kim
2012-12-27  9:11 ` [PATCH 03/10] perf sort: Fix --sort pid output Namhyung Kim
2013-01-25 11:40   ` [tip:perf/core] " tip-bot for Namhyung Kim
2012-12-27  9:11 ` [PATCH 04/10] perf sort: Align cpu column to right Namhyung Kim
2013-01-25 11:41   ` [tip:perf/core] " tip-bot for Namhyung Kim
2012-12-27  9:11 ` [PATCH 05/10] perf sort: Calculate parent column width too Namhyung Kim
2013-01-25 11:42   ` [tip:perf/core] " tip-bot for Namhyung Kim
2012-12-27  9:11 ` [PATCH 06/10] perf sort: Drop ip_[lr] arguments from _sort__sym_cmp() Namhyung Kim
2013-01-11  5:16   ` Arnaldo Carvalho de Melo
2012-12-27  9:11 ` [PATCH 07/10] perf sort: Check return value of strdup() Namhyung Kim
2013-01-11  5:17   ` Arnaldo Carvalho de Melo
2013-01-13  8:43     ` Namhyung Kim
2013-01-16 18:38       ` Arnaldo Carvalho de Melo
2012-12-27  9:11 ` [PATCH 08/10] perf sort: Clean up sort__first_dimension setting Namhyung Kim
2013-01-25 11:43   ` [tip:perf/core] " tip-bot for Namhyung Kim
2012-12-27  9:11 ` [PATCH 09/10] perf sort: Separate out branch stack specific sort keys Namhyung Kim
2013-01-25 11:44   ` [tip:perf/core] " tip-bot for Namhyung Kim
2012-12-27  9:11 ` [PATCH 10/10] perf report: Update documentation for " Namhyung Kim
2013-01-25 11:45   ` [tip:perf/core] " tip-bot for Namhyung Kim
2012-12-28 11:21 ` [PATCHSET 00/10] perf tools: Cleanups and bug fixes on " Jiri Olsa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox