函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\events\core.c Create Date:2022-07-27 15:00:00
Last Modify:2022-05-20 07:50:19 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:type_show

函数原型:static ssize_t type_show(struct device *dev, struct device_attribute *attr, char *page)

返回类型:ssize_t

参数:

类型参数名称
struct device *dev
struct device_attribute *attr
char *page
10158  pmu等于dev_get_drvdata(dev)
10160  返回:snprintf - Format a string and place it in a buffer*@buf: The buffer to place the result into*@size: The size of the buffer, including the trailing null space*@fmt: The format string to use*@