Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\events\core.c Create Date:2022-07-28 13:37:17
Last Modify:2022-05-20 07:50:19 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:perf_iterate_sb_cpu

Proto:static void perf_iterate_sb_cpu(perf_iterate_f output, void *data)

Type:void

Parameter:

TypeParameterName
perf_iterate_foutput
void *data
7051  pel = this_cpu_ptr( & pmu_sb_events)
7060  If Not smp_load_acquire( & ctx) Then Continue
7063  If state < PERF_EVENT_STATE_INACTIVE Then Continue
7065  If Not event_filter_match(event) Then Continue
7067  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.