函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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
注解内核,赢得工具下载SCCTEnglish

函数名称: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

参数:

类型参数名称
intcpu
remote_function_ffunc
void *info
133  struct remote_function_call data = {p = NULL, func = func, info = info, ret = - ENXIO, }
140  smp_call_function_single(cpu, remote_function, & data, 1)
142  返回:ret
调用者
名称描述
event_function_call
perf_install_in_contextAttach 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