Searched refs:libbpf_strerror (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | trace_ext.c | 57 libbpf_strerror(err, buf, sizeof(buf)); in test_trace_ext() 85 libbpf_strerror(err, buf, sizeof(buf)); in test_trace_ext()
|
H A D | sockmap_helpers.h | 27 libbpf_strerror((err), __buf, sizeof(__buf)); \
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf_errno.c | 40 int libbpf_strerror(int err, char *buf, size_t size) in libbpf_strerror() function
|
H A D | libbpf.map | 66 libbpf_strerror;
|
H A D | libbpf.h | 52 LIBBPF_API int libbpf_strerror(int err, char *buf, size_t size);
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | gen.c | 982 libbpf_strerror(err, err_buf, sizeof(err_buf)); in do_skeleton() 1361 libbpf_strerror(errno, err_buf, sizeof(err_buf)); in do_subskeleton()
|
H A D | net.c | 907 libbpf_strerror(ret, err_buf, sizeof(err_buf)); in do_show()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 1942 libbpf_strerror(err, err_buf, sizeof(err_buf)); in populate_progs()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-trace.c | 4893 libbpf_strerror(err, bf, sizeof(bf)); 4903 libbpf_strerror(err, bf, sizeof(bf));
|