函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_functions_graph.c Create Date:2022-07-27 13:20:12
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Return check for irq code* returns 1 if* - we are inside irq code* - we just left irq code* returns 0 if* - funcgraph-interrupts option is set* - we are not inside irq code

函数原型:static int check_irq_return(struct trace_iterator *iter, unsigned int flags, int depth)

返回类型:int

参数:

类型参数名称
struct trace_iterator *iter
unsigned intflags
intdepth
823  cpu等于cpu
825  data等于private
832  如果flags按位与TRACE_GRAPH_PRINT_IRQS或非data则返回:0
836  depth_irq = & (({
836  ({
836  循环
836  const void * __vpp_verify = NULL
836  当0循环
836  cpu_data
836  })
836  })->depth_irq)
841  如果depth_irq恒等于负1则返回:0
853  如果depth_irq大于等于depth
854  depth_irq等于负1
855  返回:1
861  返回:1
调用者
名称描述
print_graph_return