Searched refs:fmtstr (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/kernel/debug/kdb/ |
D | kdb_main.c | 1518 static void kdb_md_line(const char *fmtstr, unsigned long addr, in kdb_md_line() argument 1542 kdb_printf(fmtstr, word); in kdb_md_line() 1589 char fmtchar, fmtstr[64]; in kdb_md() local 1709 sprintf(fmtstr, "%%16.16l%c ", fmtchar); in kdb_md() 1712 sprintf(fmtstr, "%%8.8l%c ", fmtchar); in kdb_md() 1715 sprintf(fmtstr, "%%4.4l%c ", fmtchar); in kdb_md() 1718 sprintf(fmtstr, "%%2.2l%c ", fmtchar); in kdb_md() 1756 kdb_md_line(fmtstr, addr, symbolic, nosect, bytesperword, in kdb_md() 2532 char fmtstr[64]; in kdb_per_cpu() local 2552 sprintf(fmtstr, "%%0%dlx ", (int)(2*bytesperword)); in kdb_per_cpu() [all …]
|
/linux-6.12.1/tools/perf/ui/ |
D | hist.c | 121 const char *fmtstr, hpp_snprint_fn print_fn, in hpp__fmt() argument 127 return __hpp__fmt(hpp, he, get_field, fmtstr, 1, in hpp__fmt() 136 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmtype); in hpp__fmt() 141 const char *fmtstr, hpp_snprint_fn print_fn, in hpp__fmt_acc() argument 149 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmtype); in hpp__fmt_acc()
|
/linux-6.12.1/tools/perf/util/ |
D | hist.h | 617 const char *fmtstr, hpp_snprint_fn print_fn, 621 const char *fmtstr, hpp_snprint_fn print_fn,
|