Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:annotate_branch_stat_show

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

Type:int

Parameter:

TypeParameterName
struct seq_file *m
void *v
299  p = v
303  f = branch_stat_process_file( & data)
305  If Not constant Then Return branch_stat_show_normal(m, & data, f)
308  l = snprintf - Format a string and place it in a buffer*@buf: The buffer to place the result into*@size: The size of the buffer, including the trailing null space*@fmt: The format string to use*@
309  l = If l > 8 Then 0 Else 8 - l
311  seq_printf(m, "%8lu/%lu %*lu ", correct, constant, l, incorrect)
313  branch_stat_show(m, & data, f)
314  Return 0