Home
last modified time | relevance | path

Searched refs:printed (Results 26 – 50 of 397) sorted by relevance

12345678910>>...16

/openbmc/linux/arch/sparc/kernel/
H A Dsetup_64.c414 int i, printed = 0; in cpucap_info() local
421 printed ? "," : "", hwcaps[i]); in cpucap_info()
422 printed++; in cpucap_info()
434 printed++; in cpucap_info()
443 if ((*printed) == 0) in report_one_hwcap()
446 (*printed) ? "," : "", name); in report_one_hwcap()
447 if (++(*printed) == 8) { in report_one_hwcap()
449 *printed = 0; in report_one_hwcap()
469 int i, printed = 0; in report_hwcaps() local
477 report_crypto_hwcaps(&printed); in report_hwcaps()
[all …]
/openbmc/linux/init/
H A Dcalibrate.c278 static bool printed; in calibrate_delay() local
283 if (!printed) in calibrate_delay()
288 if (!printed) in calibrate_delay()
291 } else if ((!printed) && lpj_fine) { in calibrate_delay()
298 if (!printed) in calibrate_delay()
302 if (!printed) in calibrate_delay()
307 if (!printed) in calibrate_delay()
313 printed = true; in calibrate_delay()
/openbmc/linux/tools/perf/bench/
H A Duprobe.c112 int printed = fprintf(fp, "# Executed %'d %s calls\n", loops, name); in bench_uprobe_format__default_fprintf() local
114 printed += fprintf(fp, " %14s: %'" PRIu64 " %ss", "Total time", diff, unit); in bench_uprobe_format__default_fprintf()
117printed += fprintf(fp, " %s%'" PRId64 " to baseline", diff_to_baseline > 0 ? "+" : "", diff_to_bas… in bench_uprobe_format__default_fprintf()
123 printed += fprintf(fp, "\n\n %'.3f %ss/op", (double)diff / (double)loops, unit); in bench_uprobe_format__default_fprintf()
126printed += fprintf(fp, " %'.3f %ss/op to baseline", (double)diff_to_baseline / (double)loops, unit… in bench_uprobe_format__default_fprintf()
129printed += fprintf(fp, " %'.3f %ss/op to previous", (double)diff_to_previous / (double)loops, unit… in bench_uprobe_format__default_fprintf()
138 return printed + 1; in bench_uprobe_format__default_fprintf()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c694 int printed = 0; in perf_sample__fprintf_regs() local
706 return printed; in perf_sample__fprintf_regs()
893 return printed; in perf_sample__fprintf_start()
952 return printed; in perf_sample__fprintf_brstack()
990 return printed; in perf_sample__fprintf_brstacksym()
1032 return printed; in perf_sample__fprintf_brstackoff()
1222 ret = printed; in ip__fprintf_sym()
1377 return printed; in perf_sample__fprintf_brstackinsn()
1405 return printed; in perf_sample__fprintf_addr()
1523 return printed; in perf_sample__fprintf_insn()
[all …]
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c834 int printed = 0; in print_header() local
1108 int printed = 0; in format_counters() local
1141 outp += sprintf(outp, "%s-", (printed++ ? delim : "")); in format_counters()
1143 outp += sprintf(outp, "%s-", (printed++ ? delim : "")); in format_counters()
1145 outp += sprintf(outp, "%s-", (printed++ ? delim : "")); in format_counters()
1147 outp += sprintf(outp, "%s-", (printed++ ? delim : "")); in format_counters()
1149 outp += sprintf(outp, "%s-", (printed++ ? delim : "")); in format_counters()
1237 sprintf(outp, "%s%.2f", (printed++ ? delim : ""), in format_counters()
1365 sprintf(outp, fmt8, (printed++ ? delim : ""), in format_counters()
1377 sprintf(outp, fmt8, (printed++ ? delim : ""), in format_counters()
[all …]
/openbmc/linux/tools/perf/util/
H A Dstring.c220 size_t i, printed = 0; in asprintf_expr_inout_ints() local
233 if (printed == size) in asprintf_expr_inout_ints()
237 printed += scnprintf(e + printed, size - printed, " %s ", or_and); in asprintf_expr_inout_ints()
238 printed += scnprintf(e + printed, size - printed, in asprintf_expr_inout_ints()
H A Dbpf_map.c33 int printed = 0; in bpf_map__fprintf() local
56 printed += fprintf(fp, "[%d] = %d,\n", intkey, boolval); in bpf_map__fprintf()
58 printed += fprintf(fp, "[%d] = ERROR,\n", intkey); in bpf_map__fprintf()
65 err = printed; in bpf_map__fprintf()
H A Dcallchain.c1175 int printed; in callchain_list__sym_name() local
1191 scnprintf(bf + printed, bfsize - printed, " %s", in callchain_list__sym_name()
1347 if (printed) in branch_to_str()
1353 bf + printed, bfsize - printed, 0.0); in branch_to_str()
1359 bf + printed, bfsize - printed, 0.1); in branch_to_str()
1363 printed += scnprintf(bf + printed, bfsize - printed, ")"); in branch_to_str()
1380 bf + printed, bfsize - printed); in branch_from_str()
1387 v, bf + printed, bfsize - printed); in branch_from_str()
1391 bf + printed, bfsize - printed); in branch_from_str()
1396 printed += scnprintf(bf + printed, bfsize - printed, ")"); in branch_from_str()
[all …]
H A Devlist.c1592 printed += scnprintf(buf + printed, size - printed, "\nHint:\t"); in evlist__strerror_open()
1595 printed += scnprintf(buf + printed, size - printed, in evlist__strerror_open()
1598 printed += scnprintf(buf + printed, size - printed, in evlist__strerror_open()
1601 printed += scnprintf(buf + printed, size - printed, in evlist__strerror_open()
1639 printed += scnprintf(buf + printed, size - printed, in evlist__strerror_mmap()
1646 printed += scnprintf(buf + printed, size - printed, in evlist__strerror_mmap()
1651 printed += scnprintf(buf + printed, size - printed, in evlist__strerror_mmap()
2449 int printed = 0; in evlist__scnprintf_evsels() local
2455printed += scnprintf(bf + printed, size - printed, "%s%s", printed ? "," : "", evsel__name(evsel)); in evlist__scnprintf_evsels()
2457 printed += scnprintf(bf + printed, size - printed, "%s...", printed ? "," : ""); in evlist__scnprintf_evsels()
[all …]
H A Devswitch.c36 int printed = fprintf(fp, "ERROR: switch-%s event not found (%s)\n", evtype, evname); in evswitch__fprintf_enoent() local
38 return printed += fprintf(fp, "HINT: use 'perf evlist' to see the available event names\n"); in evswitch__fprintf_enoent()
H A Dmap.c476 int printed = 0; in map__fprintf_dsoname_dsoff() local
480 printed += fprintf(fp, " ("); in map__fprintf_dsoname_dsoff()
481 printed += __map__fprintf_dsoname(map, print_off, fp); in map__fprintf_dsoname_dsoff()
483 printed += fprintf(fp, "+0x%" PRIx64, addr); in map__fprintf_dsoname_dsoff()
484 printed += fprintf(fp, ")"); in map__fprintf_dsoname_dsoff()
486 return printed; in map__fprintf_dsoname_dsoff()
/openbmc/linux/drivers/acpi/apei/
H A Dbert.c52 int printed = 0, skipped = 0; in bert_print_all() local
73 printed < ACPI_BERT_PRINT_MAX_RECORDS) { in bert_print_all()
76 printed++; in bert_print_all()
95 if (printed + skipped) in bert_print_all()
96 pr_info("Total records found: %d\n", printed + skipped); in bert_print_all()
/openbmc/qemu/util/
H A Derror-report.c316 bool error_report_once_cond(bool *printed, const char *fmt, ...) in error_report_once_cond() argument
320 assert(printed); in error_report_once_cond()
321 if (*printed) { in error_report_once_cond()
324 *printed = true; in error_report_once_cond()
336 bool warn_report_once_cond(bool *printed, const char *fmt, ...) in warn_report_once_cond() argument
340 assert(printed); in warn_report_once_cond()
341 if (*printed) { in warn_report_once_cond()
344 *printed = true; in warn_report_once_cond()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dprintk.c119 int printed; in efi_printk() local
144 printed = vsnprintf(printf_buf, sizeof(printf_buf), fmt, args); in efi_printk()
148 if (printed >= sizeof(printf_buf)) { in efi_printk()
153 return printed; in efi_printk()
/openbmc/linux/lib/
H A Dratelimit.c63 rs->printed = 0; in ___ratelimit()
65 if (burst && burst > rs->printed) { in ___ratelimit()
66 rs->printed++; in ___ratelimit()
/openbmc/phosphor-fan-presence/docs/control/
H A Ddebug.md17 It can be printed with:
29 It can be printed with:
64 It can be printed with:
74 They can be printed with:
85 It can be printed with:
96 It can be printed with:
/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c779 int printed; member
1172 int printed; in hist_browser__show_callchain() local
1199 return printed; in hist_browser__show_callchain()
1381 ++printed; in hist_browser__show_entry()
1398 return printed; in hist_browser__show_entry()
1550 ++printed; in hist_browser__show_hierarchy_entry()
1564 return printed; in hist_browser__show_hierarchy_entry()
2088 return printed; in hist_browser__fprintf_entry()
2301 printed += scnprintf(bf + printed, size - printed, in hists_browser__scnprintf_title()
2305 printed += scnprintf(bf + printed, size - printed, in hists_browser__scnprintf_title()
[all …]
/openbmc/linux/drivers/net/bonding/
H A Dbond_procfs.c114 int printed = 0; in bond_info_show_master() local
126 if (printed) in bond_info_show_master()
129 printed = 1; in bond_info_show_master()
134 printed = 0; in bond_info_show_master()
140 if (printed) in bond_info_show_master()
143 printed = 1; in bond_info_show_master()
/openbmc/qemu/include/qemu/
H A Derror-report.h44 bool error_report_once_cond(bool *printed, const char *fmt, ...)
46 bool warn_report_once_cond(bool *printed, const char *fmt, ...)
/openbmc/linux/tools/lib/api/fd/
H A Darray.c143 int fd, printed = fprintf(fp, "%d [ ", fda->nr); in fdarray__fprintf() local
146 printed += fprintf(fp, "%s%d", fd ? ", " : "", fda->entries[fd].fd); in fdarray__fprintf()
148 return printed + fprintf(fp, " ]"); in fdarray__fprintf()
/openbmc/linux/tools/perf/tests/
H A Dfdarray.c22 int printed = 0; in fdarray__fprintf_prefix() local
27 printed += fprintf(fp, "\n%s: ", prefix); in fdarray__fprintf_prefix()
28 return printed + fdarray__fprintf(fda, fp); in fdarray__fprintf_prefix()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-help.txt16 command and a list of the most commonly used perf commands are printed
20 printed on the standard output.
/openbmc/linux/arch/x86/boot/
H A Dprintf.c298 int printed; in printf() local
301 printed = vsprintf(printf_buf, fmt, args); in printf()
306 return printed; in printf()
/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/
H A DCMU-Tex8 print the results, provided the printed document carries copying
10 paragraph (this paragraph not being relevant to the printed manual).
/openbmc/linux/tools/perf/ui/stdio/
H A Dhist.c224 bool printed = false; in callchain__fprintf_graph() local
243 if (!printed) { in callchain__fprintf_graph()
249 printed = true; in callchain__fprintf_graph()
467 int ret, printed = 0; in hist_entry__hierarchy_fprintf() local
504 printed += fprintf(fp, "%s", buf); in hist_entry__hierarchy_fprintf()
523 printed += fprintf(fp, "%s%s", sep ?: " ", skip_spaces(buf)); in hist_entry__hierarchy_fprintf()
525 printed += putc('\n', fp); in hist_entry__hierarchy_fprintf()
530 printed += hist_entry_callchain__fprintf(he, total, 0, fp); in hist_entry__hierarchy_fprintf()
535 return printed; in hist_entry__hierarchy_fprintf()

12345678910>>...16