/linux-4.1.27/arch/um/kernel/ |
H A D | sysrq.c | 30 void show_stack(struct task_struct *task, unsigned long *stack) show_stack() function
|
/linux-4.1.27/kernel/debug/kdb/ |
H A D | kdb_bt.c | 28 show_stack((struct task_struct *)p, addr); kdb_show_stack() 31 show_stack(p, &kdb_current_regs->sp); kdb_show_stack() 33 show_stack(p, NULL); kdb_show_stack() 36 show_stack(p, NULL); kdb_show_stack()
|
/linux-4.1.27/lib/ |
H A D | dump_stack.c | 15 show_stack(NULL, NULL); __dump_stack()
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | dumpstack.c | 35 void show_stack(struct task_struct *task, unsigned long *stack) show_stack() function 161 EXPORT_SYMBOL(show_stack); variable 172 show_stack(current, &stack); dump_stack()
|
H A D | nmi.c | 269 show_stack(current, (unsigned long *)fp); do_nmi()
|
H A D | traps.c | 455 show_stack(current, NULL); trap_c() 468 show_stack(NULL, stack); trap_c()
|
/linux-4.1.27/arch/cris/kernel/ |
H A D | traps.c | 102 show_stack(struct task_struct *task, unsigned long *sp) show_stack() function 108 * debugging aid: "show_stack(NULL);" prints a show_stack() 144 show_stack(void)
|
H A D | irq.c | 53 show_stack(NULL, (unsigned long *)sp); do_IRQ()
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
H A D | traps.c | 54 show_stack(NULL, (unsigned long *)usp); show_registers() 61 show_stack(NULL, NULL); show_registers()
|
/linux-4.1.27/arch/microblaze/kernel/ |
H A D | traps.c | 33 void show_stack(struct task_struct *task, unsigned long *sp) show_stack() function
|
/linux-4.1.27/arch/nios2/kernel/ |
H A D | traps.c | 60 * The show_stack is an external API which we do not use ourselves. 65 void show_stack(struct task_struct *task, unsigned long *stack) show_stack() function
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
H A D | traps.c | 62 show_stack(NULL, (unsigned long *)usp); show_registers() 69 show_stack(NULL, NULL); show_registers()
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | stack.h | 63 * architecture-specific code; show_stack()
|
/linux-4.1.27/arch/score/kernel/ |
H A D | traps.c | 36 * The architecture-independent show_stack generator 38 void show_stack(struct task_struct *task, unsigned long *sp) show_stack() function 148 show_stack(current_thread_info()->task, (long *) regs->regs[0]); show_registers()
|
/linux-4.1.27/arch/m32r/kernel/ |
H A D | traps.c | 141 void show_stack(struct task_struct *task, unsigned long *sp) show_stack() function 147 * debugging aid: "show_stack(NULL);" prints the show_stack() 196 show_stack(current, (unsigned long*) sp); show_registers()
|
/linux-4.1.27/arch/sh/kernel/ |
H A D | dumpstack.c | 145 void show_stack(struct task_struct *tsk, unsigned long *sp) show_stack() function
|
H A D | process_64.c | 278 void show_stack(struct task_struct *tsk, unsigned long *sp); show_regs() 284 show_stack(tsk, (unsigned long *)sp); show_regs()
|
/linux-4.1.27/kernel/locking/ |
H A D | rtmutex-debug.c | 125 show_stack(task, NULL); debug_rt_mutex_print_deadlock()
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | dumpstack.c | 97 void show_stack(struct task_struct *task, unsigned long *sp) show_stack() function
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | traps.c | 195 goto show_stack; parisc_show_stack() 217 show_stack: parisc_show_stack() 221 void show_stack(struct task_struct *t, unsigned long *sp) show_stack() function 457 /* show_stack(NULL, (unsigned long *)regs->gr[30]); */ parisc_terminate()
|
/linux-4.1.27/arch/xtensa/kernel/ |
H A D | traps.c | 448 void show_stack(struct task_struct *task, unsigned long *sp) show_stack() function 505 show_stack(NULL, (unsigned long*)regs->areg[1]); die()
|
/linux-4.1.27/arch/openrisc/kernel/ |
H A D | traps.c | 69 void show_stack(struct task_struct *task, unsigned long *esp) show_stack() function 149 show_stack(NULL, (unsigned long *)esp); show_registers()
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | process_32.c | 144 * The show_stack is an external API which we do not use ourselves. 147 void show_stack(struct task_struct *tsk, unsigned long *_ksp) show_stack() function
|
H A D | process_64.c | 188 show_stack(current, (unsigned long *) regs->u_regs[UREG_FP]); show_regs()
|
H A D | traps_64.c | 2320 void show_stack(struct task_struct *tsk, unsigned long *_ksp) show_stack() function
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | stack.c | 375 * It is only invoked from the architecture-specific code; show_stack() 465 void show_stack(struct task_struct *task, unsigned long *esp) show_stack() function
|
/linux-4.1.27/arch/mn10300/kernel/ |
H A D | traps.c | 275 void show_stack(struct task_struct *task, unsigned long *sp) show_stack() function 362 show_stack(current, (unsigned long *) sp); show_registers()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | dumpstack.c | 183 void show_stack(struct task_struct *task, unsigned long *sp) show_stack() function
|
H A D | dumpstack_64.c | 265 * Debugging aid: "show_stack(NULL, NULL);" prints the show_stack_log_lvl()
|
H A D | amd_gart_64.c | 168 show_stack(NULL, NULL); dump_leak()
|
/linux-4.1.27/arch/unicore32/kernel/ |
H A D | traps.c | 173 void show_stack(struct task_struct *tsk, unsigned long *sp) show_stack() function
|
/linux-4.1.27/arch/avr32/kernel/ |
H A D | process.c | 202 void show_stack(struct task_struct *tsk, unsigned long *stack) show_stack() function
|
/linux-4.1.27/arch/arc/kernel/ |
H A D | stacktrace.c | 231 void show_stack(struct task_struct *tsk, unsigned long *sp) show_stack() function
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | process.c | 86 show_stack (struct task_struct *task, unsigned long *sp) show_stack() function 152 show_stack(NULL, NULL); show_regs()
|
H A D | mca.c | 1614 * To enable show_stack from INIT, we use oops_in_progress which should default_monarch_init_process() 1637 show_stack(t, NULL); do_each_thread()
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | traps.c | 171 void show_stack(struct task_struct *tsk, unsigned long *sp) show_stack() function
|
/linux-4.1.27/arch/blackfin/mm/ |
H A D | isram-driver.c | 124 show_stack(NULL, NULL); isram_check_addr()
|
/linux-4.1.27/arch/hexagon/kernel/ |
H A D | traps.c | 192 void show_stack(struct task_struct *task, unsigned long *fp) show_stack() function
|
/linux-4.1.27/arch/c6x/kernel/ |
H A D | traps.c | 385 void show_stack(struct task_struct *task, unsigned long *stack) show_stack() function
|
/linux-4.1.27/arch/frv/kernel/ |
H A D | traps.c | 469 void show_stack(struct task_struct *task, unsigned long *sp) show_stack() function
|
/linux-4.1.27/arch/m68k/kernel/ |
H A D | traps.c | 918 show_stack(NULL, (unsigned long *)addr); show_registers() 937 void show_stack(struct task_struct *task, unsigned long *stack) show_stack() function
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | traps.c | 145 void show_stack(struct task_struct *task, unsigned long *sp) show_stack() function 151 * debugging aid: "show_stack(NULL);" prints the show_stack()
|
/linux-4.1.27/arch/um/drivers/ |
H A D | mconsole_kern.c | 650 show_stack(task, NULL); stack_proc()
|
/linux-4.1.27/drivers/tty/ |
H A D | sysrq.c | 221 show_stack(NULL, NULL); showacpu()
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | traps.c | 215 void show_stack(struct task_struct *tsk, unsigned long *sp) show_stack() function
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | process.c | 1057 show_stack(current, (unsigned long *) regs->gpr[1]); show_regs() 1541 void show_stack(struct task_struct *tsk, unsigned long *stack) show_stack() function
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | traps.c | 192 void show_stack(struct task_struct *task, unsigned long *sp) show_stack() function 215 * show_stack() deals exclusively with kernel mode, so be sure to access show_stack()
|
/linux-4.1.27/arch/metag/kernel/ |
H A D | traps.c | 979 void show_stack(struct task_struct *tsk, unsigned long *sp) show_stack() function
|
/linux-4.1.27/arch/blackfin/mach-common/ |
H A D | ints-priority.c | 503 show_stack(current, NULL); bfin_fault_routine()
|
/linux-4.1.27/drivers/base/power/ |
H A D | main.c | 420 show_stack(wd->tsk, NULL); dpm_watchdog_handler()
|
/linux-4.1.27/include/linux/ |
H A D | sched.h | 365 extern void show_stack(struct task_struct *task, unsigned long *sp);
|
/linux-4.1.27/kernel/sched/ |
H A D | core.c | 4552 show_stack(p, NULL); sched_show_task()
|