Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-08-05 | libbpf: Use local includes inside the library | Sergey Kacheev | 1 | -2/+2 |
2023-01-28 | libbpf: Fix unbounded memory access in bpf_usdt_arg() | Ilya Leoshkevich | 1 | -1/+4 |
2022-08-05 | libbpf: Ensure functions with always_inline attribute are inline | James Hilliard | 1 | -2/+2 |
2022-07-19 | libbpf: generalize virtual __kconfig externs and use it for USDT | Andrii Nakryiko | 1 | -14/+2 |
2022-04-08 | libbpf: Use weak hidden modifier for USDT BPF-side API functions | Andrii Nakryiko | 1 | -3/+3 |
2022-04-08 | libbpf: Make BPF-side of USDT support work on big-endian machines | Ilya Leoshkevich | 1 | -0/+3 |
2022-04-08 | libbpf: Minor style improvements in USDT code | Ilya Leoshkevich | 1 | -2/+2 |
2022-04-05 | libbpf: Add BPF-side of USDT support | Andrii Nakryiko | 1 | -0/+256 |