Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:trace_graph_thresh_return

Proto:static void trace_graph_thresh_return(struct ftrace_graph_ret *trace)

Type:void

Parameter:

TypeParameterName
struct ftrace_graph_ret *trace
276  ftrace_graph_addr_finish(trace)
278  If trace_recursion_test(TRACE_GRAPH_NOTRACE_BIT) Then
279  trace_recursion_clear(TRACE_GRAPH_NOTRACE_BIT)
280  Return
283  If tracing_thresh && rettime - calltime < tracing_thresh Then Return
286  Else trace_graph_return(trace)