Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180550
b: refs/heads/master
c: 1a72cfa
h: refs/heads/master
v: v3
  • Loading branch information
Kirill Smelkov authored and Ingo Molnar committed Feb 14, 2010
1 parent 75d7cf6 commit 62abcc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7fbfc683f1cc4051aa095ebe48d9d1e8b015682d
refs/heads/master: 1a72cfa6856e7d58e049c42c6e6a789669478479
2 changes: 1 addition & 1 deletion trunk/tools/perf/builtin-top.c
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ static void print_mapped_keys(void)
fprintf(stdout, "\t[w] toggle display weighted/count[E]r. \t(%d)\n", display_weighted ? 1 : 0);

fprintf(stdout,
"\t[K] hide kernel_symbols symbols. \t(%s)\n",
"\t[K] hide kernel_symbols symbols. \t(%s)\n",
hide_kernel_symbols ? "yes" : "no");
fprintf(stdout,
"\t[U] hide user symbols. \t(%s)\n",
Expand Down

0 comments on commit 62abcc4

Please sign in to comment.