Home
last modified time | relevance | path

Searched refs:fmtstr (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/kernel/debug/kdb/
Dkdb_main.c1531 static void kdb_md_line(const char *fmtstr, unsigned long addr, in kdb_md_line() argument
1555 kdb_printf(fmtstr, word); in kdb_md_line()
1602 char fmtchar, fmtstr[64]; in kdb_md() local
1722 sprintf(fmtstr, "%%16.16l%c ", fmtchar); in kdb_md()
1725 sprintf(fmtstr, "%%8.8l%c ", fmtchar); in kdb_md()
1728 sprintf(fmtstr, "%%4.4l%c ", fmtchar); in kdb_md()
1731 sprintf(fmtstr, "%%2.2l%c ", fmtchar); in kdb_md()
1769 kdb_md_line(fmtstr, addr, symbolic, nosect, bytesperword, in kdb_md()
2545 char fmtstr[64]; in kdb_per_cpu() local
2565 sprintf(fmtstr, "%%0%dlx ", (int)(2*bytesperword)); in kdb_per_cpu()
[all …]
/Linux-v6.6/tools/perf/ui/
Dhist.c117 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt() argument
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() argument
143 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); in hpp__fmt_acc()
/Linux-v6.6/tools/perf/util/
Dhist.h429 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent);
432 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent);