Skip to content

Commit

Permalink
perf bench: Add new directory and header for new subcommand 'bench'
Browse files Browse the repository at this point in the history
This patch adds bench/ directory and bench/bench.h.

bench/ directory will contain modules for bench subcommand.
bench/bench.h is for listing prototypes of module functions.

Signed-off-by: Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: fweisbec@gmail.com
Cc: Jiri Kosina <jkosina@suse.cz>
LKML-Reference: <1257381097-4743-2-git-send-email-mitake@dcl.info.waseda.ac.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Hitoshi Mitake authored and Ingo Molnar committed Nov 8, 2009
1 parent 2643ce1 commit c426bba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tools/perf/bench/bench.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#ifndef BENCH_H
#define BENCH_H

extern int bench_sched_messaging(int argc, const char **argv,
const char *prefix);
extern int bench_sched_pipe(int argc, const char **argv,
const char *prefix);

#endif

0 comments on commit c426bba

Please sign in to comment.