Johannes Berg and Linus Torvalds
3b5ad0797c
stacktrace: fix header file for !CONFIG_STACKTRACE
...
The print_stack_trace macro in stacktrace.h has a wrong number of
arguments, fix it.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net >
Cc: Ingo Molnar <mingo@elte.hu >
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl >
Cc: Arjan van de Ven <arjan@infradead.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-07-19 10:04:49 -07:00
Christoph Hellwig and Linus Torvalds
ab1b6f03a1
simplify the stacktrace code
...
Simplify the stacktrace code:
- remove the unused task argument to save_stack_trace, it's always
current
- remove the all_contexts flag, it's alwasy 0
Signed-off-by: Christoph Hellwig <hch@lst.de >
Cc: Paul Mundt <lethal@linux-sh.org >
Cc: Ralf Baechle <ralf@linux-mips.org >
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com >
Cc: "David S. Miller" <davem@davemloft.net >
Cc: Andi Kleen <ak@suse.de >
Cc: Akinobu Mita <akinobu.mita@gmail.com >
Acked-by: Ingo Molnar <mingo@elte.hu >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-05-08 11:14:58 -07:00
Andi Kleen and Andi Kleen
5a1b3999d6
[PATCH] x86: Some preparationary cleanup for stack trace
...
- Remove unused all_contexts parameter
No caller used it
- Move skip argument into the structure (needed for
followon patches)
Cc: mingo@elte.hu
Signed-off-by: Andi Kleen <ak@suse.de >
2006-09-26 10:52:34 +02:00
Ingo Molnar and Linus Torvalds
8637c09901
[PATCH] lockdep: stacktrace subsystem, core
...
Framework to generate and save stacktraces quickly, without printing anything
to the console.
Signed-off-by: Ingo Molnar <mingo@elte.hu >
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-07-03 15:27:02 -07:00