aboutsummaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2022-10-14libperf: Do not include non-UAPI linux/compiler.h headerArnaldo Carvalho de Melo
2022-10-11Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-10-06perf tools: Remove special handling of system-wide evselNamhyung Kim
2022-10-06libperf: Propagate maps only if necessaryNamhyung Kim
2022-10-06libperf: Populate system-wide evsel mapsNamhyung Kim
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-10-04perf subcmd: Set environment variable "PREFIX"Leo Yan
2022-10-04perf tools: Add debug messages and comments for testingAdrian Hunter
2022-10-04perf cpumap: Add range data encodingIan Rogers
2022-10-04perf events: Prefer union over variable length arrayIan Rogers
2022-10-04perf record: Fix way of handling non-perf-event pollfdsAdrian Hunter
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-09-30libbpf: Fix overrun in netlink attribute iterationXin Liu
2022-09-28kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda
2022-09-27libbpf: Don't require full struct enum64 in UAPI headersAndrii Nakryiko
2022-09-26libbpf: Fix the case of running as non-root with capabilitiesJon Doron
2022-09-23libbpf: restore memory layout of bpf_object_open_optsAndrii Nakryiko
2022-09-23libbpf: Add pathname_concat() helperWang Yufen
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-21libbpf: Support raw BTF placed in the default search pathTao Chen
2022-09-21libbpf: Improve BPF_PROG2 macro code quality and descriptionYonghong Song
2022-09-21bpf: Add libbpf logic for user-space ring bufferDavid Vernet
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet
2022-09-21tools: sync find_bit() implementationYury Norov
2022-09-21libperf evlist: Fix polling of system-wide eventsAdrian Hunter
2022-09-20libbpf: Fix NULL pointer exception in API btf_dump__dump_type_dataXin Liu
2022-09-16libbpf: Clean up legacy bpf maps declaration in bpf_helpersXin Liu
2022-09-16libbpf: Fix crash if SEC("freplace") programs don't have attach_prog_fd setAndrii Nakryiko
2022-09-09libbpf: Remove gcc support for bpf_tail_call_static for nowDaniel Borkmann
2022-09-08libperf evlist: Fix per-thread mmaps for multi-threaded targetsAdrian Hunter
2022-09-06libbpf: Add new BPF_PROG2 macroYonghong Song
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-08-31libbpf: Add GCC support for bpf_tail_call_staticJames Hilliard
2022-08-25libbpf: add map_get_fd_by_id and map_delete_elem in light skeletonBenjamin Tissoires
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-19libperf: Add a test case for read formatsNamhyung Kim
2022-08-19libperf: Handle read format in perf_evsel__read()Namhyung Kim
2022-08-19perf cpumap: Fix alignment for masks in event encodingIan Rogers
2022-08-19perf cpumap: Const map for max()Ian Rogers
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-08-17libbpf: Clean up deprecated and legacy aliasesAndrii Nakryiko
2022-08-17libbpf: Streamline bpf_attr and perf_event_attr initializationAndrii Nakryiko
2022-08-17libbpf: Fix potential NULL dereference when parsing ELFAndrii Nakryiko
2022-08-17libbpf: Allows disabling auto attachHao Luo
2022-08-15libbpf: Making bpf_prog_load() ignore name if kernel doesn't supportHangbin Liu
2022-08-11libbpf: Add names for auxiliary mapsHangbin Liu
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-08-10libbpf: preserve errno across pr_warn/pr_info/pr_debugAndrii Nakryiko
2022-08-10bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov