函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\trace\events\rcu.h Create Date:2022-07-27 11:17:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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.

函数原型:static inline void trace_rcu_utilization(const char *s)

返回类型:void

参数:

类型参数名称
const char *s

NULL

调用者
名称描述
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.
rcu_note_context_switchNote a PREEMPT=n context switch. The caller must have disabled interrupts.