Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace.c Create Date:2022-07-28 11:59:37
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Find the next real entry, and increment the iterator to the next entry

Proto:void *trace_find_next_entry_inc(struct trace_iterator *iter)

Type:void

Parameter:

TypeParameterName
struct trace_iterator *iter
3453  ent = __find_next_entry(iter, & cpu, & lost_events, & ts)
3456  If ent Then trace_iterator_increment(iter)
3459  Return ent ? iter : NULL
Caller
NameDescribe
s_next
tracing_read_pipeConsumer reader.
tracing_fill_pipe_page
tracing_splice_read_pipe
ftrace_dump
ftrace_dump_buf