Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:list_update_cgroup_event

Proto:static inline void list_update_cgroup_event(struct perf_event *event, struct perf_event_context *ctx, bool add)

Type:void

Parameter:

TypeParameterName
struct perf_event *event
struct perf_event_context *ctx
booladd

NULL

Caller
NameDescribe
list_add_eventAdd an event from the lists for its context.* Must be called with ctx->mutex and ctx->lock held.
list_del_eventRemove an event from the lists for its context.* Must be called with ctx->mutex and ctx->lock held.