Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\profile.c Create Date:2022-07-28 10:37:33
Last Modify:2020-03-17 15:11:09 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:profile_hits

Proto:void profile_hits(int type, void *__pc, unsigned int nr_hits)

Type:void

Parameter:

TypeParameterName
inttype
void *__pc
unsigned intnr_hits
396  If prof_on != type || Not prof_buffer Then Return
398  do_profile_hits(type, __pc, nr_hits)