Function report |
Source Code:kernel\events\core.c |
Create Date:2022-07-28 13:37:41 |
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_namespaces_output
Proto:static void perf_event_namespaces_output(struct perf_event *event, void *data)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct perf_event * | event | |
void * | data |
7471 | namespaces_event = data |
7474 | header_size = size |
7477 | If Not perf_event_namespaces_match(event) Then Return |
7480 | perf_event_header__init_id( & header, & sample, event) |
7482 | ret = perf_output_begin( & handle, event, size) |
7487 | pid = perf_event_pid(event, task) |
7489 | tid = perf_event_tid(event, task) |
7492 | perf_output_put( & handle, event_id) |
7494 | perf_event__output_id_sample(event, & handle, & sample) |
7496 | perf_output_end( & handle) |
7497 | out : |
7498 | size = header_size |
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 |