Function report |
Source Code:kernel\trace\trace_functions_graph.c |
Create Date:2022-07-28 12:12:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:trace_graph_thresh_return
Proto:static void trace_graph_thresh_return(struct ftrace_graph_ret *trace)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct ftrace_graph_ret * | trace |
278 | If trace_recursion_test(TRACE_GRAPH_NOTRACE_BIT) Then |
280 | Return |
283 | If tracing_thresh && rettime - calltime < tracing_thresh Then Return |
286 | Else trace_graph_return(trace) |
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 |