函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:find_next

函数原型:static const char **find_next(void *v, loff_t *pos)

返回类型:char

参数:

类型参数名称
void *v
loff_t *pos
256  fmt等于v
260  start_index等于__stop___trace_bprintk_fmt__start___trace_bprintk_fmt
262  如果pos小于start_index则返回:__start___trace_bprintk_fmtpos
277  last_index等于start_index
278  start_index等于__stop___tracepoint_str__start___tracepoint_str
280  如果pos小于last_indexstart_index则返回:__start___tracepoint_strposlast_index
283  start_index加等于last_index
284  返回:The debugfs/tracing/printk_formats file maps the addresses with* the ASCII formats that are used in the bprintk events in the* buffer. For userspace tools to be able to decode the events from
调用者
名称描述
t_start
t_next