Searched refs:fmtstr (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/kernel/debug/kdb/ |
| H A D | kdb_main.c | 1458 static void kdb_md_line(const char *fmtstr, unsigned long addr, in kdb_md_line() argument 1482 kdb_printf(fmtstr, word); in kdb_md_line() 1529 char fmtchar, fmtstr[64]; in kdb_md() local 1649 sprintf(fmtstr, "%%16.16l%c ", fmtchar); in kdb_md() 1652 sprintf(fmtstr, "%%8.8l%c ", fmtchar); in kdb_md() 1655 sprintf(fmtstr, "%%4.4l%c ", fmtchar); in kdb_md() 1658 sprintf(fmtstr, "%%2.2l%c ", fmtchar); in kdb_md() 1696 kdb_md_line(fmtstr, addr, symbolic, nosect, bytesperword, in kdb_md() 2438 char fmtstr[64]; in kdb_per_cpu() local 2458 sprintf(fmtstr, "%%0%dlx ", (int)(2*bytesperword)); in kdb_per_cpu() [all …]
|
| /linux-6.15/tools/perf/ui/ |
| H A D | hist.c | 122 const char *fmtstr, hpp_snprint_fn print_fn, in hpp__fmt() argument 128 return __hpp__fmt(hpp, he, get_field, fmtstr, 1, in hpp__fmt() 137 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmtype); in hpp__fmt() 142 const char *fmtstr, hpp_snprint_fn print_fn, in hpp__fmt_acc() argument 150 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmtype); in hpp__fmt_acc()
|
| /linux-6.15/tools/perf/util/ |
| H A D | hist.h | 640 const char *fmtstr, hpp_snprint_fn print_fn, 644 const char *fmtstr, hpp_snprint_fn print_fn,
|