Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\timer_list.c Create Date:2022-07-28 10:44:50
Last Modify:2020-03-17 14:55:40 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:timer_list_show

Proto:static int timer_list_show(struct seq_file *m, void *v)

Type:int

Parameter:

TypeParameterName
struct seq_file *m
void *v
306  iter = v
308  If cpu == -1 && Not second_pass Then timer_list_header(m, now)
310  Else if Not second_pass Then print_cpu(m, cpu, now)
318  Return 0