Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:init_events

Proto:__init static int init_events(void)

Type:int

Parameter:Nothing

1389  When events[i] cycle
1390  event = events[i]
1392  ret = gister_trace_event - register output for an event type*@event: the event type to register* Event types are stored in a hash and this hash is used to* find a way to print an event
1393  If Not ret Then
1396  WARN_ON_ONCE(1)
1400  Return 0