Searched refs:fmt_percent (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/tools/perf/ui/ |
D | hist.c | 20 hpp_snprint_fn print_fn, bool fmt_percent) in __hpp__fmt() argument 28 if (fmt_percent) { in __hpp__fmt() 61 if (fmt_percent) { in __hpp__fmt() 70 if (fmt_percent) { in __hpp__fmt() 87 if (fmt_percent) { in __hpp__fmt() 109 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt() argument 115 print_fn, fmt_percent); in hpp__fmt() 118 if (fmt_percent) in hpp__fmt() 123 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmt_percent); in hpp__fmt() 128 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt_acc() argument [all …]
|
/linux-4.1.27/tools/perf/util/ |
D | hist.h | 273 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent); 276 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent);
|
/linux-4.1.27/scripts/ |
D | get_maintainer.pl | 1877 my $fmt_percent = sprintf("%.0f", $percent); 1878 add_role($line, "$role:$sign_offs/$divisor=$fmt_percent%");
|