Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Dtrace_ext.c57 libbpf_strerror(err, buf, sizeof(buf)); in test_trace_ext()
85 libbpf_strerror(err, buf, sizeof(buf)); in test_trace_ext()
Dsocket_helpers.h42 libbpf_strerror((err), __buf, sizeof(__buf)); \
/linux-6.14.4/tools/lib/bpf/
Dlibbpf_errno.c40 int libbpf_strerror(int err, char *buf, size_t size) in libbpf_strerror() function
Dlibbpf.map66 libbpf_strerror;
Dlibbpf.h52 LIBBPF_API int libbpf_strerror(int err, char *buf, size_t size);
/linux-6.14.4/tools/bpf/bpftool/
Dgen.c1241 libbpf_strerror(err, err_buf, sizeof(err_buf)); in do_skeleton()
1653 libbpf_strerror(errno, err_buf, sizeof(err_buf)); in do_subskeleton()
Dnet.c968 libbpf_strerror(ret, err_buf, sizeof(err_buf)); in do_show()
/linux-6.14.4/tools/testing/selftests/bpf/
Dtest_sockmap.c1956 libbpf_strerror(err, err_buf, sizeof(err_buf)); in populate_progs()
/linux-6.14.4/tools/perf/
Dbuiltin-trace.c5318 libbpf_strerror(err, bf, sizeof(bf)); in cmd_trace()
5328 libbpf_strerror(err, bf, sizeof(bf)); in cmd_trace()