Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:perf_event_exec

Proto:void perf_event_exec(void)

Type:void

Parameter:Nothing

7147  _read_lock() - mark the beginning of an RCU read-side critical section* When synchronize_rcu() is invoked on one CPU while other CPUs* are within RCU read-side critical sections, then the* synchronize_rcu() is guaranteed to block until after all the other
7149  ctx = perf_event_ctxp[ctxn]
7150  If Not ctx Then Continue
7153  Enable all of a task's events that have been marked enable-on-exec.* This expects task == current.
7155  perf_iterate_ctx(ctx, Clear all file-based filters at exec, they'll have to be* re-instated when/if these objects are mmapped again., NULL, true)
7158  _read_unlock() - marks the end of an RCU read-side critical section.* In most situations, rcu_read_unlock() is immune from deadlock.* However, in kernels built with CONFIG_RCU_BOOST, rcu_read_unlock()