Searched refs:fmt_percent (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/tools/perf/ui/ ! |
D | hist.c | 28 hpp_snprint_fn print_fn, bool fmt_percent) in __hpp__fmt() argument 36 if (fmt_percent) { in __hpp__fmt() 69 if (fmt_percent) { in __hpp__fmt() 78 if (fmt_percent) { in __hpp__fmt() 95 if (fmt_percent) { in __hpp__fmt() 117 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt() argument 123 print_fn, fmt_percent); in hpp__fmt() 126 if (fmt_percent) in hpp__fmt() 131 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmt_percent); in hpp__fmt() 136 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt_acc() argument [all …]
|
/linux-6.6.21/tools/perf/util/ ! |
D | hist.h | 429 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent); 432 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent);
|
/linux-6.6.21/scripts/ ! |
D | get_maintainer.pl | 2192 my $fmt_percent = sprintf("%.0f", $percent); 2193 add_role($line, "$role:$sign_offs/$divisor=$fmt_percent%");
|