函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:hw_break_reserve_slot

函数原型:static int hw_break_reserve_slot(int breakno)

返回类型:int

参数:

类型参数名称
intbreakno
229  cnt等于0
232  如果dbg_is_early则返回:0
235  遍历在线CPU(cpu)
236  cnt自加
237  pevent等于per_cpu_ptr(pev, cpu)
238  如果Allow the kernel debugger to reserve breakpoint slots without* taking a lock using the dbg_* variant of for the reserve and* release breakpoint slots.则转到:fail
242  返回:0
244  fail :
245  遍历在线CPU(cpu)
246  cnt自减
247  如果非cnt退出
249  pevent等于per_cpu_ptr(pev, cpu)
250  dbg_release_bp_slot( * pevent)
252  返回:负1
调用者
名称描述
kgdb_set_hw_break