Function report |
Source Code:kernel\trace\fgraph.c |
Create Date:2022-07-28 12:17:53 |
Last Modify:2020-03-17 20:08:56 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:graph_init_task
Proto:static void graph_init_task(struct task_struct *t, struct ftrace_ret_stack *ret_stack)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | t | |
struct ftrace_ret_stack * | ret_stack |
493 | atomic_set( & tracing_graph_pause, 0) |
494 | atomic_set( & trace_overrun, 0) |
495 | ftrace_timestamp = 0 |
497 | smp_wmb() |
Name | Describe |
---|---|
ftrace_graph_init_idle_task | Allocate a return stack for the idle task. May be the first* time through, or it may be done by CPU hotplug online. |
ftrace_graph_init_task | Allocate a return stack for newly created task |
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 |