libbpf-tools: remove now unnecessary bump_memlock_rlimit()
authorAndrii Nakryiko <andrii@kernel.org>
Fri, 17 Dec 2021 22:24:37 +0000 (14:24 -0800)
committerAndrii Nakryiko <andrii@kernel.org>
Mon, 20 Dec 2021 21:21:26 +0000 (13:21 -0800)
commit5d8f5c45b16c389bb342d2b80c9f5e13e4f3b112
tree54d6f668f21860633af2dcbd187ec6a41ae735da
parentf083d3dc37372e555133519cb417f893c431eef0
libbpf-tools: remove now unnecessary bump_memlock_rlimit()

libbpf will now automatically decide whether it's necessary, and if yes,
will do it on behalf of the application.

All the subsequet tools should make sure to set:

```
libbpf_set_strict_mode(LIBBPF_STRICT_ALL);
```

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
libbpf-tools/trace_helpers.c
libbpf-tools/trace_helpers.h