/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | hist.c | 116 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt() 121 return __hpp__fmt(hpp, he, get_field, fmtstr, 1, 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() 142 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); in hpp__fmt_acc() 114 hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, hpp_field_fn get_field, const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) hpp__fmt() argument 133 hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, hpp_field_fn get_field, const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) hpp__fmt_acc() argument
|
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | hist.c | 117 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt() 122 return __hpp__fmt(hpp, he, get_field, fmtstr, 1, 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() 143 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); in hpp__fmt_acc() 115 hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, hpp_field_fn get_field, const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) hpp__fmt() argument 134 hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, hpp_field_fn get_field, const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) hpp__fmt_acc() argument
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.h | 412 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent); 415 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent);
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A 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);
|
/kernel/linux/linux-5.10/kernel/debug/kdb/ |
H A D | kdb_main.c | 1544 static void kdb_md_line(const char *fmtstr, unsigned long addr, in kdb_md_line() argument 1568 kdb_printf(fmtstr, word); in kdb_md_line() 1615 char fmtchar, fmtstr[64]; in kdb_md() local 1735 sprintf(fmtstr, "%%16.16l%c ", fmtchar); in kdb_md() 1738 sprintf(fmtstr, "%%8.8l%c ", fmtchar); in kdb_md() 1741 sprintf(fmtstr, "%%4.4l%c ", fmtchar); in kdb_md() 1744 sprintf(fmtstr, "%%2.2l%c ", fmtchar); in kdb_md() 1782 kdb_md_line(fmtstr, addr, symbolic, nosect, bytesperword, in kdb_md() 2620 char fmtstr[64]; in kdb_per_cpu() local 2640 sprintf(fmtstr, " in kdb_per_cpu() [all...] |
/kernel/linux/linux-6.6/kernel/debug/kdb/ |
H A D | kdb_main.c | 1529 static void kdb_md_line(const char *fmtstr, unsigned long addr, in kdb_md_line() argument 1553 kdb_printf(fmtstr, word); in kdb_md_line() 1600 char fmtchar, fmtstr[64]; in kdb_md() local 1720 sprintf(fmtstr, "%%16.16l%c ", fmtchar); in kdb_md() 1723 sprintf(fmtstr, "%%8.8l%c ", fmtchar); in kdb_md() 1726 sprintf(fmtstr, "%%4.4l%c ", fmtchar); in kdb_md() 1729 sprintf(fmtstr, "%%2.2l%c ", fmtchar); in kdb_md() 1767 kdb_md_line(fmtstr, addr, symbolic, nosect, bytesperword, in kdb_md() 2543 char fmtstr[64]; in kdb_per_cpu() local 2563 sprintf(fmtstr, " in kdb_per_cpu() [all...] |