Searched refs:fmtstr (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/kernel/debug/kdb/ |
D | kdb_main.c | 1546 static void kdb_md_line(const char *fmtstr, unsigned long addr, in kdb_md_line() argument 1570 kdb_printf(fmtstr, word); in kdb_md_line() 1617 char fmtchar, fmtstr[64]; in kdb_md() local 1737 sprintf(fmtstr, "%%16.16l%c ", fmtchar); in kdb_md() 1740 sprintf(fmtstr, "%%8.8l%c ", fmtchar); in kdb_md() 1743 sprintf(fmtstr, "%%4.4l%c ", fmtchar); in kdb_md() 1746 sprintf(fmtstr, "%%2.2l%c ", fmtchar); in kdb_md() 1784 kdb_md_line(fmtstr, addr, symbolic, nosect, bytesperword, in kdb_md() 2622 char fmtstr[64]; in kdb_per_cpu() local 2642 sprintf(fmtstr, "%%0%dlx ", (int)(2*bytesperword)); in kdb_per_cpu() [all …]
|
/kernel/linux/linux-5.10/tools/perf/ui/ |
D | hist.c | 116 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt() argument 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() argument 142 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); in hpp__fmt_acc()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
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);
|