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:43
Last Modify:2020-03-17 14:55:40 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:SEQ_printf

Proto:static void SEQ_printf(struct seq_file *m, const char *fmt, ...)

Type:void

Parameter:

TypeParameterName
struct seq_file *m
const char *fmt
35  va_start(args, fmt)
37  If m Then seq_vprintf(m, fmt, args)
39  Else vprintk(fmt, args)
42  va_end(args)
Caller
NameDescribe
print_name_offset
print_timer
print_base
print_cpu
timer_list_header