Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\trace\events\rcu.h Create Date:2022-07-28 10:17:25
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Tracepoint for start/end markers used for utilization calculations.* By convention, the string is of the following forms:* "Start <activity>" -- Mark the start of the specified activity,* such as "context switch". Nesting is permitted.

Proto:static inline void trace_rcu_utilization(const char *s)

Type:void

Parameter:

TypeParameterName
const char *s

NULL

Caller
NameDescribe
rcu_sched_clock_irqThis function is invoked from each scheduling-clock interrupt,* and checks to see if this CPU is in a non-context-switch quiescent* state, for example, user mode or idle loop. It also schedules RCU* core processing
rcu_corePerform RCU core processing work for the current CPU.
rcu_cpu_kthreadPer-CPU kernel thread that invokes RCU callbacks. This replaces* the RCU softirq used in configurations of RCU that do not support RCU* priority boosting.