Function report |
Source Code:kernel\events\hw_breakpoint.c |
Create Date:2022-07-28 13:43:30 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Report the maximum number of pinned breakpoints a task* have in this cpu
Proto:static unsigned int max_task_bp_pinned(int cpu, enum bp_type_idx type)
Type:unsigned int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| int | cpu | |
| enum bp_type_idx | type |
| 94 | If tsk_pinned[i] > 0 Then Return i + 1 |
| 98 | Return 0 |
| Name | Describe |
|---|---|
| fetch_bp_busy_slots | Report the number of pinned/un-pinned breakpoints we have in* a given cpu (cpu > -1) or in all of them (cpu = -1). |
| 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 |