Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:trace_iterator_increment

Proto:static void trace_iterator_increment(struct trace_iterator *iter)

Type:void

Parameter:

TypeParameterName
struct trace_iterator *iter
3355  buf_iter = trace_buffer_iter(iter, cpu)
3357  idx++
3358  If buf_iter Then g_buffer_read - read the next item in the ring buffer by the iterator*@iter: The ring buffer iterator*@ts: The time stamp of the event read.* This reads the next event in the ring buffer and increments the iterator.
Caller
NameDescribe
trace_find_next_entry_incFind the next real entry, and increment the iterator to the next entry