Searched refs:fprintf (Results 576 - 597 of 597) sorted by relevance

<<21222324

/linux-master/tools/testing/selftests/bpf/
H A Dxsk.c52 #define pr_warn(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__)
/linux-master/arch/x86/tools/
H A Drelocs.c1066 return fprintf(f, "\t.long 0x%08"PRIx32"\n", v) > 0 ? 0 : -1;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt.c984 fprintf(stderr, "%s\n", bpf_log_buf);
H A Dtc_redirect.c67 fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \
H A Dreg_bounds.c1477 fprintf(env.stderr, "PROGRESS (%s): %d/%d (%.2lf%%), "
/linux-master/tools/bpf/bpftool/
H A Dfeature.c1317 fprintf(stderr,
H A Dmap.c1435 fprintf(stderr,
H A Dlink.c1216 fprintf(stderr,
H A Dgen.c1877 fprintf(stderr,
/linux-master/scripts/
H A Dunifdef.c380 fprintf(stderr, "usage: unifdef [-bBcdeKknsStV] [-Ipath]"
/linux-master/tools/perf/
H A Dbuiltin-sched.c2785 ret += fprintf(fp, "%s%s", first ? "" : sep,
2809 ret += fprintf(fp, " ");
2812 ret += fprintf(fp, " %8d ", chain->count);
2814 ret += fprintf(fp, "\n");
/linux-master/tools/testing/selftests/mm/
H A Dhmm-tests.c124 fprintf(stderr, "could not open hmm dmirror driver (%s)\n",
250 fprintf(stderr, "%s:%d failed to open /dev/urandom\n",
H A Dpagemap_ioctl.c1228 fprintf(stderr, "open() failed\n");
/linux-master/tools/perf/util/
H A Darm-spe.c1073 fprintf(stdout, arm_spe_info_fmts[ARM_SPE_PMU_TYPE], arr[ARM_SPE_PMU_TYPE]);
H A Dmachine.c896 printed += fprintf(fp, "[0] %s\n", filename);
900 printed += fprintf(fp, "[%d] %s\n", i + dso__has_build_id(kdso),
915 /* TODO: handle fprintf errors. */
926 size_t ret = fprintf(fp, "Threads: %zu\n", threads__nr(&machine->threads));
H A Dintel-pt.c4163 fprintf(stdout, fmt, arr[i]);
4172 fprintf(stdout, " %-20s%s\n", name, str ? str : "");
4305 fprintf(stdout, " Cap Event Trace %d\n",
H A Devlist.c1499 fprintf(stderr, "FATAL: evlist->threads need to be set at this point (%s:%d).\n",
H A Dcs-etm.c769 fprintf(stdout, "\n");
H A Dsort.c3679 fprintf(fp, "# %s: %s\n", list_name,
/linux-master/tools/objtool/
H A Delf.c1012 fprintf(stderr, "objtool: Can't open '%s': %s\n",
/linux-master/tools/testing/selftests/net/
H A Dgro.c1326 fprintf(stderr, "Gro::%s test passed.\n", testname);
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c265 fprintf(stderr, "%s\n", buf);

Completed in 692 milliseconds

<<21222324