[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1257339987-22953-1-git-send-email-mitake@dcl.info.waseda.ac.jp>
Date: Wed, 4 Nov 2009 22:06:20 +0900
From: Hitoshi Mitake <mitake@....info.waseda.ac.jp>
To: Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org
Cc: Hitoshi Mitake <mitake@....info.waseda.ac.jp>,
Rusty Russell <rusty@...tcorp.com.au>,
Thomas Gleixner <tglx@...utronix.de>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Mike Galbraith <efault@....de>,
Arnaldo Carvalho de Melo <acme@...hat.com>,
Frédéric_Weisbecker <fweisbec@...il.com>
Subject: [PATCH v3 0/7] Adding general performance benchmarking subcommand to perf.
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists