Function report |
Source Code:kernel\events\core.c |
Create Date:2022-07-28 13:37:16 |
Last Modify:2022-05-20 07:50:19 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:perf_iterate_ctx
Proto:static void perf_iterate_ctx(struct perf_event_context *ctx, perf_iterate_f output, void *data, bool all)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct perf_event_context * | ctx | |
perf_iterate_f | output | |
void * | data | |
bool | all |
7038 | If Not all Then |
7039 | If state < PERF_EVENT_STATE_INACTIVE Then Continue |
7041 | If Not event_filter_match(event) Then Continue |
Name | Describe |
---|---|
perf_iterate_sb | 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. |
perf_event_exec | |
__perf_pmu_output_stop | |
perf_addr_filters_adjust | Adjust all task's events' filters to the new vma |
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 |