Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
struct perf_event_context *ctx
perf_iterate_foutput
void *data
boolall
7038  If Not all Then
7039  If state < PERF_EVENT_STATE_INACTIVE Then Continue
7041  If Not event_filter_match(event) Then Continue
7045  output(event, data)
Caller
NameDescribe
perf_iterate_sbIterate 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_adjustAdjust all task's events' filters to the new vma