All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] perf core: Make some improvements and fixes
@ 2015-02-27 10:21 Yunlong Song
  2015-02-27 10:21 ` [PATCH v3 1/7] perf list: Sort the output of 'perf list' to view more clearly Yunlong Song
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Yunlong Song @ 2015-02-27 10:21 UTC (permalink / raw)
  To: a.p.zijlstra, paulus, mingo, acme; +Cc: linux-kernel, wangnan0

Hi,
  Found some functions to improve and bugs to fix in perf.
  
  This patchset is based on:
  https://git.kernel.org/cgit/linux/kernel/git/acme/linux.git/  perf/core

  For [PATCH v3 4/7] and [PATCH v3 5/7], I have checked that these
  patches do not break shell autocompletion. Besides, for [PATCH v3 4/7],
  --raw-dump without an argument still shows all the events.

Yunlong Song (7):
  perf list: Sort the output of 'perf list' to view more clearly
  perf list: Fix some inaccuracy problem when parsing the argument
  perf list: Clean up the printing functions of hardware/software events
  perf list: Extend raw-dump to certain kind of events
  perf list: Avoid confusion of perf output and the next command prompt
  perf record: Remove the '--(null)' long_name for --list-opts
  perf core: Fix the bash completion problem of 'perf --*'

 tools/perf/Documentation/perf-list.txt |   6 +
 tools/perf/builtin-list.c              |  27 ++---
 tools/perf/perf-completion.sh          |   6 +-
 tools/perf/perf.c                      |  28 +++++
 tools/perf/util/parse-events.c         | 206 ++++++++++++++++++++++++---------
 tools/perf/util/parse-events.h         |  11 +-
 tools/perf/util/parse-options.c        |   5 +-
 7 files changed, 210 insertions(+), 79 deletions(-)

-- 
1.8.5.5


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

end of thread, other threads:[~2015-02-28  9:35 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-27 10:21 [PATCH v3 0/7] perf core: Make some improvements and fixes Yunlong Song
2015-02-27 10:21 ` [PATCH v3 1/7] perf list: Sort the output of 'perf list' to view more clearly Yunlong Song
2015-02-27 13:57   ` Arnaldo Carvalho de Melo
2015-02-28  9:32   ` [tip:perf/core] " tip-bot for Yunlong Song
2015-02-27 10:21 ` [PATCH v3 2/7] perf list: Fix some inaccuracy problem when parsing the argument Yunlong Song
2015-02-28  9:33   ` [tip:perf/core] perf list: Allow listing events with 'tracepoint' prefix tip-bot for Yunlong Song
2015-02-27 10:21 ` [PATCH v3 3/7] perf list: Clean up the printing functions of hardware/software events Yunlong Song
2015-02-28  9:34   ` [tip:perf/core] " tip-bot for Yunlong Song
2015-02-27 10:21 ` [PATCH v3 4/7] perf list: Extend raw-dump to certain kind of events Yunlong Song
2015-02-27 15:20   ` Arnaldo Carvalho de Melo
2015-02-27 15:23     ` Arnaldo Carvalho de Melo
2015-02-28  9:34   ` [tip:perf/core] " tip-bot for Yunlong Song
2015-02-27 10:21 ` [PATCH v3 5/7] perf list: Avoid confusion of perf output and the next command prompt Yunlong Song
2015-02-28  9:33   ` [tip:perf/core] " tip-bot for Yunlong Song
2015-02-27 10:21 ` [PATCH v3 6/7] perf record: Remove the '--(null)' long_name for --list-opts Yunlong Song
2015-02-28  9:33   ` [tip:perf/core] perf tools: " tip-bot for Yunlong Song
2015-02-27 10:21 ` [PATCH v3 7/7] perf core: Fix the bash completion problem of 'perf --*' Yunlong Song
2015-02-28  9:34   ` [tip:perf/core] perf tools: Fix the bash completion problem of ' perf --*' tip-bot for Yunlong Song
2015-02-27 15:27 ` [PATCH v3 0/7] perf core: Make some improvements and fixes 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.