Home
last modified time | relevance | path

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

/linux/kernel/debug/kdb/
H A Dkdb_main.c1447 static void kdb_md_line(const char *fmtstr, unsigned long addr, in kdb_md_line() argument
1471 kdb_printf(fmtstr, word); in kdb_md_line()
1518 char fmtchar, fmtstr[64]; in kdb_md() local
1638 sprintf(fmtstr, "%%16.16l%c ", fmtchar); in kdb_md()
1641 sprintf(fmtstr, "%%8.8l%c ", fmtchar); in kdb_md()
1644 sprintf(fmtstr, "%%4.4l%c ", fmtchar); in kdb_md()
1647 sprintf(fmtstr, "%%2.2l%c ", fmtchar); in kdb_md()
1685 kdb_md_line(fmtstr, addr, symbolic, nosect, bytesperword, in kdb_md()
2427 char fmtstr[64]; in kdb_per_cpu() local
2447 sprintf(fmtstr, "%%0%dlx ", (int)(2*bytesperword)); in kdb_per_cpu()
[all …]
/linux/tools/perf/ui/
H A Dhist.c125 const char *fmtstr, hpp_snprint_fn print_fn, in hpp__fmt() argument
131 return __hpp__fmt(hpp, he, get_field, fmtstr, 1, in hpp__fmt()
140 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmtype); in hpp__fmt()
145 const char *fmtstr, hpp_snprint_fn print_fn, in hpp__fmt_acc() argument
153 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmtype); in hpp__fmt_acc()
158 const char *fmtstr, hpp_snprint_fn print_fn) in hpp__fmt_mem_stat() argument
185 ret += hpp__call_print_fn(hpp, print_fn, fmtstr, 100.0 * val / total); in hpp__fmt_mem_stat()
/linux/tools/perf/util/
H A Dhist.h661 const char *fmtstr, hpp_snprint_fn print_fn,
665 const char *fmtstr, hpp_snprint_fn print_fn,
669 const char *fmtstr, hpp_snprint_fn print_fn);