Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Ensures all contexts with the same task_ctx_nr have the same* pmu_cpu_context too.

Proto:static struct perf_cpu_context __percpu *find_pmu_context(int ctxn)

Type:struct perf_cpu_context

Parameter:

TypeParameterName
intctxn
10116  If ctxn < 0 Then Return NULL
10120  If task_ctx_nr == ctxn Then Return pmu_cpu_context
10124  Return NULL
Caller
NameDescribe
perf_pmu_register