Home
last modified time | relevance | path

Searched refs:libbpf_strerror (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dtrace_ext.c53 libbpf_strerror(err, buf, sizeof(buf)); in test_trace_ext()
81 libbpf_strerror(err, buf, sizeof(buf)); in test_trace_ext()
Dsockmap_listen.c43 libbpf_strerror((err), __buf, sizeof(__buf)); \
/kernel/linux/linux-5.10/tools/lib/bpf/
Dlibbpf_errno.c39 int libbpf_strerror(int err, char *buf, size_t size) in libbpf_strerror() function
Dlibbpf.map123 libbpf_strerror;
Dlibbpf.h47 LIBBPF_API int libbpf_strerror(int err, char *buf, size_t size);
/kernel/linux/linux-5.10/tools/bpf/bpftool/
Dgen.c319 libbpf_strerror(PTR_ERR(obj), err_buf, sizeof(err_buf)); in do_skeleton()
Dnet.c709 libbpf_strerror(ret, err_buf, sizeof(err_buf)); in do_show()
/kernel/linux/linux-5.10/tools/perf/util/
Dbpf-loader.c734 libbpf_strerror(err, bf, sizeof(bf)); in bpf__load()
1646 return libbpf_strerror(err, buf, size); in bpf_loader_strerror()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_sockmap.c1741 libbpf_strerror(err, err_buf, sizeof(err_buf)); in populate_progs()