Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

[PATCH v3 0/7] Adding general performance benchmarking sub..

 
   Soft32 Home -> Linux -> Kernel RSS
Next:  [PATCH] x86: adjust GFP mask handling for coheren..  
Author Message
Hitoshi Mitake

External


Since: Oct 05, 2009
Posts: 23



(Msg. 1) Posted: Wed Nov 04, 2009 7:20 am
Post subject: [PATCH v3 0/7] Adding general performance benchmarking subcommand to perf.
Archived from groups: linux>kernel (more info?)

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.RemoveThis@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Login to vote
Hitoshi Mitake

External


Since: Oct 05, 2009
Posts: 23



(Msg. 2) Posted: Wed Nov 04, 2009 7:20 am
Post subject: [PATCH v3 5/7] Adding general performance benchmarking subcommand to perf. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

This patch series is version 3. But still (and always) comments are welcome.
This patch modifies builtin.h to add prototype of cmd_bench().

Signed-off-by: Hitoshi Mitake <mitake.DeleteThis@dcl.info.waseda.ac.jp>
Cc: Rusty Russell <rusty.DeleteThis@rustcorp.com.au>
Cc: Thomas Gleixner <tglx.DeleteThis@linutronix.de>
Cc: Peter Zijlstra <a.p.zijlstra.DeleteThis@chello.nl>
Cc: Mike Galbraith <efault.DeleteThis@gmx.de>

---
tools/perf/builtin.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/perf/builtin.h b/tools/perf/builtin.h
index e11d8d2..b346b66 100644
--- a/tools/perf/builtin.h
+++ b/tools/perf/builtin.h
@@ -25,5 +25,6 @@ extern int cmd_timechart(int argc, const char **argv, const char *prefix);
extern int cmd_top(int argc, const char **argv, const char *prefix);
extern int cmd_trace(int argc, const char **argv, const char *prefix);
extern int cmd_version(int argc, const char **argv, const char *prefix);
+extern int cmd_bench(int argc, const char **argv, const char *prefix);

#endif
--
1.5.6.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo.DeleteThis@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Login to vote
Jiri Kosina

External


Since: Nov 29, 2006
Posts: 186



(Msg. 3) Posted: Wed Nov 04, 2009 9:20 am
Post subject: Re: [PATCH v3 0/7] Adding general performance benchmarking subcommand to perf. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 4 Nov 2009, Hitoshi Mitake wrote:

> 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.

Could you please give some more appropriate description to individual
patches in series?

Thanks,

--
Jiri Kosina
SUSE Labs, Novell Inc.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo.RemoveThis@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Login to vote
Arnaldo Carvalho de Melo

External


Since: Oct 29, 2009
Posts: 11



(Msg. 4) Posted: Wed Nov 04, 2009 9:20 am
Post subject: Re: [PATCH v3 0/7] Adding general performance benchmarking subcommand to perf. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Em Wed, Nov 04, 2009 at 10:06:20PM +0900, Hitoshi Mitake escreveu:
> 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.

Why do you use the same description for all patches in this series?

- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo RemoveThis @vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Login to vote
Hitoshi Mitake

External


Since: Oct 05, 2009
Posts: 23



(Msg. 5) Posted: Wed Nov 04, 2009 11:20 am
Post subject: Re: [PATCH v3 0/7] Adding general performance benchmarking subcommand to perf. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

From: Jiri Kosina <jkosina.RemoveThis@suse.cz>
Subject: Re: [PATCH v3 0/7] Adding general performance benchmarking subcommand to perf.
Date: Wed, 4 Nov 2009 14:34:35 +0100 (CET)

> On Wed, 4 Nov 2009, Hitoshi Mitake wrote:
>
> > 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.
>
> Could you please give some more appropriate description to individual
> patches in series?
>
> Thanks,
>

Sorry, I'll rename and resend.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo.RemoveThis@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Login to vote
Hitoshi Mitake

External


Since: Oct 05, 2009
Posts: 23



(Msg. 6) Posted: Wed Nov 04, 2009 11:20 am
Post subject: Re: [PATCH v3 0/7] Adding general performance benchmarking subcommand to perf. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

From: Arnaldo Carvalho de Melo <acme.RemoveThis@infradead.org>
Subject: Re: [PATCH v3 0/7] Adding general performance benchmarking subcommand to perf.
Date: Wed, 4 Nov 2009 11:30:32 -0200

> Em Wed, Nov 04, 2009 at 10:06:20PM +0900, Hitoshi Mitake escreveu:
> > 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.
>
> Why do you use the same description for all patches in this series?
>
> - Arnaldo
>

Sorry, this naming is too confusable.
I'll fix and resend.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo.RemoveThis@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Login to vote
Arnaldo Carvalho de Melo

External


Since: Oct 29, 2009
Posts: 11



(Msg. 7) Posted: Wed Nov 04, 2009 11:20 am
Post subject: Re: [PATCH v3 0/7] Adding general performance benchmarking subcommand to perf. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Em Thu, Nov 05, 2009 at 12:36:50AM +0900, Hitoshi Mitake escreveu:
> From: Arnaldo Carvalho de Melo <acme.RemoveThis@infradead.org>
> Subject: Re: [PATCH v3 0/7] Adding general performance benchmarking subcommand to perf.
> Date: Wed, 4 Nov 2009 11:30:32 -0200
>
> > Em Wed, Nov 04, 2009 at 10:06:20PM +0900, Hitoshi Mitake escreveu:
> > > 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.
> >
> > Why do you use the same description for all patches in this series?
> >
> > - Arnaldo
> >
>
> Sorry, this naming is too confusable.
> I'll fix and resend.

Thanks! Take a look at the git history for each file changed and you'll
figure out the patters that maintainers consider adequate.

- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo.RemoveThis@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Login to vote
Display posts from previous:   
Related Topics:
filesystem benchmarking fun - Hello everyone, I've been spending some time lately on filesystem benchmarking, in part because my pet FS project is..

[PATCH] Sun3: General updates - From: Sam Creasey <sammy@sammy.net> General compile fixes for 2.6.16 for sun3, and some updates to make the new....

[PATCH v2 0/5] uvesafb: a general description - uvesafb is a generic driver for VBE2+ compliant video cards; an enhanced version of vesafb and a direct successor of..

[PATCH] net: smc91x: Build fixes for general sh boards. - SH boards in general only wire this up in 8 or 16-bit mode, and as we never had the wrappers for 32-bit mode defined,..

Performance Stats: Kernel patch - Hello all, I have idea to include to the user the following new per-process (thread) performance statistics: *..

[PATCH]: spidernet poor network performance - Andrew, Please apply. --linas This patch corrects a problem seen on later kernels running the NetPIPE application...
       Soft32 Home -> Linux -> Kernel All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]