Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:perf_sched_events : >0 events exist* perf_cgroup_events: >0 per-cpu cgroup events exist on this cpu

Proto:static void perf_sched_delayed(struct work_struct *work)

Type:void

Parameter:

TypeParameterName
struct work_struct *work
4488  mutex_lock( & perf_sched_mutex)
4489  If atomic_dec_and_test( & perf_sched_count) Then static_branch_disable( & perf_sched_events)
4491  mutex_unlock - release the mutex*@lock: the mutex to be released* Unlock a mutex that has been locked by this task previously.* This function must not be used in interrupt context. Unlocking* of a not locked mutex is not allowed.