projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31679f3
)
[PATCH] Document backtracer selection options
author
Andi Kleen
<ak@suse.de>
Tue, 26 Sep 2006 08:52:28 +0000
(10:52 +0200)
committer
Andi Kleen
<andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:28 +0000
(10:52 +0200)
Signed-off-by: Andi Kleen <ak@suse.de>
Documentation/x86_64/boot-options.txt
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/x86_64/boot-options.txt
b/Documentation/x86_64/boot-options.txt
index 6da24e7a56cba01c9b7af0a0e1c894667a614d75..4303e0c12476d1afb4af9c7998e46cb2ed4b7494 100644
(file)
--- a/
Documentation/x86_64/boot-options.txt
+++ b/
Documentation/x86_64/boot-options.txt
@@
-245,6
+245,13
@@
Debugging
newfallback: use new unwinder but fall back to old if it gets
stuck (default)
+ 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