Merge commit 'v2.6.33' into perf/core
Merge reason: __percpu annotations need the corresponding sparse address space definition upstream. Conflicts: tools/perf/util/probe-event.c (trivial)
This commit is contained in:
@ -706,7 +706,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",
|
||||
|
Reference in New Issue
Block a user