函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:allocate_trace_buffers

函数原型:static int allocate_trace_buffers(struct trace_array *tr, int size)

返回类型:int

参数:

类型参数名称
struct trace_array *tr
intsize
8397  ret等于allocate_trace_buffer(tr, & trace_buffer, size)
8398  如果ret则返回:ret
8419  返回:0
调用者
名称描述
trace_array_create
tracer_alloc_buffers