]> git.baikalelectronics.ru Git - kernel.git/commit
perf sched: Add --input=file option to builtin-sched.c
authorMike Galbraith <efault@gmx.de>
Fri, 18 Sep 2009 06:22:24 +0000 (08:22 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 18 Sep 2009 06:36:06 +0000 (08:36 +0200)
commitc0c85e2d3d13ab8d7a47da924eb90c4fdf16da67
tree89c4a457b5d43d43c3fa68cb8c9d661167b4436f
parent52d48f0563c8d65cb5352b30ae230874491801f5
perf sched: Add --input=file option to builtin-sched.c

perf sched record passes unparsed args on to perf record, so
specifying an output file via perf sched record -o FILE (cmd) just
works.  Ergo, provide an option to specify input file as well.

Also add the missing 'map' command to help.

Signed-off-by: Mike Galbraith <efault@gmx.de>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1253254944.20589.11.camel@marge.simson.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/builtin-sched.c