Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Find the next tracer that this trace array may use

Proto:static struct tracer *get_tracer_for_array(struct trace_array *tr, struct tracer *t)

Type:struct tracer

Parameter:

TypeParameterName
struct trace_array *tr
struct tracer *t
4404  When t && Not Some tracers are not suitable for instance buffers.* A tracer is always available for the global array (toplevel)* or if it explicitly states that it is. cycle
4405  t = next
4407  Return t
Caller
NameDescribe
t_next
t_start