Home
last modified time | relevance | path

Searched refs:stderr (Results 151 - 175 of 2406) sorted by relevance

12345678910>>...97

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/
H A Dbench_rename.c17 fprintf(stderr, "benchmark doesn't support multi-producer!\n"); in validate()
21 fprintf(stderr, "benchmark doesn't support multi-consumer!\n"); in validate()
34 fprintf(stderr, "write failed\n"); in producer()
52 fprintf(stderr, "failed to open skeleton\n"); in setup_ctx()
58 fprintf(stderr, "failed to open /proc/self/comm: %d\n", -errno); in setup_ctx()
69 fprintf(stderr, "failed to attach program!\n"); in attach_bpf()
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/examples/
H A Dsampling.c15 return vfprintf(stderr, fmt, ap); in libperf_print()
44 fprintf(stderr, "failed to create cpus\n"); in main()
50 fprintf(stderr, "failed to create evlist\n"); in main()
56 fprintf(stderr, "failed to create cycles\n"); in main()
66 fprintf(stderr, "failed to open evlist\n"); in main()
72 fprintf(stderr, "failed to mmap evlist\n"); in main()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dhelp-unknown-cmd.c68 fprintf(stderr, "ERROR: Failed to allocate command list for unknown command.\n"); in help_unknown_cmd()
95 fprintf(stderr, "WARNING: You called a perf program named '%s', " in help_unknown_cmd()
100 fprintf(stderr, "in %0.1f seconds automatically...\n", in help_unknown_cmd()
107 fprintf(stderr, "perf: '%s' is not a perf-command. See 'perf --help'.\n", cmd); in help_unknown_cmd()
110 fprintf(stderr, "\nDid you mean %s?\n", in help_unknown_cmd()
114 fprintf(stderr, "\t%s\n", main_cmds.names[i]->name); in help_unknown_cmd()
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dsyscall.c43 fprintf(stderr, "fork failed\n"); in test_fork()
49 fprintf(stderr, "waitpid failed\n"); in test_fork()
62 fprintf(stderr, "fork failed\n"); in test_execve()
66 fprintf(stderr, "execve /bin/true failed\n"); in test_execve()
70 fprintf(stderr, "waitpid failed\n"); in test_execve()
158 fprintf(stderr, "Unknown format:%d\n", bench_format); in bench_syscall_common()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_strncmp.c34 fprintf(stderr, "Invalid cmp str len (limit %zu)\n", in strncmp_parse_arg()
54 fprintf(stderr, "strncmp benchmark doesn't support consumer!\n"); in strncmp_validate()
67 fprintf(stderr, "invalid string size (target %zu, src %zu)\n", in strncmp_setup()
76 fprintf(stderr, "failed to open skeleton\n"); in strncmp_setup()
95 fprintf(stderr, "failed to load skeleton\n"); in strncmp_setup()
107 fprintf(stderr, "failed to attach program!\n"); in strncmp_attach_prog()
H A Dbench_rename.c17 fprintf(stderr, "benchmark doesn't support multi-producer!\n"); in validate()
21 fprintf(stderr, "benchmark doesn't support consumer!\n"); in validate()
34 fprintf(stderr, "write failed\n"); in producer()
52 fprintf(stderr, "failed to open skeleton\n"); in setup_ctx()
58 fprintf(stderr, "failed to open /proc/self/comm: %d\n", -errno); in setup_ctx()
69 fprintf(stderr, "failed to attach program!\n"); in attach_bpf()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dhelp-unknown-cmd.c68 fprintf(stderr, "ERROR: Failed to allocate command list for unknown command.\n"); in help_unknown_cmd()
96 fprintf(stderr, "WARNING: You called a perf program named '%s', " in help_unknown_cmd()
101 fprintf(stderr, "in %0.1f seconds automatically...\n", in help_unknown_cmd()
108 fprintf(stderr, "perf: '%s' is not a perf-command. See 'perf --help'.\n", cmd); in help_unknown_cmd()
111 fprintf(stderr, "\nDid you mean %s?\n", in help_unknown_cmd()
115 fprintf(stderr, "\t%s\n", main_cmds.names[i]->name); in help_unknown_cmd()
/kernel/linux/linux-6.6/scripts/selinux/genheaders/
H A Dgenheaders.c35 fprintf(stderr, "%s: out of memory\n", progname); in stoupperx()
57 fprintf(stderr, "Could not open %s for writing: %s\n", in main()
111 fprintf(stderr, "Could not successfully close %s: %s\n", in main()
118 fprintf(stderr, "Could not open %s for writing: %s\n", in main()
136 fprintf(stderr, "Too many permissions to fit into an access vector at (%s, %s).\n", in main()
151 fprintf(stderr, "Could not successfully close %s: %s\n", in main()
/kernel/linux/linux-6.6/tools/lib/perf/Documentation/examples/
H A Dsampling.c15 return vfprintf(stderr, fmt, ap); in libperf_print()
44 fprintf(stderr, "failed to create cpus\n"); in main()
50 fprintf(stderr, "failed to create evlist\n"); in main()
56 fprintf(stderr, "failed to create cycles\n"); in main()
66 fprintf(stderr, "failed to open evlist\n"); in main()
72 fprintf(stderr, "failed to mmap evlist\n"); in main()
/kernel/linux/linux-6.6/samples/hid/
H A Dhid_mouse.c44 fprintf(stderr, in usage()
47 fprintf(stderr, in usage()
113 fprintf(stderr, "%s %s:%d", __func__, __FILE__, __LINE__); in main()
120 fprintf(stderr, "can not open HID device: %m\n"); in main()
127 fprintf(stderr, "can't locate attach prog: %m\n"); in main()
140 fprintf(stderr, "can't attach prog to hid device %d: %m (err: %d)\n", in main()
/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp_redirect_cpu_user.c108 fprintf(stderr, in int_exit()
170 fprintf(stderr, "Error with gettimeofday! (%i)\n", res); in gettime()
212 fprintf(stderr, in map_collect_percpu()
250 fprintf(stderr, "Mem alloc error (nr_cpus:%u)\n", nr_cpus); in alloc_record_per_cpu()
264 fprintf(stderr, "Mem alloc error\n"); in alloc_stats_record()
587 fprintf(stderr, "Create CPU entry failed (err:%d)\n", ret); in create_cpu_entry()
596 fprintf(stderr, "Add to avail CPUs failed\n"); in create_cpu_entry()
603 fprintf(stderr, "Failed reading curr cpus_count\n"); in create_cpu_entry()
611 fprintf(stderr, "Failed write curr cpus_count\n"); in create_cpu_entry()
635 fprintf(stderr, "Faile in mark_cpus_unavailable()
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dsorttable.h234 fprintf(stderr, "get start_mcount_loc error!"); in get_mcount_loc()
240 fprintf(stderr, "get stop_mcount_loc error!"); in get_mcount_loc()
355 fprintf(stderr, in do_sort()
364 fprintf(stderr, in do_sort()
373 fprintf(stderr, in do_sort()
382 fprintf(stderr, in do_sort()
390 fprintf(stderr, in do_sort()
397 fprintf(stderr, "no __ex_table in file: %s\n", fname); in do_sort()
402 fprintf(stderr, "no .symtab in file: %s\n", fname); in do_sort()
407 fprintf(stderr, "n in do_sort()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dipv6_flowlabel.c69 fprintf(stderr, "sent with label %u\n", flowlabel); in do_send()
71 fprintf(stderr, "sent without label\n"); in do_send()
115 fprintf(stderr, "recv with label %u\n", flowlabel); in do_recv()
118 fprintf(stderr, "recv: incorrect flowlabel %u != %u\n", in do_recv()
122 fprintf(stderr, "recv without label\n"); in do_recv()
210 fprintf(stderr, "send no label: recv auto flowlabel\n"); in main()
214 fprintf(stderr, "send no label: recv no label (auto off)\n"); in main()
219 fprintf(stderr, "send label\n"); in main()
/kernel/linux/linux-5.10/scripts/dtc/
H A Dfdtput.c43 fprintf(stderr, "Error at '%1.*s': %s\n", namelen, name, in report_error()
70 fprintf(stderr, "Decoding value:\n"); in encode_value()
87 fprintf(stderr, "Out of mmory: cannot alloc " in encode_value()
97 fprintf(stderr, "\tstring: '%s'\n", ptr); in encode_value()
106 fprintf(stderr, "\t%s: %d\n", in encode_value()
116 fprintf(stderr, "Value size %d\n", upto); in encode_value()
280 fprintf(stderr, "Error: %s\n\n", msg); in usage()
282 fprintf(stderr, "%s", usage_msg); in usage()
/kernel/linux/linux-6.6/scripts/dtc/
H A Dfdtput.c43 fprintf(stderr, "Error at '%1.*s': %s\n", namelen, name, in report_error()
70 fprintf(stderr, "Decoding value:\n"); in encode_value()
87 fprintf(stderr, "Out of mmory: cannot alloc " in encode_value()
97 fprintf(stderr, "\tstring: '%s'\n", ptr); in encode_value()
106 fprintf(stderr, "\t%s: %d\n", in encode_value()
116 fprintf(stderr, "Value size %d\n", upto); in encode_value()
280 fprintf(stderr, "Error: %s\n\n", msg); in usage()
282 fprintf(stderr, "%s", usage_msg); in usage()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/
H A Dassert.c17 /* Dumps the current stack trace to stderr. */
72 fprintf(stderr, "==== Test Assertion Failure ====\n" in test_assert()
79 fputs(" ", stderr); in test_assert()
80 vfprintf(stderr, fmt, ap); in test_assert()
81 fputs("\n", stderr); in test_assert()
/kernel/linux/linux-5.10/tools/testing/selftests/android/ion/
H A Dionapp_import.c32 fprintf(stderr, "No exporter exists...\n"); in main()
41 fprintf(stderr, "Failed: socket_receive_fd\n"); in main()
48 fprintf(stderr, "ERROR: improper buf fd\n"); in main()
59 fprintf(stderr, "Failed: ion_use_buffer_fd\n"); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/
H A Dtpidr2_restore.c48 fprintf(stderr, "Initial TPIDR2: %lx\n", initial_tpidr2); in save_tpidr2()
58 fprintf(stderr, "Setting TPIDR2 to %lx\n", my_tpidr2); in modify_tpidr2()
71 fprintf(stderr, "TPIDR2 restored\n"); in check_tpidr2()
73 fprintf(stderr, "TPIDR2 was %lx but is now %lx\n", in check_tpidr2()
H A Dfake_sigreturn_sve_change_vl.c43 fprintf(stderr, "Only %d VL supported\n", nvls); in sve_get_vls()
65 fprintf(stderr, "No SVE context\n"); in fake_sigreturn_sve_change_vl()
70 fprintf(stderr, "SVE register state active, skipping\n"); in fake_sigreturn_sve_change_vl()
77 fprintf(stderr, "Attempting to change VL from %d to %d\n", in fake_sigreturn_sve_change_vl()
H A Dfake_sigreturn_sme_change_vl.c42 fprintf(stderr, "Only %d VL supported\n", nvls); in sme_get_vls()
63 fprintf(stderr, "No SVE context\n"); in fake_sigreturn_ssve_change_vl()
68 fprintf(stderr, "Register data present, aborting\n"); in fake_sigreturn_ssve_change_vl()
75 fprintf(stderr, "Attempting to change VL from %d to %d\n", in fake_sigreturn_ssve_change_vl()
/kernel/linux/linux-5.10/tools/iio/
H A Diio_utils.c133 fprintf(stderr, "failed to open %s\n", in iioutils_get_type()
146 fprintf(stderr, in iioutils_get_type()
151 fprintf(stderr, in iioutils_get_type()
166 fprintf(stderr, "Failed to close %s\n", in iioutils_get_type()
451 fprintf(stderr, "failed to open %s/%s_index\n", in build_channel_array()
568 fprintf(stderr, "No industrialio devices available\n"); in find_type_by_name()
581 fprintf(stderr, in find_type_by_name()
586 fprintf(stderr, in find_type_by_name()
666 fprintf(stderr, "failed to open %s\n", temp); in _write_sysfs_int()
687 fprintf(stderr, "faile in _write_sysfs_int()
[all...]
/kernel/linux/linux-6.6/tools/iio/
H A Diio_utils.c135 fprintf(stderr, "failed to open %s\n", in iioutils_get_type()
148 fprintf(stderr, in iioutils_get_type()
153 fprintf(stderr, in iioutils_get_type()
168 fprintf(stderr, "Failed to close %s\n", in iioutils_get_type()
454 fprintf(stderr, "failed to open %s/%s_index\n", in build_channel_array()
572 fprintf(stderr, "No industrialio devices available\n"); in find_type_by_name()
585 fprintf(stderr, in find_type_by_name()
590 fprintf(stderr, in find_type_by_name()
670 fprintf(stderr, "failed to open %s\n", temp); in _write_sysfs_int()
691 fprintf(stderr, "faile in _write_sysfs_int()
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dperf.c229 fprintf(stderr, "No directory given for --debugfs-dir.\n"); in handle_options()
239 fprintf(stderr, "No directory given for --buildid-dir.\n"); in handle_options()
249 fprintf(stderr, "dir: %s\n", tracing_path_mount()); in handle_options()
272 fprintf(stderr, "No variable specified for --debug.\n"); in handle_options()
281 fprintf(stderr, "Unknown option: %s\n", cmd); in handle_options()
331 fprintf(stderr, "write failure on standard output: %s", in run_builtin()
336 fprintf(stderr, "unknown write failure on standard output"); in run_builtin()
340 fprintf(stderr, "close failed on standard output: %s", in run_builtin()
494 fprintf(stderr, in main()
550 fprintf(stderr, "Faile in main()
[all...]
/kernel/linux/linux-6.6/tools/accounting/
H A Dprocacct.c56 fprintf(stderr, fmt, ##arg); \
88 fprintf(stderr, "procacct [-v] [-w logfile] [-r bufsize] [-m cpumask]\n"); in usage()
89 fprintf(stderr, " -v: debug on\n"); in usage()
107 fprintf(stderr, "Unable to set socket rcv buf size to %d\n", in create_nl_socket()
252 fprintf(stderr, "Unknown nested nla_type %d\n", in handle_aggr()
334 fprintf(stderr, "Error getting family id, errno %d\n", errno); in main()
345 fprintf(stderr, "error sending register cpumask\n"); in main()
355 fprintf(stderr, "nonfatal reply error: errno %d\n", in main()
363 fprintf(stderr, "fatal reply error, errno %d\n", in main()
388 fprintf(stderr, "Unexpecte in main()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c253 fprintf(stderr, "usage: %s <fname>\n", argv[0]); in compress_file()
258 fprintf(stderr, "file %s read, %ld bytes\n", argv[1], inlen); in compress_file()
310 fprintf(stderr, "nx error: cc= %d\n", cc); in compress_file()
316 NXPRT(fprintf(stderr, "page fault: cc= %d, ", cc)); in compress_file()
317 NXPRT(fprintf(stderr, "try= %d, fsa= %08llx\n", in compress_file()
324 fprintf(stderr, "error: cannot progress; "); in compress_file()
325 fprintf(stderr, "too many faults\n"); in compress_file()
347 NXPRT(fprintf(stderr, "compressed chunk %d ", spbc)); in compress_file()
348 NXPRT(fprintf(stderr, "to %d bytes, tebc= %d\n", tpbc, tebc)); in compress_file()
362 NXPRT(fprintf(stderr, "adde in compress_file()
[all...]

Completed in 12 milliseconds

12345678910>>...97