函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\gcov\gcc_3_4.c Create Date:2022-07-27 12:35:37
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Determine whether a counter is active. Based on gcc magic. Doesn't change* at run-time.

函数原型:static int counter_active(struct gcov_info *info, unsigned int type)

返回类型:int

参数:

类型参数名称
struct gcov_info *info
unsigned inttype
164  返回:1左移type位按位与ctr_mask
调用者
名称描述
num_counter_activeDetermine number of active counters. Based on gcc magic.
gcov_iter_startgcov_iter_start - reset file iterator to starting position*@iter: file iterator