diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-12-24 19:06:57 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-26 04:27:22 -0500 |
commit | 3871f2ffe53db3cef4fe0c18993ad9e6e0f69408 (patch) | |
tree | e7e023ef0b643186a824d0726ac784565e83b29f /Documentation | |
parent | 5250d329e38cdf7580faeb9c53c17d3588d7d19c (diff) |
sysrq: fix ftrace help msg & doc.
Impact: update documentation and help messages
We have a conventional method of explicitly stating the
sysrq action key in a sysrq help message, so change
dump-ftrace-buffer to use that method and add it to
Documentation/sysrq.txt.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/sysrq.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/sysrq.txt b/Documentation/sysrq.txt index 10a0263ebb3f..56b53e005d18 100644 --- a/Documentation/sysrq.txt +++ b/Documentation/sysrq.txt | |||
@@ -114,6 +114,8 @@ On all - write a character to /proc/sysrq-trigger. e.g.: | |||
114 | 114 | ||
115 | 'x' - Used by xmon interface on ppc/powerpc platforms. | 115 | 'x' - Used by xmon interface on ppc/powerpc platforms. |
116 | 116 | ||
117 | 'z' - Dump the ftrace buffer | ||
118 | |||
117 | '0'-'9' - Sets the console log level, controlling which kernel messages | 119 | '0'-'9' - Sets the console log level, controlling which kernel messages |
118 | will be printed to your console. ('0', for example would make | 120 | will be printed to your console. ('0', for example would make |
119 | it so that only emergency messages like PANICs or OOPSes would | 121 | it so that only emergency messages like PANICs or OOPSes would |