函数逻辑报告 |
Source Code:kernel\events\hw_breakpoint.c |
Create Date:2022-07-27 15:04:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:cpumask_of_bp
函数原型:static const struct cpumask *cpumask_of_bp(struct perf_event *bp)
返回类型:struct cpumask
参数:
类型 | 参数 | 名称 |
---|---|---|
struct perf_event * | bp |
123 | 如果cpu大于等于0则返回:cpumask_of - the cpumask containing just a given cpu*@cpu: the cpu (<= nr_cpu_ids)(cpu) |
125 | 返回:cpu_possible_mask |
名称 | 描述 |
---|---|
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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |