Searched refs:errx (Results 1 - 18 of 18) sorted by path

/linux-master/scripts/
H A Dunifdef.c314 errx(2, "-B and -b are mutually exclusive");
316 errx(2, "can only do one file");
610 errx(2, "%s unchanged", filename);
629 errx(2, "%s unchanged", ofilename);
1162 errx(2, "too many symbols");
1224 errx(2, "output may be truncated");
H A Dsign-file.c117 errx(1, fmt, ## __VA_ARGS__); \
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c48 errx(1, "got unexpected pid in event\n");
50 errx(1, "got unexpected event type %d\n", si.si_code);
/linux-master/tools/testing/selftests/x86/
H A Dsysret_rip.c146 errx(1, "mremap malfunctioned: asked for %p but got %p\n",
155 errx(1, "[FAIL]\tSyscall trampoline returned");
H A Dfsgsbase.c354 errx(1, "helper thread got bad command");
H A Dptrace_syscall.c90 errx(1, "got unexpected pid in event\n");
92 errx(1, "got unexpected event type %d\n", si.si_code);
H A Dsigreturn.c177 errx(1, "stack16 is too high\n");
179 errx(1, "int3 is too high\n");
/linux-master/samples/cgroup/
H A Dcgroup_event_listener.c32 errx(1, "%s", USAGE_STR);
41 errx(1, "Path to cgroup.event_control is too long");
53 errx(1, "Arguments string is too long");
H A Dmemcg_event_listener.c317 errx(EXIT_FAILURE, "Usage: %s <cgroup>", argv[0]);
321 errx(EXIT_FAILURE, "Can't initialize memcg events (%zd)", ret);
/linux-master/samples/fanotify/
H A Dfs-monitor.c125 errx(1, "fanotify_init");
129 errx(1, "fanotify_mark");
136 errx(1, "read");
/linux-master/tools/perf/bench/
H A Dfutex-wake-parallel.c280 errx(EXIT_FAILURE, "Must be perfectly divisible");
H A Dsched-seccomp-notify.c80 errx(EXIT_FAILURE, "unexpected syscall: %d", req.data.nr);
140 errx(EXIT_FAILURE, "unexpected exit code: %d", status);
/linux-master/tools/perf/jvmti/
H A Dlibjvmti.c419 errx(1, "Error: op_close_agent()");
/linux-master/tools/perf/util/
H A Dgenelf.c132 errx(1, "build_id too small for SHA1");
145 errx(1, "build_id too small for MD5");
149 errx(2, "failed to create EVP_MD_CTX");
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c2566 errx(-3, "Insanely slow TSC rate, TSC stops in idle?\n"
6803 errx(1, "CPUID: no MSR");
7533 errx(1, "Requested MSR counter 0x%x, but in --no-msr mode", msr_num);
/linux-master/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c155 errx(1, "EPB not enabled on this platform");
172 errx(1, "--epb must be from 0 to 15");
338 errx(-1, "%s", s);
341 errx(-1, "%d (0x%x) must be < 256", i, i);
344 errx(-1, "%d (0x%x) must be >= 0", i, i);
367 errx(0, "no CPUs requested");
372 errx(1, "Requested cpu% is not present", cpu);
383 errx(1, "--cpu | --pkg");
407 errx(1, "Requested cpu%d exceeds max cpu%d", cpu, max_cpu_num);
448 errx(
[all...]
/linux-master/tools/tracing/latency/
H A Dlatency-collector.c585 errx(EXIT_FAILURE, emsg, file);
986 errx(EXIT_FAILURE, no_tracer_msg);
1331 errx(EXIT_FAILURE, "Failed to read the %s file\n", TR_OPTIONS);
1357 errx(EXIT_FAILURE, emsg, file);
1820 errx(EXIT_FAILURE,
1881 errx(EXIT_FAILURE, no_tracer_msg);
1883 errx(EXIT_FAILURE,
1991 errx(EXIT_FAILURE,
2008 errx(EXIT_FAILURE,
/linux-master/tools/virtio/
H A Dvringh_test.c193 errx(1, "Could not set affinity to cpu %u", first_cpu);
207 errx(1, "vringh_need_notify_user: %i",
215 errx(1, "vringh_get_head");
232 errx(1, "vringh_need_notify_user: %i",
251 errx(1, "vringh_getdesc_user: %i", err);
258 errx(1, "vringh_iov_pull_user: %i",
265 errx(1, "vringh_iov_push_user: %i",
275 errx(1, "vringh_complete_user: %i", err);
280 errx(1, "vringh_need_notify_user: %i", err);
287 errx(
[all...]

Completed in 570 milliseconds