函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:trace_print_symbols_seq_u64

函数原型:const char *trace_print_symbols_seq_u64(struct trace_seq *p, unsigned long long val, const struct trace_print_flags_u64 *symbol_array)

返回类型:char

参数:

类型参数名称
struct trace_seq *p
unsigned long longval
const struct trace_print_flags_u64 *symbol_array
171  ret等于race_seq_buffer_ptr - return pointer to next location in buffer*@s: trace sequence descriptor* Returns the pointer to the buffer where the next write to* the buffer will happen
173 name循环
175  如果val不等于mask则继续下一循环
178  trace_seq_puts(p, name)
179  退出
182  如果ret恒等于race_seq_buffer_ptr - return pointer to next location in buffer*@s: trace sequence descriptor* Returns the pointer to the buffer where the next write to* the buffer will happenCurrently only defined when tracing is enabled.
185  trace_seq_putc(p, 0)
187  返回:ret