Searched refs:fprintf (Results 176 - 200 of 593) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/net/
H A Dpsock_lib.h84 fprintf(stderr, "ERROR: socket dgram\n");
121 fprintf(stderr, "ERROR: send failed left=%d\n", num);
125 fprintf(stderr, "ERROR: recv failed left=%d\n", num);
129 fprintf(stderr, "ERROR: data failed left=%d\n", num);
H A Dtxtimestamp.c146 fprintf(stderr, "ERROR: key %d, expected %d\n",
164 fprintf(stderr, "ERROR: %" PRId64 " us expected between %d and %d\n",
174 fprintf(stderr, "%" PRId64 " ns", ts_delta);
176 fprintf(stderr, "%" PRId64 " us", ts_delta / NSEC_PER_USEC);
188 fprintf(stderr, " %s: %lu s %lu ns (seq=%u, len=%u)",
192 fprintf(stderr, " %s: %lu s %lu us (seq=%u, len=%u)",
198 fprintf(stderr, " (USR +");
200 fprintf(stderr, ")");
203 fprintf(stderr, "\n");
249 fprintf(stder
[all...]
H A Dsocket.c62 fprintf(stderr, "socket(%d, %d, %d) expected "
75 fprintf(stderr, "socket(%d, %d, %d) expected "
/linux-master/tools/testing/selftests/bpf/
H A Dcgroup_helpers.h9 #define log_err(MSG, ...) fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \
/linux-master/tools/testing/vsock/
H A Dvsock_diag_test.c84 fprintf(fp, "*:");
86 fprintf(fp, "%u:", cid);
89 fprintf(fp, "*");
91 fprintf(fp, "%u", port);
97 fprintf(fp, " ");
99 fprintf(fp, " %s %s %s %u\n",
128 fprintf(stderr, "cannot find fd %d\n", fd);
135 fprintf(stderr, "expected no sockets\n");
150 fprintf(stderr, "expected %d sockets, found %d\n",
160 fprintf(stder
[all...]
/linux-master/scripts/
H A Dsorttable.c97 fprintf(stderr, "not a regular file: %s\n", fname);
103 fprintf(stderr, "Could not mmap file: %s\n", fname);
292 fprintf(stderr, "unrecognized ELF data encoding %d: %s\n",
300 fprintf(stderr, "unrecognized ET_EXEC/ET_DYN file %s\n", fname);
326 fprintf(stderr, "unrecognized e_machine %d %s\n",
335 fprintf(stderr,
346 fprintf(stderr,
355 fprintf(stderr, "unrecognized ELF class %d %s\n",
370 fprintf(stderr, "usage: sorttable vmlinux...\n");
H A Dsorttable.h234 fprintf(stderr, "get start_mcount_loc error!");
240 fprintf(stderr, "get stop_mcount_loc error!");
355 fprintf(stderr,
364 fprintf(stderr,
373 fprintf(stderr,
382 fprintf(stderr,
390 fprintf(stderr,
397 fprintf(stderr, "no __ex_table in file: %s\n", fname);
402 fprintf(stderr, "no .symtab in file: %s\n", fname);
407 fprintf(stder
[all...]
/linux-master/samples/bpf/
H A Dxdp_tx_iptunnel_user.c109 fprintf(stderr, "%s is an invalid IP\n", ipstr);
121 fprintf(stderr, "Invalid port(s):%s\n", optarg);
129 fprintf(stderr, "Invalid port(s):%s\n", optarg);
137 fprintf(stderr, "Invalid port(s):%s\n", optarg);
142 fprintf(stderr, "Port range (%s) is larger than %u\n",
210 fprintf(stderr,
218 fprintf(stderr, "Invalid mac address:%s\n",
247 fprintf(stderr, "Missing argument -%c\n", optstr[i]);
254 fprintf(stderr, "Invalid ifname\n");
H A Dtracex6_user.c39 fprintf(stderr, "sys_perf_event_open failed on CPU %d\n", cpu);
49 fprintf(stderr, "Value missing for CPU %d\n", cpu);
53 fprintf(stderr, "CPU %d: %llu\n", cpu, value);
57 fprintf(stderr, "Value2 missing for CPU %d\n", cpu);
61 fprintf(stderr, "CPU %d: counter: %llu, enabled: %llu, running: %llu\n", cpu,
186 fprintf(stderr, "ERROR: opening BPF object file failed\n");
192 fprintf(stderr, "ERROR: loading BPF object file failed\n");
200 fprintf(stderr, "ERROR: finding a map in obj file failed\n");
207 fprintf(stderr, "ERROR: bpf_program__attach failed\n");
/linux-master/tools/iio/
H A Diio_event_monitor.c281 fprintf(stderr, "Unknown event: time: %lld, id: %llx\n",
321 fprintf(stderr, "Enabling/disabling events: can't open %s\n",
334 fprintf(stderr, "Failed to enable/disable %s\n",
364 fprintf(stderr,
398 fprintf(stderr, "Failed to open %s\n", chrdev_name);
406 fprintf(stderr,
409 fprintf(stderr, "Failed to retrieve event fd\n");
425 fprintf(stderr, "nothing available\n");
435 fprintf(stderr, "Reading event failed!\n");
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dxapic_ipi_test.c207 fprintf(stderr, "vCPU thread running vCPU %u\n", vcpu->id);
267 fprintf(stderr, "Calling migrate_pages every %d microseconds\n",
275 fprintf(stderr, "Numa nodes found amongst first %lu possible nodes "
293 fprintf(stderr, "Migrating amongst %d nodes found\n", nodes);
319 fprintf(stderr,
322 fprintf(stderr,
337 fprintf(stderr,
438 fprintf(stderr, "Halter vCPU thread started\n");
450 fprintf(stderr,
457 fprintf(stder
[all...]
/linux-master/tools/perf/
H A Dbuiltin-script.c377 return fprintf(fp, "[ perf script: Wrote %.3f MB %s (%" PRIu64 " samples) ]\n",
702 printed += fprintf(fp, " ABI:%" PRIu64 " ", regs->abi);
706 printed += fprintf(fp, "%5s:0x%"PRIx64" ", perf_reg_name(r, arch), val);
789 printed += fprintf(fp, "VM:%5d ", sample->machine_pid);
793 printed += fprintf(fp, "VCPU:%03d ", sample->vcpu);
799 printed += fprintf(fp, "%8.8s ", comm);
801 printed += fprintf(fp, "%s ", comm);
803 printed += fprintf(fp, "%16s ", comm);
807 printed += fprintf(fp, "%7d/%-7d ", sample->pid, sample->tid);
809 printed += fprintf(f
[all...]
/linux-master/tools/lib/subcmd/
H A Dparse-options.c23 fprintf(stderr, " Error: switch `%c' %s", opt->short_name, reason);
25 fprintf(stderr, " Error: option `no-%s' %s", opt->long_name, reason);
27 fprintf(stderr, " Error: option `%s' %s", opt->long_name, reason);
41 fprintf(stderr, " Warning: switch `%c' %s", opt->short_name, reason);
43 fprintf(stderr, " Warning: option `no-%s' %s", opt->long_name, reason);
45 fprintf(stderr, " Warning: option `%s' %s", opt->long_name, reason);
456 fprintf(stderr,
482 fprintf(stderr, " Error: did you mean `--%s` (with two dashes ?)\n", arg);
490 fprintf(stderr, " Error: did you mean `--%s` (with two dashes ?)\n", arg);
704 fprintf(stder
[all...]
/linux-master/scripts/dtc/
H A Dfdtput.c43 fprintf(stderr, "Error at '%1.*s': %s\n", namelen, name,
70 fprintf(stderr, "Decoding value:\n");
87 fprintf(stderr, "Out of mmory: cannot alloc "
97 fprintf(stderr, "\tstring: '%s'\n", ptr);
106 fprintf(stderr, "\t%s: %d\n",
116 fprintf(stderr, "Value size %d\n", upto);
280 fprintf(stderr, "Error: %s\n\n", msg);
282 fprintf(stderr, "%s", usage_msg);
/linux-master/scripts/genksyms/
H A Dgenksyms.h72 fprintf(stderr, "out of memory\n"); \
78 fprintf(stderr, "out of memory\n"); \
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsignal_tm.c88 fprintf(stderr, "(%d) Fail reason: %d rc=0x%lx ret=0x%lx\n",
95 fprintf(stderr, "(%d) Fail reason: %d rc=0x%lx ret=0x%lx\n",
/linux-master/tools/counter/
H A Dcounter_example.c58 fprintf(stderr, "Error adding watches[%d]: %s\n", i,
77 fprintf(stderr, "Failed to read event data\n");
/linux-master/tools/testing/selftests/exec/
H A Dnull-argv.c55 fprintf(stderr, "# FAIL: saw argc == 0 (old kernel?)\n");
59 fprintf(stderr, "# FAIL: unknown argc (%d)\n", argc);
/linux-master/tools/perf/util/
H A Dbpf_map.c56 printed += fprintf(fp, "[%d] = %d,\n", intkey, boolval);
58 printed += fprintf(fp, "[%d] = ERROR,\n", intkey);
/linux-master/tools/testing/selftests/cgroup/
H A Dwait_inotify.c25 fprintf(stderr, msg, file);
45 fprintf(stderr, usage, cmd);
/linux-master/tools/power/cpupower/utils/
H A Dcpupower-info.c47 fprintf(stderr, _("Subcommand not supported on POWER.\n"));
106 fprintf(stderr,
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dtpidr2_siginfo.c60 fprintf(stderr, "TPIDR2 sigframe %s on system %s SME\n",
76 fprintf(stderr, "TPIDR2 in frame is %llx, was %llx\n",
/linux-master/tools/power/acpi/os_specific/service_layers/
H A Dosunixmap.c72 fprintf(stderr, "Cannot open %s\n", SYSTEM_MEMORY);
86 fprintf(stderr, "Cannot map %s\n", SYSTEM_MEMORY);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Darg_parsing.c134 fprintf(fp, "# comment\n");
135 fprintf(fp, " test_with_spaces \n");
136 fprintf(fp, "testA/subtest # comment\n");
137 fprintf(fp, "testB#comment with no space\n");
138 fprintf(fp, "testB # duplicate\n");
139 fprintf(fp, "testA/subtest # subtest duplicate\n");
140 fprintf(fp, "testA/subtest2\n");
141 fprintf(fp, "testC_no_eof_newline");
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dchild.h32 fprintf(stderr, \
43 fprintf(stderr, \

Completed in 262 milliseconds

1234567891011>>