Function report |
Source Code:kernel\trace\trace_stack.c |
Create Date:2022-07-28 12:11:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:stack_trace_call
Proto:static void stack_trace_call(unsigned long ip, unsigned long parent_ip, struct ftrace_ops *op, struct pt_regs *pt_regs)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | ip | |
unsigned long | parent_ip | |
struct ftrace_ops * | op | |
struct pt_regs * | pt_regs |
297 | preempt_disable_notrace() |
301 | If Operations for contexts that are safe from preemption/interrupts. These* operations verify that preemption is disabled.(disable_stack_tracer) != 1 Then Go to out |
308 | ip += sizeof mcount call |
312 | out : |
315 | preempt_enable_notrace() |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |