Symbol: errx
samples/cgroup/cgroup_event_listener.c
32
errx(1, "%s", USAGE_STR);
samples/cgroup/cgroup_event_listener.c
41
errx(1, "Path to cgroup.event_control is too long");
samples/cgroup/cgroup_event_listener.c
53
errx(1, "Arguments string is too long");
samples/cgroup/memcg_event_listener.c
315
errx(EXIT_FAILURE, "Usage: %s <cgroup>", argv[0]);
samples/cgroup/memcg_event_listener.c
319
errx(EXIT_FAILURE, "Can't initialize memcg events (%zd)", ret);
samples/fanotify/fs-monitor.c
132
errx(1, "fanotify_init");
samples/fanotify/fs-monitor.c
136
errx(1, "fanotify_mark");
samples/fanotify/fs-monitor.c
143
errx(1, "read");
scripts/ssl-common.h
30
errx(1, fmt, ## __VA_ARGS__); \
scripts/unifdef.c
1162
errx(2, "too many symbols");
scripts/unifdef.c
1224
errx(2, "output may be truncated");
scripts/unifdef.c
314
errx(2, "-B and -b are mutually exclusive");
scripts/unifdef.c
316
errx(2, "can only do one file");
scripts/unifdef.c
610
errx(2, "%s unchanged", filename);
scripts/unifdef.c
629
errx(2, "%s unchanged", ofilename);
tools/arch/x86/kcpuid/kcpuid.c
558
errx(EXIT_FAILURE, "Invalid input leaf (0x%x)", user_index);
tools/arch/x86/kcpuid/kcpuid.c
565
errx(EXIT_FAILURE, "Leaf 0x%x has no valid subleaf = 0x%x",
tools/arch/x86/kcpuid/kcpuid.c
584
errx(exit_code, "kcpuid [-abdfhr] [-l leaf] [-s subleaf]\n"
tools/perf/bench/futex-wake-parallel.c
284
errx(EXIT_FAILURE, "Must be perfectly divisible");
tools/perf/bench/sched-seccomp-notify.c
140
errx(EXIT_FAILURE, "unexpected exit code: %d", status);
tools/perf/bench/sched-seccomp-notify.c
80
errx(EXIT_FAILURE, "unexpected syscall: %d", req.data.nr);
tools/perf/jvmti/libjvmti.c
418
errx(1, "Error: op_close_agent()");
tools/power/x86/turbostat/turbostat.c
10021
errx(1, "%s: alloc %s", __func__, "fd_perf_per_domain");
tools/power/x86/turbostat/turbostat.c
10112
errx(1, "%s: %s", __func__, "thread");
tools/power/x86/turbostat/turbostat.c
10115
errx(1, "%s: %s", __func__, "core");
tools/power/x86/turbostat/turbostat.c
10118
errx(1, "%s: %s", __func__, "package");
tools/power/x86/turbostat/turbostat.c
10656
errx(1, "Requested MSR counter 0x%x, but in --no-msr mode", msr_num);
tools/power/x86/turbostat/turbostat.c
10766
errx(1, "%s: Failed to allocate %s/%s\n", __func__, perf_device, perf_event);
tools/power/x86/turbostat/turbostat.c
11609
errx(-1, "invalid iteration count: %s", optarg);
tools/power/x86/turbostat/turbostat.c
11616
errx(-1, "invalid header iteration count: %s", optarg);
tools/power/x86/turbostat/turbostat.c
3992
errx(-3, "Insanely slow TSC rate, TSC stops in idle?\n"
tools/power/x86/turbostat/turbostat.c
9181
errx(1, "CPUID: no MSR");
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1215
errx(1, "cpu%d: requested hwp-min %d > hwp_max %d", cpu, req->hwp_min, req->hwp_max);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1220
errx(1, "cpu%d: requested hwp-desired %d > hwp_max %d", cpu, req->hwp_desired, req->hwp_max);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1224
errx(1, "cpu%d: requested hwp-desired %d < requested hwp_min %d", cpu, req->hwp_desired, req->hwp_min);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1234
errx(1, "cpu%d: requested max %d > capabilities highest %d, use --force?", cpu, req->hwp_max, cap->highest);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1236
errx(1, "cpu%d: requested max %d < capabilities lowest %d, use --force?", cpu, req->hwp_max, cap->lowest);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1241
errx(1, "cpu%d: requested min %d > capabilities highest %d, use --force?", cpu, req->hwp_min, cap->highest);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1243
errx(1, "cpu%d: requested min %d < capabilities lowest %d, use --force?", cpu, req->hwp_min, cap->lowest);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1247
errx(1, "cpu%d: requested min %d > requested max %d", cpu, req->hwp_min, req->hwp_max);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1251
errx(1, "cpu%d: requested desired %d > requested max %d, use --force?", cpu, req->hwp_desired, req->hwp_max);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1253
errx(1, "cpu%d: requested desired %d < requested min %d, use --force?", cpu, req->hwp_desired, req->hwp_min);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1255
errx(1, "cpu%d: requested desired %d < capabilities lowest %d, use --force?", cpu, req->hwp_desired, cap->lowest);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1257
errx(1, "cpu%d: requested desired %d > capabilities highest %d, use --force?", cpu, req->hwp_desired, cap->highest);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1438
errx(1, "%s: failed to parse", pathname);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1453
errx(1, "cpu%d: %d >= MAX_PACKAGES (%d)", cpu, pkg, MAX_PACKAGES);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1635
errx(1, "Processor not supported\n");
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1706
errx(1, "CPUID: no MSR");
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
1717
errx(1, "--hwp-use-pkg is not available on this hardware");
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
175
errx(1, "EPB not enabled on this platform");
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
192
errx(1, "--epb must be from 0 to 15");
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
362
errx(-1, "%s", s);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
365
errx(-1, "%d (0x%x) must be < 256", i, i);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
368
errx(-1, "%d (0x%x) must be >= 0", i, i);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
391
errx(0, "no CPUs requested");
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
396
errx(1, "Requested cpu%d is not present", cpu);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
407
errx(1, "--cpu | --pkg");
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
431
errx(1, "Requested cpu%d exceeds max cpu%d", cpu, max_cpu_num);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
472
errx(1, "--cpu cpu-set: confused by '%s'", startp);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
474
errx(1, "Requested cpu%d exceeds max cpu%d", cpu, max_cpu_num);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
490
errx(1, "--pkg | --cpu");
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
511
errx(1, "Requested pkg%d exceeds max pkg%d", pkg, max_pkg_num);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
526
errx(1, "Requested pkg%d Exceeds max pkg%d", pkg, max_pkg_num);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
677
errx(1, "--platform-profile: value too long");
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
679
errx(1, "Can not update platform-profile in '%s'", PATH_PLATFORM_PROFILE);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
691
errx(1, "--soc-slider-offset: invalid value");
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
693
errx(1, "Unable to write SOC Slider Offset");
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
707
errx(1, "--soc-slider-balance: invalid value");
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
709
errx(1, "Unable to write SOC Slider-Balance in '%s'", PATH_SOC_SLIDER_BALANCE);
tools/testing/selftests/landlock/fs_bench.c
193
errx(1, "openat succeeded, expected EACCES");
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
48
errx(1, "got unexpected pid in event\n");
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
50
errx(1, "got unexpected event type %d\n", si.si_code);
tools/testing/selftests/x86/fsgsbase.c
328
errx(1, "helper thread got bad command");
tools/testing/selftests/x86/ptrace_syscall.c
92
errx(1, "got unexpected pid in event\n");
tools/testing/selftests/x86/ptrace_syscall.c
94
errx(1, "got unexpected event type %d\n", si.si_code);
tools/testing/selftests/x86/sigreturn.c
157
errx(1, "stack16 is too high\n");
tools/testing/selftests/x86/sigreturn.c
159
errx(1, "int3 is too high\n");
tools/testing/selftests/x86/sysret_rip.c
116
errx(1, "mremap malfunctioned: asked for %p but got %p\n",
tools/testing/selftests/x86/sysret_rip.c
125
errx(1, "[FAIL]\tSyscall trampoline returned");
tools/tracing/latency/latency-collector.c
1331
errx(EXIT_FAILURE, "Failed to read the %s file\n", TR_OPTIONS);
tools/tracing/latency/latency-collector.c
1357
errx(EXIT_FAILURE, emsg, file);
tools/tracing/latency/latency-collector.c
1820
errx(EXIT_FAILURE,
tools/tracing/latency/latency-collector.c
1881
errx(EXIT_FAILURE, "%s", no_tracer_msg);
tools/tracing/latency/latency-collector.c
1883
errx(EXIT_FAILURE,
tools/tracing/latency/latency-collector.c
1991
errx(EXIT_FAILURE,
tools/tracing/latency/latency-collector.c
2008
errx(EXIT_FAILURE,
tools/tracing/latency/latency-collector.c
585
errx(EXIT_FAILURE, emsg, file);
tools/tracing/latency/latency-collector.c
986
errx(EXIT_FAILURE, "%s", no_tracer_msg);
tools/virtio/vringh_test.c
201
errx(1, "Could not set affinity to cpu %u", first_cpu);
tools/virtio/vringh_test.c
215
errx(1, "vringh_need_notify_user: %i",
tools/virtio/vringh_test.c
223
errx(1, "vringh_get_head");
tools/virtio/vringh_test.c
240
errx(1, "vringh_need_notify_user: %i",
tools/virtio/vringh_test.c
259
errx(1, "vringh_getdesc_user: %i", err);
tools/virtio/vringh_test.c
266
errx(1, "vringh_iov_pull_user: %i",
tools/virtio/vringh_test.c
273
errx(1, "vringh_iov_push_user: %i",
tools/virtio/vringh_test.c
283
errx(1, "vringh_complete_user: %i", err);
tools/virtio/vringh_test.c
288
errx(1, "vringh_need_notify_user: %i", err);
tools/virtio/vringh_test.c
295
errx(1, "Child died with signal %i?", WTERMSIG(status));
tools/virtio/vringh_test.c
297
errx(1, "Child exited %i?", WEXITSTATUS(status));
tools/virtio/vringh_test.c
409
errx(1, "virtqueue_add_in/outbuf: %i", err);
tools/virtio/vringh_test.c
483
errx(1, "Unknown arg %s", argv[1]);
tools/virtio/vringh_test.c
509
errx(1, "vringh_getdesc_user: %i", err);
tools/virtio/vringh_test.c
524
errx(1, "virtqueue_add_sgs: %i", err);
tools/virtio/vringh_test.c
533
errx(1, "vringh_getdesc_user: %i", err);
tools/virtio/vringh_test.c
552
errx(1, "vringh_iov_pull_user: %i", err);
tools/virtio/vringh_test.c
560
errx(1, "vringh_iov_push_user: %i", err);
tools/virtio/vringh_test.c
568
errx(1, "vringh_complete_user: %i", err);
tools/virtio/vringh_test.c
575
errx(1, "virtqueue_get_buf: %p", ret);
tools/virtio/vringh_test.c
593
errx(1, "virtqueue_add_outbuf (large): %i", err);
tools/virtio/vringh_test.c
602
errx(1, "vringh_getdesc_user: %i", err);
tools/virtio/vringh_test.c
618
errx(1, "vringh_iov_pull_user large: %i", err);
tools/virtio/vringh_test.c
632
errx(1, "vringh_complete_multi_user(1): %i", err);
tools/virtio/vringh_test.c
637
errx(1, "virtqueue_get_buf: %p", ret);
tools/virtio/vringh_test.c
645
errx(1, "virtqueue_add_outbuf (multiple): %i", err);
tools/virtio/vringh_test.c
655
errx(1, "vringh_getdesc_user: %i", err);
tools/virtio/vringh_test.c
663
errx(1, "vringh_complete_multi_user: %i", err);
tools/virtio/vringh_test.c
693
errx(1, "virtqueue_add_outbuf (indirect): %i", err);
tools/virtio/vringh_test.c
739
errx(1, "vringh_getdesc_user: %i", err);
tools/virtio/vringh_test.c
742
errx(1, "vringh_getdesc_user: head %i not 0", head);