函数逻辑报告 |
Source Code:kernel\events\core.c |
Create Date:2022-07-27 14:51:55 |
Last Modify:2022-05-20 07:50:19 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Work out whether we can put this event group on the CPU now.
函数原型:static int group_can_go_on(struct perf_event *event, struct perf_cpu_context *cpuctx, int can_add_hw)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct perf_event * | event | |
struct perf_cpu_context * | cpuctx | |
int | can_add_hw |
2475 | 如果exclusive则返回:0 |
2481 | 如果exclusive且active_oncpu则返回:0 |
2487 | 返回:can_add_hw |
名称 | 描述 |
---|---|
pinned_sched_in | |
flexible_sched_in |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |