函数逻辑报告 |
Source Code:arch\x86\kernel\hw_breakpoint.c |
Create Date:2022-07-27 08:45:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Validate the arch-specific HW Breakpoint register settings
函数原型:int hw_breakpoint_arch_parse(struct perf_event *bp, const struct perf_event_attr *attr, struct arch_hw_breakpoint *hw)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct perf_event * | bp | |
const struct perf_event_attr * | attr | |
struct arch_hw_breakpoint * | hw |
322 | ret等于arch_build_bp_info(bp, attr, hw) |
327 | 当:len恒等于X86_BREAKPOINT_LEN_1 |
332 | 当:len恒等于X86_BREAKPOINT_LEN_2 |
335 | 当:len恒等于X86_BREAKPOINT_LEN_4 |
339 | 当:len恒等于X86_BREAKPOINT_LEN_8 |
343 | 默认 |
344 | WARN_ON_ONCE(1) |
345 | 返回:负EINVAL |
355 | 返回:0 |
名称 | 描述 |
---|---|
hw_breakpoint_parse |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |