commit | 4552d5dc08b79868829b4be8951b29b07284753f | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@novell.com> | Mon Jun 26 13:57:28 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jun 26 10:48:17 2006 -0700 |
tree | 7b25695b4c0e1917fc80e8dd4bc494de36320ccc | |
parent | 2b28592b07223d7fc0691ce3fe57d495dc9cbe3a [diff] |
[PATCH] x86_64: reliable stack trace support These are the generic bits needed to enable reliable stack traces based on Dwarf2-like (.eh_frame) unwind information. Subsequent patches will enable x86-64 and i386 to make use of this. Thanks to Andi Kleen and Ingo Molnar, who pointed out several possibilities for improvement. Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>