summaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)Author
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-07-09libbpf: Fix libbpf hashmap on (I)LP32 architecturesJakub Bogusz
2020-07-03tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handlingTom Zanussi
2020-07-03tools lib traceevent: Add API to read time information from kbufferSteven Rostedt (Red Hat)
2020-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-06-25libbpf: Adjust SEC short cut for expected attach type BPF_XDP_DEVMAPJesper Dangaard Brouer
2020-06-23libbpf: Fix CO-RE relocs against .text sectionAndrii Nakryiko
2020-06-22libbpf: Forward-declare bpf_stats_type for systems with outdated UAPI headersAndrii Nakryiko
2020-06-18tools lib traceevent: Add handler for __builtin_expect()Steven Rostedt (VMware)
2020-06-18tools lib traceevent: Handle __attribute__((user)) in field namesSteven Rostedt (VMware)
2020-06-18tools lib traceevent: Add append() function helper for appending stringsSteven Rostedt (VMware)
2020-06-12libbpf: Support pre-initializing .bss global variablesAndrii Nakryiko
2020-06-10libbpf: Handle GCC noreturn-turned-volatile quirkAndrii Nakryiko
2020-06-10libbpf: Define __WORDSIZE if not availableArnaldo Carvalho de Melo
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-01libbpf: Add support for bpf_link-based netns attachmentJakub Sitnicki
2020-06-01libbpf: Add _GNU_SOURCE for reallocarray to ringbuf.cAndrii Nakryiko
2020-06-01libbpf: Add SEC name for xdp programs attached to device mapDavid Ahern
2020-06-01libbpf: Add BPF ring buffer supportAndrii Nakryiko
2020-06-01libbpf: Fix perf_buffer__free() API for sparse allocsEelco Chaudron
2020-06-01libbpf: Use .so dynamic symbols for abi checkYauheni Kaliuta
2020-06-01libbpf: Install headers as part of make installNikolay Borisov
2020-06-01libbpf: Add API to consume the perf ring buffer contentEelco Chaudron
2020-05-28Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar
2020-05-19bpf, libbpf: Enable get{peer, sock}name attach typesDaniel Borkmann
2020-05-16libbpf, hashmap: Fix signedness warningsIan Rogers
2020-05-16libbpf, hashmap: Remove unused #includeIan Rogers
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-14libbpf: Fix register naming in PT_REGS s390 macrosSumanth Korikkar
2020-05-13bpf: Change btf_iter func proto prefix to "bpf_iter_"Yonghong Song
2020-05-13libbpf: Fix probe code to return EPERM if encounteredEelco Chaudron
2020-05-11bpf, libbpf: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-09tools/libpf: Add offsetof/container_of macro in bpf_helpers.hYonghong Song
2020-05-09tools/libbpf: Add bpf_iter supportYonghong Song
2020-05-05libsymbols kallsyms: Move hex2u64 out of headerIan Rogers
2020-05-05libsymbols kallsyms: Parse using io apiIan Rogers
2020-05-05libperf evlist: Fix a refcount leakIan Rogers
2020-05-05libperf: Add NULL pointer check for cpu_map iteration and NULL assignment for...He Zhe
2020-05-05libsubcmd: Introduce OPT_CALLBACK_SET()Arnaldo Carvalho de Melo
2020-05-01libbpf: Add support for command BPF_ENABLE_STATSSong Liu
2020-04-30libbpf: Fix false uninitialized variable warningAndrii Nakryiko
2020-04-30libtraceevent: Remove unneeded semicolonZou Wei
2020-04-30tools api: Add a lightweight buffered reading apiIan Rogers
2020-04-28libbpf: Fix huge memory leak in libbpf_find_vmlinux_btf_id()Andrii Nakryiko
2020-04-28libbpf: Fix memory leak and possible double-free in hashmap__clearAndrii Nakryiko
2020-04-28libbpf: Add BTF-defined map-in-map supportAndrii Nakryiko
2020-04-28libbpf: Refactor map creation logic and fix cleanup leakAndrii Nakryiko
2020-04-28libbpf: Refactor BTF-defined map definition parsing logicAndrii Nakryiko
2020-04-28libbpf: Add low-level APIs for new bpf_link commandsAndrii Nakryiko
2020-04-28libbpf: Remove unneeded semicolon in btf_dump_emit_typeZou Wei