Function report |
Source Code:kernel\events\hw_breakpoint.c |
Create Date:2022-07-28 13:43:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:modify_user_hw_breakpoint_check
Proto:int modify_user_hw_breakpoint_check(struct perf_event *bp, struct perf_event_attr *attr, bool check)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct perf_event * | bp | |
struct perf_event_attr * | attr | |
bool | check |
464 | struct arch_hw_breakpoint hw = {} |
467 | err = hw_breakpoint_parse(bp, attr, & hw) |
471 | If check Then |
475 | hw_breakpoint_copy_attr( & old_attr, attr) |
486 | hw_breakpoint_copy_attr( & attr, attr) |
489 | Return 0 |
Name | Describe |
---|---|
modify_user_hw_breakpoint | modify_user_hw_breakpoint - modify a user-space hardware breakpoint*@bp: the breakpoint structure to modify*@attr: new breakpoint attributes |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |