函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Find the next real entry, and increment the iterator to the next entry

函数原型:void *trace_find_next_entry_inc(struct trace_iterator *iter)

返回类型:void

参数:

类型参数名称
struct trace_iterator *iter
3453  ent等于__find_next_entry(iter, & cpu, & lost_events, & ts)
3456  如果enttrace_iterator_increment(iter)
3459  返回:ent ? iter : NULL
调用者
名称描述
s_next
tracing_read_pipeConsumer reader.
tracing_fill_pipe_page
tracing_splice_read_pipe
ftrace_dump
ftrace_dump_buf