Function report |
Source Code:kernel\events\hw_breakpoint.c |
Create Date:2022-07-28 13:43:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:cpumask_of_bp
Proto:static const struct cpumask *cpumask_of_bp(struct perf_event *bp)
Type:struct cpumask
Parameter:
Type | Parameter | Name |
---|---|---|
struct perf_event * | bp |
123 | If cpu >= 0 Then Return cpumask_of - the cpumask containing just a given cpu*@cpu: the cpu (<= nr_cpu_ids)(cpu) |
125 | Return cpu_possible_mask |
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). |
toggle_bp_slot | Add/remove the given breakpoint in our constraint table |
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 |