Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__reset_stat_session

Proto:static void __reset_stat_session(struct stat_session *session)

Type:void

Parameter:

TypeParameterName
struct stat_session *session
52  If stat_release Then stat_release(stat)
54  kfree(snode)
57  stat_root =
Caller
NameDescribe
reset_stat_session
destroy_session
stat_seq_initInitialize the stat rbtree at each trace_stat file opening.* All of these copies and sorting are required on all opening* since the stats could have changed between two file sessions.