Commit 0d3db28daed2529ab90933a3aaaaf46446fdfda8
Committed by
Jason Wessel
1 parent
21431c2900
Exists in
master
and in
39 other branches
kdb: add usage string of 'per_cpu' command
Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
kernel/debug/kdb/kdb_main.c
... | ... | @@ -2892,7 +2892,7 @@ |
2892 | 2892 | "Send a signal to a process", 0, KDB_REPEAT_NONE); |
2893 | 2893 | kdb_register_repeat("summary", kdb_summary, "", |
2894 | 2894 | "Summarize the system", 4, KDB_REPEAT_NONE); |
2895 | - kdb_register_repeat("per_cpu", kdb_per_cpu, "", | |
2895 | + kdb_register_repeat("per_cpu", kdb_per_cpu, "<sym> [<bytes>] [<cpu>]", | |
2896 | 2896 | "Display per_cpu variables", 3, KDB_REPEAT_NONE); |
2897 | 2897 | kdb_register_repeat("grephelp", kdb_grep_help, "", |
2898 | 2898 | "Display help on | grep", 0, KDB_REPEAT_NONE); |