| Function report | 
| Source Code: kernel\events\core.c | Create Date:2022-07-28 13:37:19 | 
| Last Modify:2022-05-20 07:50:19 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:Iterate all events that need to receive side-band events.* For new callers; ensure that account_pmu_sb_event() includes* your event, otherwise it might not get delivered.
Proto:static void perf_iterate_sb(perf_iterate_f output, void *data, struct perf_event_context *task_ctx)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| perf_iterate_f | output | |
| void * | data | |
| struct perf_event_context * | task_ctx | 
| 7092 | If task_ctx Then | 
| 7093 | perf_iterate_ctx(task_ctx, output, data, false) | 
| 7094 | Go to done | 
| 7097 | perf_iterate_sb_cpu(output, data) | 
| 7101 | If ctx Then perf_iterate_ctx(ctx, output, data, false) | 
| 7104 | done : | 
| 7105 | preempt_enable() | 
| Name | Describe | 
|---|---|
| perf_event_task | |
| perf_event_comm_event | |
| perf_event_namespaces | |
| perf_event_mmap_event | |
| perf_event_switch | |
| perf_event_ksymbol | |
| perf_event_bpf_event | 
| 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 |