函数逻辑报告 |
Source Code:kernel\events\core.c |
Create Date:2022-07-27 14:49:57 |
Last Modify:2022-05-20 07:50:19 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:pu_function_call - call a function on the cpu*@func: the function to be called*@info: the function call argument* Calls the function @func on the remote cpu.* returns: @func return value or -ENXIO when the cpu is offline
函数原型:static int cpu_function_call(int cpu, remote_function_f func, void *info)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
int | cpu | |
remote_function_f | func | |
void * | info |
140 | smp_call_function_single(cpu, remote_function, & data, 1) |
142 | 返回:ret |
名称 | 描述 |
---|---|
event_function_call | |
perf_install_in_context | Attach a performance event to a context.* Very similar to event_function_call, see comment there. |
perf_event_stop | |
perf_pmu_output_stop | |
perf_event_mux_interval_ms_store |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |