Function report |
Source Code:kernel\events\core.c |
Create Date:2022-07-28 13:36:32 |
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__output_id_sample
Proto:static void __perf_event__output_id_sample(struct perf_output_handle *handle, struct perf_sample_data *data)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct perf_output_handle * | handle | |
struct perf_sample_data * | data |
6430 | sample_type = type |
6432 | If sample_type & PERF_SAMPLE_TID Then perf_output_put(handle, tid_entry) |
6435 | If sample_type & PERF_SAMPLE_TIME Then perf_output_put(handle, time) |
6438 | If sample_type & PERF_SAMPLE_ID Then perf_output_put(handle, id) |
6441 | If sample_type & PERF_SAMPLE_STREAM_ID Then perf_output_put(handle, stream_id) |
6444 | If sample_type & PERF_SAMPLE_CPU Then perf_output_put(handle, cpu_entry) |
6447 | If sample_type & PERF_SAMPLE_IDENTIFIER Then perf_output_put(handle, id) |
Name | Describe |
---|---|
perf_event__output_id_sample |
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 |