Function report | 
Source Code:kernel\events\core.c | 
Create Date:2022-07-28 13:38:25 | 
| Last Modify:2022-05-20 07:50:19 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:perf_event_ksymbol_output
Proto:static void perf_event_ksymbol_output(struct perf_event *event, void *data)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct perf_event * | event | |
| void * | data | 
| 8143 | ksymbol_event = data | 
| 8148 | If Not perf_event_ksymbol_match(event) Then Return | 
| 8151 | perf_event_header__init_id( & header, & sample, event) | 
| 8153 | ret = perf_output_begin( & handle, event, size) | 
| 8155 | If ret Then Return | 
| 8158 | perf_output_put( & handle, event_id) | 
| 8159 | __output_copy( & handle, name, name_len) | 
| 8160 | perf_event__output_id_sample(event, & handle, & sample) | 
| 8162 | perf_output_end( & handle) | 
| 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  |