函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:ptrace_fill_bp_fields

函数原型:static int ptrace_fill_bp_fields(struct perf_event_attr *attr, int len, int type, bool disabled)

返回类型:int

参数:

类型参数名称
struct perf_event_attr *attr
intlen
inttype
booldisabled
533  err等于arch_bp_generic_fields(len, type, & bp_len, & bp_type)
534  如果非err
535  bp_len等于bp_len
536  bp_type等于bp_type
537  ff by default 等于disabled
540  返回:err
调用者
名称描述
ptrace_register_breakpoint
ptrace_modify_breakpoint