summaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)Author
2020-11-25libbpf: Add support for canceling cached_cons advanceLi RongQing
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-19libbpf: Fix VERSIONED_SYM_COUNT number parsingJiri Olsa
2020-11-16libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types()Alan Maguire
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-11-09libbpf: Don't attempt to load unused subprog as an entry-point BPF programAndrii Nakryiko
2020-11-06libbpf: Add support for task local storageKP Singh
2020-11-05libbpf: Accomodate DWARF/compiler bug with duplicated identical arraysAndrii Nakryiko
2020-11-05libbpf: Support BTF dedup of split BTFsAndrii Nakryiko
2020-11-05libbpf: Fix BTF data layout checks and allow empty BTFAndrii Nakryiko
2020-11-05libbpf: Implement basic split BTF supportAndrii Nakryiko
2020-11-05libbpf: Unify and speed up BTF string deduplicationAndrii Nakryiko
2020-11-05libbpf: Factor out common operations in BTF writing APIsAndrii Nakryiko
2020-11-04libbpf: Fix possible use after free in xsk_socket__deleteMagnus Karlsson
2020-11-04libbpf: Fix null dereference in xsk_socket__deleteMagnus Karlsson
2020-11-02libbpf, hashmap: Fix undefined behavior in hash_bitsIan Rogers
2020-10-23Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2020-10-22bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann
2020-10-17Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-14Merge tag 'linux-kselftest-fixes-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2020-10-14perf tools: Add size to 'struct perf_record_header_build_id'Jiri Olsa
2020-10-13Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo
2020-10-13tools lib traceevent: Hide non API functionsTzvetomir Stoyanov (VMware)
2020-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-10-07libbpf: Allow specifying both ELF and raw BTF for CO-RE BTF overrideAndrii Nakryiko
2020-10-07libbpf: Support safe subset of load/store instruction resizing with CO-REAndrii Nakryiko
2020-10-07libbpf: Skip CO-RE relocations for not loaded BPF programsAndrii Nakryiko
2020-10-07libbpf: Fix compatibility problem in xsk_socket__createMagnus Karlsson
2020-10-07perf stat: Fix out of bounds CPU map access when handling armv8_pmu eventsNamhyung Kim
2020-10-06bpf, libbpf: Use valid btf in bpf_program__set_attach_targetLuigi Rizzo
2020-10-06libbpf: Check if pin_path was set even map fd existHangbin Liu
2020-10-06libbpf: Close map fd if init map slots failedHangbin Liu
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-02bpf/libbpf: BTF support for typed ksymsHao Luo
2020-10-02tools: Avoid comma separated statementsJoe Perches
2020-09-30libbpf: Make btf_dump work with modifiable BTFAndrii Nakryiko
2020-09-30bpf, libbpf: Add bpf_tail_call_static helper for bpf programsDaniel Borkmann
2020-09-29libbpf: Compile in PIC mode only for shared library caseAndrii Nakryiko
2020-09-29libbpf: Compile libbpf under -O2 level by default and catch extra warningsAndrii Nakryiko
2020-09-29libbpf: Fix uninitialized variable in btf_parse_type_secAndrii Nakryiko
2020-09-29libbpf: Add support for freplace attachment in bpf_link_createToke Høiland-Jørgensen
2020-09-29libbpf: Support BTF loading and raw data output in both endiannessAndrii Nakryiko
2020-09-28selftests/bpf: Test BTF writing APIsAndrii Nakryiko
2020-09-28libbpf: Add btf__str_by_offset() as a more generic variant of name_by_offsetAndrii Nakryiko
2020-09-28libbpf: Add BTF writing APIsAndrii Nakryiko
2020-09-28libbpf: Add btf__new_empty() to create an empty BTF objectAndrii Nakryiko
2020-09-28libbpf: Allow modification of BTF and add btf__add_str APIAndrii Nakryiko
2020-09-28libbpf: Extract generic string hashing function for reuseAndrii Nakryiko
2020-09-28libbpf: Generalize common logic for managing dynamically-sized arraysAndrii Nakryiko