Lines Matching refs:pcwidth
64 int pcwidth; member
2186 if (fo->pcwidth > 0 || fo->bcwidth > 0) { in show_static_rule()
2187 pr_u64(bp, &cntr->pcnt, fo->pcwidth); in show_static_rule()
2292 if (fo->pcwidth > 0 || fo->bcwidth > 0) { in show_dyn_state()
2294 pr_u64(bp, &d->pcnt, fo->pcwidth); in show_dyn_state()
2558 if (width > fo->pcwidth) in prepare_format_dyn()
2559 fo->pcwidth = width; in prepare_format_dyn()
2611 int bcwidth, pcwidth, width; in prepare_format_opts() local
2617 pcwidth = 0; in prepare_format_opts()
2629 if (width > pcwidth) in prepare_format_opts()
2630 pcwidth = width; in prepare_format_opts()
2639 fo->pcwidth = pcwidth; in prepare_format_opts()