aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/unwind.h
Commit message (Collapse)AuthorAge
* [PATCH] x86_64: reliable stack trace supportJan Beulich2006-06-26
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>