diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2012-06-11 20:11:29 +0200 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2012-06-11 20:11:29 +0200 |
| commit | 924412f66fd9d21212e560a93792b0b607d46c6e (patch) | |
| tree | 823ac1d1f21062c6ad45d52f7bb5ad0a475dd123 /tools/perf/ui/browsers/annotate.c | |
| parent | e40468a54882ef7411fb178dbf2e465ec2349af7 (diff) | |
| parent | 84bf1bccc60cc64376125ea2eae05e4ba12f795b (diff) | |
| download | olio-linux-3.10-924412f66fd9d21212e560a93792b0b607d46c6e.tar.xz olio-linux-3.10-924412f66fd9d21212e560a93792b0b607d46c6e.zip | |
Merge branch 'nohz-for-tip-2' of git://github.com/fweisbec/linux-dynticks into timers/core
Diffstat (limited to 'tools/perf/ui/browsers/annotate.c')
| -rw-r--r-- | tools/perf/ui/browsers/annotate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/ui/browsers/annotate.c b/tools/perf/ui/browsers/annotate.c index 4deea6aaf92..34b1c46eaf4 100644 --- a/tools/perf/ui/browsers/annotate.c +++ b/tools/perf/ui/browsers/annotate.c @@ -668,7 +668,7 @@ static int annotate_browser__run(struct annotate_browser *browser, int evidx, "q/ESC/CTRL+C Exit\n\n" "-> Go to target\n" "<- Exit\n" - "h Cycle thru hottest instructions\n" + "H Cycle thru hottest instructions\n" "j Toggle showing jump to target arrows\n" "J Toggle showing number of jump sources on targets\n" "n Search next string\n" |