Function report |
Source Code:kernel\events\core.c |
Create Date:2022-07-28 13:31:08 |
Last Modify:2022-05-20 07:50:19 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:static int cpu_function_call(int cpu, remote_function_f func, void *info)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int | cpu | |
remote_function_f | func | |
void * | info |
140 | smp_call_function_single(cpu, remote_function, & data, 1) |
142 | Return ret |
Name | Describe |
---|---|
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 |
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 |