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

/linux-master/arch/sh/include/asm/
H A Dunwinder.h7 struct unwinder { struct
16 extern int unwinder_register(struct unwinder *);
27 * Used by fault handling code to signal to the unwinder code that it
28 * should switch to a different unwinder.
/linux-master/arch/sh/kernel/
H A Dunwinder.c10 * the most accurate unwinder being the currently active one.
16 #include <asm/unwinder.h>
20 * This is the most basic stack unwinder an architecture can
29 static struct unwinder stack_reader = {
40 * "curr_unwinder" points to the stack unwinder currently in use. This
41 * is the unwinder with the highest rating.
49 static struct unwinder *curr_unwinder = &stack_reader;
59 * select_unwinder - Select the best registered stack unwinder.
63 * Select the stack unwinder with the best rating. This is useful for
66 static struct unwinder *select_unwinde
[all...]
H A Dperf_callchain.c11 #include <asm/unwinder.h>
H A Dstacktrace.c14 #include <asm/unwinder.h>
H A Ddumpstack.c16 #include <asm/unwinder.h>
H A DMakefile22 traps_32.o unwinder.o
H A Dtraps.c18 #include <asm/unwinder.h>
H A Ddwarf.c5 * This is an implementation of a DWARF unwinder. Its main purpose is
25 #include <asm/unwinder.h>
988 static struct unwinder dwarf_unwinder = {
989 .name = "dwarf-unwinder",
1000 * Deallocate all the memory allocated for the DWARF unwinder.
1046 * the DWARF unwinder. We can't even skip this
1079 printk(KERN_INFO "DWARF unwinder initialised: read %u CIEs, %u FDEs\n",
1159 * dwarf_unwinder_init - initialise the dwarf unwinder
1202 printk(KERN_ERR "Failed to initialise DWARF unwinder: %d\n", err);
/linux-master/arch/openrisc/kernel/
H A DMakefile10 sys_call_table.o unwinder.o
H A Dstacktrace.c20 #include <asm/unwinder.h>
H A Dunwinder.c2 * OpenRISC unwinder.c
16 #include <asm/unwinder.h>
H A Dtraps.c36 #include <asm/unwinder.h>

Completed in 246 milliseconds