public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] Adding general performance benchmarking subcommand to perf.
@ 2009-11-04 13:06 Hitoshi Mitake
  2009-11-04 13:06 ` [PATCH v3 1/7] " Hitoshi Mitake
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Hitoshi Mitake @ 2009-11-04 13:06 UTC (permalink / raw)
  To: Ingo Molnar, linux-kernel
  Cc: Hitoshi Mitake, Rusty Russell, Thomas Gleixner, Peter Zijlstra,
	Mike Galbraith, Arnaldo Carvalho de Melo,
	Frédéric_Weisbecker

This patch series add general benchmark subcommand to perf.

The subcommand will unify the benchmarking programs
and provide these in standardized way.

Hitoshi Mitake (7):
  Adding general performance benchmarking subcommand to perf.
  Adding general performance benchmarking subcommand to perf.
  Adding general performance benchmarking subcommand to perf.
  Adding general performance benchmarking subcommand to perf.
  Adding general performance benchmarking subcommand to perf.
  Adding general performance benchmarking subcommand to perf.
  Adding general performance benchmarking subcommand to perf.

 tools/perf/Makefile                |    5 +
 tools/perf/bench/bench.h           |    9 +
 tools/perf/bench/sched-messaging.c |  332 ++++++++++++++++++++++++++++++++++++
 tools/perf/bench/sched-pipe.c      |  113 ++++++++++++
 tools/perf/builtin-bench.c         |  128 ++++++++++++++
 tools/perf/builtin.h               |    1 +
 tools/perf/perf.c                  |    1 +
 7 files changed, 589 insertions(+), 0 deletions(-)
 create mode 100644 tools/perf/bench/bench.h
 create mode 100644 tools/perf/bench/sched-messaging.c
 create mode 100644 tools/perf/bench/sched-pipe.c
 create mode 100644 tools/perf/builtin-bench.c


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

end of thread, other threads:[~2009-11-04 17:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-04 13:06 [PATCH v3 0/7] Adding general performance benchmarking subcommand to perf Hitoshi Mitake
2009-11-04 13:06 ` [PATCH v3 1/7] " Hitoshi Mitake
2009-11-04 13:06   ` [PATCH v3 2/7] " Hitoshi Mitake
2009-11-04 13:06     ` [PATCH v3 3/7] " Hitoshi Mitake
2009-11-04 13:06       ` [PATCH v3 4/7] " Hitoshi Mitake
2009-11-04 13:06         ` [PATCH v3 5/7] " Hitoshi Mitake
2009-11-04 13:06           ` [PATCH v3 6/7] " Hitoshi Mitake
2009-11-04 13:06             ` [PATCH v3 7/7] " Hitoshi Mitake
2009-11-04 13:30 ` [PATCH v3 0/7] " Arnaldo Carvalho de Melo
2009-11-04 15:36   ` Hitoshi Mitake
2009-11-04 17:18     ` Arnaldo Carvalho de Melo
2009-11-04 13:34 ` Jiri Kosina
2009-11-04 15:37   ` Hitoshi Mitake

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