Searched refs:unwinder (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dunwinder.h6 struct unwinder { struct
15 extern int unwinder_register(struct unwinder *);
26 * Used by fault handling code to signal to the unwinder code that it
27 * should switch to a different unwinder.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dunwinder.c9 * the most accurate unwinder being the currently active one.
15 #include <asm/unwinder.h>
19 * This is the most basic stack unwinder an architecture can
28 static struct unwinder stack_reader = {
39 * "curr_unwinder" points to the stack unwinder currently in use. This
40 * is the unwinder with the highest rating.
48 static struct unwinder *curr_unwinder = &stack_reader;
58 * select_unwinder - Select the best registered stack unwinder.
62 * Select the stack unwinder with the best rating. This is useful for
65 static struct unwinder *select_unwinde
[all...]
H A Dperf_callchain.c14 #include <asm/unwinder.h>
H A Ddumpstack.c9 #include <asm/unwinder.h>
H A Dstacktrace.c16 #include <asm/unwinder.h>
H A Dtraps.c9 #include <asm/unwinder.h>
H A DMakefile21 traps_$(BITS).o unwinder.o
H A Ddwarf.c8 * This is an implementation of a DWARF unwinder. Its main purpose is
28 #include <asm/unwinder.h>
990 static struct unwinder dwarf_unwinder = {
991 .name = "dwarf-unwinder",
1002 * Deallocate all the memory allocated for the DWARF unwinder.
1056 * the DWARF unwinder. We can't even skip this
1089 printk(KERN_INFO "DWARF unwinder initialised: read %u CIEs, %u FDEs\n",
1169 * dwarf_unwinder_init - initialise the dwarf unwinder
1216 printk(KERN_ERR "Failed to initialise DWARF unwinder: %d\n", err);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/oprofile/
H A Dbacktrace.c20 #include <asm/unwinder.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhead_64.S252 pushq $0 # fake return address to stop unwinder
H A Dhead_32.S456 pushl $0 # fake return address for unwinder
H A Dentry_32.S1066 pushl $0 # fake return address for unwinder
H A Dentry_64.S334 pushq_cfi %rbp /* backlink for unwinder */
1202 push %rbp # backlink for old unwinder
1241 pushq %rbp # backlink for old unwinder
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh5/
H A Dentry.S811 ! setup FP so that unwinder can wind back through nested kernel mode

Completed in 100 milliseconds