Searched refs:fmt_percent (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/perf/ui/ |
D | hist.c | 23 hpp_snprint_fn print_fn, bool fmt_percent) in __hpp__fmt() argument 31 if (fmt_percent) { in __hpp__fmt() 64 if (fmt_percent) { in __hpp__fmt() 73 if (fmt_percent) { in __hpp__fmt() 90 if (fmt_percent) { in __hpp__fmt() 112 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt() argument 118 print_fn, fmt_percent); in hpp__fmt() 121 if (fmt_percent) in hpp__fmt() 126 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmt_percent); in hpp__fmt() 131 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt_acc() argument [all …]
|
/Linux-v4.19/tools/perf/util/ |
D | hist.h | 397 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent); 400 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent);
|
/Linux-v4.19/scripts/ |
D | get_maintainer.pl | 2152 my $fmt_percent = sprintf("%.0f", $percent); 2153 add_role($line, "$role:$sign_offs/$divisor=$fmt_percent%");
|