函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

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

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

返回类型:int

参数:

类型参数名称
struct trace_iterator *iter
unsigned intflags
unsigned longaddr
intdepth
777  cpu等于cpu
779  data等于private
786  如果flags按位与TRACE_GRAPH_PRINT_IRQS或非data则返回:0
790  depth_irq = & (({
790  ({
790  循环
790  const void * __vpp_verify = NULL
790  当0循环
790  cpu_data
790  })
790  })->depth_irq)
795  如果depth_irq大于等于0则返回:1
798  如果addr小于__irqentry_text_startaddr大于等于__irqentry_text_end则返回:0
805  depth_irq等于depth
806  返回:1
调用者
名称描述
print_graph_entry