Searched refs:stack_trace_save_regs (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/ |
| H A D | stacktrace.c | 165 unsigned int stack_trace_save_regs(struct pt_regs *regs, unsigned long *store, in stack_trace_save_regs() function 316 unsigned int stack_trace_save_regs(struct pt_regs *regs, unsigned long *store, in stack_trace_save_regs() function
|
| /linux/include/linux/ |
| H A D | stacktrace.h | 75 unsigned int stack_trace_save_regs(struct pt_regs *regs, unsigned long *store,
|
| /linux/lib/tests/ |
| H A D | test_kprobes.c | 274 ret = stack_trace_save_regs(regs, stack_buf, STACK_BUF_SIZE, 0); in stacktrace_return_handler() 332 ret = stack_trace_save_regs(regs, stack_buf, STACK_BUF_SIZE, 0); in stacktrace_internal_return_handler()
|
| /linux/kernel/trace/ |
| H A D | trace.c | 2167 nr_entries = stack_trace_save_regs(regs, fstack->calls, in __ftrace_trace_stack()
|