Home
last modified time | relevance | path

Searched refs:EOPNOTSUPP (Results 1 – 20 of 20) sorted by relevance

/tools/perf/arch/x86/util/
Dtsc.c39 return -EOPNOTSUPP; in perf_read_tsc_conversion()
72 if (err == -EOPNOTSUPP) in perf_event__synth_time_conv()
Dintel-bts.c85 if (err != -EOPNOTSUPP) in intel_bts_info_fill()
Dintel-pt.c362 if (err != -EOPNOTSUPP) in intel_pt_info_fill()
/tools/usb/usbip/libsrc/
Dusbip_host_common.h58 return -EOPNOTSUPP; in usbip_driver_open()
72 return -EOPNOTSUPP; in usbip_refresh_device_list()
/tools/include/uapi/asm-generic/
Derrno.h78 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro
/tools/arch/sparc/include/uapi/asm/
Derrno.h19 #define EOPNOTSUPP 45 /* Op not supported on transport endpoint */ macro
/tools/arch/alpha/include/uapi/asm/
Derrno.h22 #define EOPNOTSUPP 45 /* Operation not supported on transport endpoint */ macro
/tools/arch/parisc/include/uapi/asm/
Derrno.h86 #define EOPNOTSUPP 223 /* Operation not supported on transport endpoint */ macro
/tools/arch/mips/include/uapi/asm/
Derrno.h77 #define EOPNOTSUPP 122 /* Operation not supported on transport endpoint */ macro
/tools/perf/arch/arm/util/
Dauxtrace.c90 *err = -EOPNOTSUPP; in auxtrace_record__init()
/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c99 if (ret == -EOPNOTSUPP) { in test__perf_time_to_tsc()
/tools/lib/bpf/
Dlibbpf_probes.c134 return errno != EINVAL && errno != EOPNOTSUPP; in bpf_probe_prog_type()
Dxsk.c407 if (err && errno != EOPNOTSUPP) { in xsk_get_max_queues()
Dlibbpf.c1108 return -EOPNOTSUPP; in bpf_object__init_user_btf_map()
/tools/usb/
Dtestusb.c312 if (status < 0 && errno == EOPNOTSUPP) in handle_testdev()
/tools/testing/selftests/cgroup/
Dtest_core.c138 if (errno != EOPNOTSUPP) in test_cgcore_invalid_domain()
/tools/io_uring/
Dio_uring-bench.c263 if (polled && cqe->res == -EOPNOTSUPP) in reap_events()
/tools/perf/
Dbuiltin-stat.c477 errno == ENOENT || errno == EOPNOTSUPP || in __run_perf_stat()
/tools/perf/util/
Devsel.c2477 case EOPNOTSUPP: in perf_evsel__open_strerror()
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2991 EXPECT_EQ(errno, EOPNOTSUPP); in TEST()