Searched refs:libbpf_strerror (Results 1 – 8 of 8) sorted by relevance
/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 | socket_helpers.h | 43 libbpf_strerror((err), __buf, sizeof(__buf)); \
|
/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);
|
/linux/tools/perf/util/ |
H A D | bpf_trace_augment.c | 36 libbpf_strerror(err, buf, sizeof(buf)); in augmented_syscalls__prepare()
|
/linux/tools/bpf/bpftool/ |
H A D | gen.c | 1241 libbpf_strerror(err, err_buf, sizeof(err_buf)); in do_skeleton() 1653 libbpf_strerror(errno, err_buf, sizeof(err_buf)); in do_subskeleton()
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 1956 libbpf_strerror(err, err_buf, sizeof(err_buf)); in populate_progs()
|