函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:trace_cpu_idle_rcuidle

函数原型:static inline void trace_cpu_idle_rcuidle(unsigned int state, unsigned int cpu_id)

返回类型:void

参数:

类型参数名称
unsigned intstate
unsigned intcpu_id

NULL

调用者
名称描述
default_idleWe use this if we don't have any better idle routine..
mwait_idleMONITOR/MWAIT with no hints, used for default C1 state. This invokes MWAIT* with interrupts enabled and no flags, which is backwards compatible with the* original MWAIT implementation.
cpu_idle_poll