projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b13761e
)
[PATCH] x86_64: Document backtracer selection options
author
Andi Kleen
<
[email protected]
>
Fri, 28 Jul 2006 12:44:54 +0000
(14:44 +0200)
committer
Linus Torvalds
<
[email protected]
>
Sat, 29 Jul 2006 02:28:00 +0000
(19:28 -0700)
Signed-off-by: Andi Kleen <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
Documentation/x86_64/boot-options.txt
patch
|
blob
|
history
diff --git
a/Documentation/x86_64/boot-options.txt
b/Documentation/x86_64/boot-options.txt
index 6887d44d266188c9d5d17fc267b2441cc82d8e39..6da24e7a56cba01c9b7af0a0e1c894667a614d75 100644
(file)
--- a/
Documentation/x86_64/boot-options.txt
+++ b/
Documentation/x86_64/boot-options.txt
@@
-238,6
+238,13
@@
Debugging
pagefaulttrace Dump all page faults. Only useful for extreme debugging
and will create a lot of output.
+ call_trace=[old|both|newfallback|new]
+ old: use old inexact backtracer
+ new: use new exact dwarf2 unwinder
+ both: print entries from both
+ newfallback: use new unwinder but fall back to old if it gets
+ stuck (default)
+
Misc
noreplacement Don't replace instructions with more appropriate ones