public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] perf list: make some improvements and fixes
@ 2015-02-13 13:11 Yunlong Song
  2015-02-13 13:11 ` [PATCH 1/7] perf list: clean up the printing functions of hardware/software events Yunlong Song
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Yunlong Song @ 2015-02-13 13:11 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 list.

Yunlong Song (7):
  perf list: clean up the printing functions of hardware/software events
  perf list: sort the output of 'perf list' to view more clearly
  perf list: fix some inaccuracy problem when parsing the argument
  perf list: fix a bug of segmentation fault
  perf list: avoid confusion of perf output and the next command prompt
  perf list: extend raw-dump to certain kind of events
  perf list: place the guiding text in its right position

 tools/perf/Documentation/perf-list.txt |   6 +
 tools/perf/builtin-list.c              |  28 ++---
 tools/perf/perf.c                      |   1 +
 tools/perf/util/parse-events.c         | 210 +++++++++++++++++++++++----------
 tools/perf/util/parse-events.h         |  11 +-
 tools/perf/util/parse-options.c        |   8 +-
 6 files changed, 184 insertions(+), 80 deletions(-)

-- 
1.8.5.5


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

end of thread, other threads:[~2015-02-18 18:42 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-13 13:11 [PATCH 0/7] perf list: make some improvements and fixes Yunlong Song
2015-02-13 13:11 ` [PATCH 1/7] perf list: clean up the printing functions of hardware/software events Yunlong Song
2015-02-13 13:11 ` [PATCH 2/7] perf list: sort the output of 'perf list' to view more clearly Yunlong Song
2015-02-13 14:45   ` Arnaldo Carvalho de Melo
2015-02-13 14:49     ` Arnaldo Carvalho de Melo
2015-02-15 10:19       ` Yunlong Song
2015-02-15 10:11     ` Yunlong Song
2015-02-13 13:11 ` [PATCH 3/7] perf list: fix some inaccuracy problem when parsing the argument Yunlong Song
2015-02-13 13:11 ` [PATCH 4/7] perf list: fix a bug of segmentation fault Yunlong Song
2015-02-18 18:41   ` [tip:perf/core] perf tools: Fix " tip-bot for Yunlong Song
2015-02-13 13:11 ` [PATCH 5/7] perf list: avoid confusion of perf output and the next command prompt Yunlong Song
2015-02-13 14:52   ` Arnaldo Carvalho de Melo
2015-02-15 10:01     ` Yunlong Song
2015-02-13 13:11 ` [PATCH 6/7] perf list: extend raw-dump to certain kind of events Yunlong Song
2015-02-13 14:55   ` Arnaldo Carvalho de Melo
2015-02-15 10:05     ` Yunlong Song
2015-02-13 13:11 ` [PATCH 7/7] perf list: place the guiding text in its right position Yunlong Song
2015-02-18 18:42   ` [tip:perf/core] perf list: Place the header " tip-bot for Yunlong Song

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