Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:perf_pending_event

Proto:static void perf_pending_event(struct irq_work *entry)

Type:void

Parameter:

TypeParameterName
struct irq_work *entry
6094  event = container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(entry, structperf_event, pending)
6097  rctx = perf_swevent_get_recursion_context()
6103  perf_pending_event_disable(event)
6105  If pending_wakeup Then
6106  pending_wakeup = 0
6107  perf_event_wakeup(event)
6110  If rctx >= 0 Then perf_swevent_put_recursion_context(rctx)