Searched refs:save_stack_ops (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/arch/sh/kernel/ |
H A D | stacktrace.c | 44 static const struct stacktrace_ops save_stack_ops = { variable in typeref:struct:stacktrace_ops 53 unwind_stack(current, NULL, sp, &save_stack_ops, trace); save_stack_trace()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | stacktrace.c | 46 static const struct stacktrace_ops save_stack_ops = { variable in typeref:struct:stacktrace_ops 63 dump_trace(current, NULL, NULL, 0, &save_stack_ops, trace); save_stack_trace() 71 dump_trace(current, regs, NULL, 0, &save_stack_ops, trace); save_stack_trace_regs()
|
Completed in 118 milliseconds