summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* libperf: Do not include non-UAPI linux/compiler.h headerArnaldo Carvalho de Melo2022-10-141-3/+2
* Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2022-10-116-19/+46
|\
| * perf tools: Remove special handling of system-wide evselNamhyung Kim2022-10-061-3/+0
| * libperf: Propagate maps only if necessaryNamhyung Kim2022-10-062-7/+5
| * libperf: Populate system-wide evsel mapsNamhyung Kim2022-10-061-6/+9
| * perf subcmd: Set environment variable "PREFIX"Leo Yan2022-10-041-0/+3
| * perf tools: Add debug messages and comments for testingAdrian Hunter2022-10-041-0/+2
| * perf cpumap: Add range data encodingIan Rogers2022-10-041-0/+14
| * perf events: Prefer union over variable length arrayIan Rogers2022-10-041-1/+10
| * perf record: Fix way of handling non-perf-event pollfdsAdrian Hunter2022-10-041-2/+3
* | Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds2022-10-101-80/+69
|\ \
| * | tools: sync find_bit() implementationYury Norov2022-09-211-80/+69
* | | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-10-0419-222/+817
|\ \ \ | |_|/ |/| |
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-10-0313-106/+596
| |\ \
| | * | libbpf: Fix overrun in netlink attribute iterationXin Liu2022-09-301-1/+1
| | * | libbpf: Don't require full struct enum64 in UAPI headersAndrii Nakryiko2022-09-271-1/+24
| | * | libbpf: Fix the case of running as non-root with capabilitiesJon Doron2022-09-263-5/+5
| | * | libbpf: restore memory layout of bpf_object_open_optsAndrii Nakryiko2022-09-231-1/+3
| | * | libbpf: Add pathname_concat() helperWang Yufen2022-09-231-47/+29
| | * | libbpf: Support raw BTF placed in the default search pathTao Chen2022-09-211-18/+12
| | * | libbpf: Improve BPF_PROG2 macro code quality and descriptionYonghong Song2022-09-211-63/+91
| | * | bpf: Add libbpf logic for user-space ring bufferDavid Vernet2022-09-216-3/+398
| | * | bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet2022-09-211-0/+1
| | * | libbpf: Fix NULL pointer exception in API btf_dump__dump_type_dataXin Liu2022-09-201-1/+1
| | * | libbpf: Clean up legacy bpf maps declaration in bpf_helpersXin Liu2022-09-161-12/+0
| | * | libbpf: Fix crash if SEC("freplace") programs don't have attach_prog_fd setAndrii Nakryiko2022-09-161-4/+9
| | * | libbpf: Remove gcc support for bpf_tail_call_static for nowDaniel Borkmann2022-09-091-13/+6
| | * | libbpf: Add new BPF_PROG2 macroYonghong Song2022-09-061-0/+79
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-2/+53
| |\ \ \ | | |/ / | |/| |
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-062-6/+36
| |\ \ \
| | * | | libbpf: Add GCC support for bpf_tail_call_staticJames Hilliard2022-08-311-6/+13
| | * | | libbpf: add map_get_fd_by_id and map_delete_elem in light skeletonBenjamin Tissoires2022-08-251-0/+23
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-256-9/+289
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-08-1713-130/+205
| |\ \ \
| | * | | libbpf: Clean up deprecated and legacy aliasesAndrii Nakryiko2022-08-175-10/+2
| | * | | libbpf: Streamline bpf_attr and perf_event_attr initializationAndrii Nakryiko2022-08-174-91/+138
| | * | | libbpf: Fix potential NULL dereference when parsing ELFAndrii Nakryiko2022-08-171-1/+1
| | * | | libbpf: Allows disabling auto attachHao Luo2022-08-173-1/+18
| | * | | libbpf: Making bpf_prog_load() ignore name if kernel doesn't supportHangbin Liu2022-08-153-6/+16
| | * | | libbpf: Add names for auxiliary mapsHangbin Liu2022-08-112-4/+4
| | * | | libbpf: preserve errno across pr_warn/pr_info/pr_debugAndrii Nakryiko2022-08-101-0/+5
| | * | | libbpf: Do not require executable permission for shared librariesHengqi Chen2022-08-081-3/+5
| | * | | libbpf: Reject legacy 'maps' ELF sectionAndrii Nakryiko2022-08-081-5/+3
| | * | | libbpf: Ensure functions with always_inline attribute are inlineJames Hilliard2022-08-042-9/+9
| | * | | libbpf: Initialize err in probe_map_createFlorian Fainelli2022-08-041-1/+1
| | * | | libbpf: Skip empty sections in bpf_object__init_global_data_mapsJames Hilliard2022-08-041-0/+4
* | | | | kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda2022-09-282-2/+2
| |_|_|/ |/| | |
* | | | libperf evlist: Fix polling of system-wide eventsAdrian Hunter2022-09-211-2/+3
* | | | libperf evlist: Fix per-thread mmaps for multi-threaded targetsAdrian Hunter2022-09-081-0/+50
| |_|/ |/| |
* | | libperf: Add a test case for read formatsNamhyung Kim2022-08-191-0/+161