Searched refs:fmt_percent (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/perf/ui/ |
D | hist.c | 27 hpp_snprint_fn print_fn, bool fmt_percent) in __hpp__fmt() argument 35 if (fmt_percent) { in __hpp__fmt() 68 if (fmt_percent) { in __hpp__fmt() 77 if (fmt_percent) { in __hpp__fmt() 94 if (fmt_percent) { in __hpp__fmt() 116 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt() argument 122 print_fn, fmt_percent); in hpp__fmt() 125 if (fmt_percent) in hpp__fmt() 130 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmt_percent); in hpp__fmt() 135 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt_acc() argument [all …]
|
/linux-6.1.9/tools/perf/util/ |
D | hist.h | 424 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent); 427 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent);
|
/linux-6.1.9/scripts/ |
D | get_maintainer.pl | 2192 my $fmt_percent = sprintf("%.0f", $percent); 2193 add_role($line, "$role:$sign_offs/$divisor=$fmt_percent%");
|