summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Handle GCC noreturn-turned-volatile quirkAndrii Nakryiko2020-06-101-9/+24
* libbpf: Define __WORDSIZE if not availableArnaldo Carvalho de Melo2020-06-101-4/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0315-245/+1053
|\
| * libbpf: Add support for bpf_link-based netns attachmentJakub Sitnicki2020-06-013-5/+21
| * libbpf: Add _GNU_SOURCE for reallocarray to ringbuf.cAndrii Nakryiko2020-06-011-0/+3
| * libbpf: Add SEC name for xdp programs attached to device mapDavid Ahern2020-06-011-0/+2
| * libbpf: Add BPF ring buffer supportAndrii Nakryiko2020-06-015-1/+317
| * libbpf: Fix perf_buffer__free() API for sparse allocsEelco Chaudron2020-06-011-1/+4
| * libbpf: Use .so dynamic symbols for abi checkYauheni Kaliuta2020-06-011-2/+2
| * libbpf: Install headers as part of make installNikolay Borisov2020-06-011-1/+1
| * libbpf: Add API to consume the perf ring buffer contentEelco Chaudron2020-06-013-0/+21
| * bpf, libbpf: Enable get{peer, sock}name attach typesDaniel Borkmann2020-05-191-0/+8
| * libbpf, hashmap: Fix signedness warningsIan Rogers2020-05-161-3/+2
| * libbpf, hashmap: Remove unused #includeIan Rogers2020-05-161-1/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-2/+2
| |\
| * | bpf: Change btf_iter func proto prefix to "bpf_iter_"Yonghong Song2020-05-131-1/+1
| * | libbpf: Fix probe code to return EPERM if encounteredEelco Chaudron2020-05-131-7/+29
| * | bpf, libbpf: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-112-2/+2
| * | tools/libpf: Add offsetof/container_of macro in bpf_helpers.hYonghong Song2020-05-091-0/+14
| * | tools/libbpf: Add bpf_iter supportYonghong Song2020-05-096-0/+91
| * | libbpf: Add support for command BPF_ENABLE_STATSSong Liu2020-05-013-0/+12
| * | libbpf: Fix false uninitialized variable warningAndrii Nakryiko2020-04-301-1/+1
| * | libbpf: Fix huge memory leak in libbpf_find_vmlinux_btf_id()Andrii Nakryiko2020-04-281-1/+4
| * | libbpf: Fix memory leak and possible double-free in hashmap__clearAndrii Nakryiko2020-04-281-0/+7
| * | libbpf: Add BTF-defined map-in-map supportAndrii Nakryiko2020-04-282-23/+259
| * | libbpf: Refactor map creation logic and fix cleanup leakAndrii Nakryiko2020-04-281-105/+121
| * | libbpf: Refactor BTF-defined map definition parsing logicAndrii Nakryiko2020-04-281-92/+103
| * | libbpf: Add low-level APIs for new bpf_link commandsAndrii Nakryiko2020-04-283-3/+26
| * | libbpf: Remove unneeded semicolon in btf_dump_emit_typeZou Wei2020-04-281-1/+1
| * | libbpf: Return err if bpf_object__load failedMao Wenan2020-04-271-1/+1
| * | bpf_helpers.h: Add note for building with vmlinux.h or linux/types.hYoshiki Komachi2020-04-261-0/+6
* | | Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar2020-05-282-2/+4
|\ \ \ | | |/ | |/|
| * | libbpf: Fix register naming in PT_REGS s390 macrosSumanth Korikkar2020-05-141-2/+2
| |/
| * libbpf: Only check mode flags in get_xdp_idDavid Ahern2020-04-221-0/+2
* | libsymbols kallsyms: Move hex2u64 out of headerIan Rogers2020-05-052-15/+0
* | libsymbols kallsyms: Parse using io apiIan Rogers2020-05-052-45/+51
* | libperf evlist: Fix a refcount leakIan Rogers2020-05-051-0/+1
* | libperf: Add NULL pointer check for cpu_map iteration and NULL assignment for...He Zhe2020-05-052-1/+2
* | libsubcmd: Introduce OPT_CALLBACK_SET()Arnaldo Carvalho de Melo2020-05-051-0/+2
* | libtraceevent: Remove unneeded semicolonZou Wei2020-04-301-1/+1
* | tools api: Add a lightweight buffered reading apiIan Rogers2020-04-301-0/+112
* | perf evlist: Remove duplicate headersJagadeesh Pagadala2020-04-221-2/+0
* | Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/...Ingo Molnar2020-04-223-10/+48
|\ \ | |/ |/|
| * tools lib traceevent: Take care of return value of asprintfHe Zhe2020-04-181-10/+19
| * tools api fs: Make xxx__mountpoint() more scalableStephane Eranian2020-04-162-0/+29
* | libbpf: Fix type of old_fd in bpf_xdp_set_link_optsToke Høiland-Jørgensen2020-04-151-1/+1
* | libbpf: Always specify expected_attach_type on program load if supportedAndrii Nakryiko2020-04-151-44/+82
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-091-3/+3
|\ \ | |/ |/|
| * libbpf: Fix bpf_get_link_xdp_id flags handlingAndrey Ignatov2020-04-081-1/+1
| * libbpf: Initialize *nl_pid so gcc 10 is happyJeremy Cline2020-04-061-2/+2