linux/tools/perf
Kirill Smelkov 1a72cfa685 perf top: Fix help text alignment
Print this:

Mapped keys:
        [d]     display refresh delay.                  (2)
        [e]     display entries (lines).                (46)
        [f]     profile display filter (count).         (5)
        [F]     annotate display filter (percent).      (5%)
        [s]     annotate symbol.                        (NULL)
        [S]     stop annotation.
        [K]     hide kernel_symbols symbols.            (no)
        [U]     hide user symbols.                      (no)
        [z]     toggle sample zeroing.                  (0)
        [qQ]    quit.

instead of:

Mapped keys:
        [d]     display refresh delay.                  (2)
        [e]     display entries (lines).                (46)
        [f]     profile display filter (count).         (5)
        [F]     annotate display filter (percent).      (5%)
        [s]     annotate symbol.                        (NULL)
        [S]     stop annotation.
        [K]     hide kernel_symbols symbols.                    (no)
        [U]     hide user symbols.                      (no)
        [z]     toggle sample zeroing.                  (0)
        [qQ]    quit.

Signed-off-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <20100212162059.GA30041@landau.phys.spbu.ru>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2010-02-14 09:46:02 +01:00
..
Documentation
bench
scripts/perl
util perf: Fix hypervisor sample reporting 2010-02-09 10:52:40 +01:00
.gitignore perf: Ignore perf.data.old 2010-01-27 11:31:26 +01:00
CREDITS
Makefile perf tools: Check if /dev/null can be used as the -o gcc argument 2010-01-13 10:08:12 +01:00
builtin-annotate.c
builtin-bench.c
builtin-buildid-list.c perf diff: Fix usage array, it must end with a NULL entry 2009-12-18 20:01:52 +01:00
builtin-diff.c perf diff: Fix usage array, it must end with a NULL entry 2009-12-18 20:01:52 +01:00
builtin-help.c
builtin-kmem.c perf kmem: Print usage help for unknown commands 2010-01-20 07:20:08 +01:00
builtin-list.c
builtin-probe.c
builtin-record.c perf record: We should fork only if a program was specified to run 2009-12-28 09:02:50 +01:00
builtin-report.c perf report: Fix segmentation fault when running with '-g none' 2010-01-27 11:01:43 +01:00
builtin-sched.c
builtin-stat.c
builtin-timechart.c perf timechart: Use tid not pid for COMM change 2010-01-17 07:16:36 +01:00
builtin-top.c perf top: Fix help text alignment 2010-02-14 09:46:02 +01:00
builtin-trace.c perf diff: Fix usage array, it must end with a NULL entry 2009-12-18 20:01:52 +01:00
builtin.h
command-list.txt
design.txt perf: Rename perf_event_hw_event in design document 2009-12-28 09:14:37 +01:00
perf.c
perf.h