commit | 88eef6ad5554b24525be0fee5ce651c703f09f09 | [log] [tgz] |
---|---|---|
author | Joel Fernandes (Google) <joel@joelfernandes.org> | Fri Nov 08 16:28:14 2019 -0500 |
committer | Joel Fernandes <joelaf@google.com> | Fri Nov 08 16:51:11 2019 -0500 |
tree | 22beaee6f6e0684d17c7c6725885ba41195f799d | |
parent | 2ff3b5c0f4822ea6c5dc3a5c21a0ae5efafc3154 [diff] |
libbpf: Add errno string to loader debug messages The return of bpf_prog_load() library call is insufficient, we also need errno to know what the bpf(2) syscall did. Bug: 143236645 Change-Id: Id2c543fdb63b1e077278a8b1ede03a21afad74dc Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>