函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\events\ring_buffer.c Create Date:2022-07-27 15:02:45
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:We need to ensure a later event_id doesn't publish a head when a former* event isn't done writing. However since we need to deal with NMIs we* cannot fully serialize things.* We only publish the head (and generate a wakeup) when the outer-most

函数原型:static void perf_output_get_handle(struct perf_output_handle *handle)

返回类型:void

参数:

类型参数名称
struct perf_output_handle *handle
38  rb等于rb
40  禁止抢占()
46  ( * (volatile unsigned int * ) & nested writers )++
47  wakeup等于local_read( & wakeup stamp )
调用者
名称描述
__perf_output_begin