summaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)AuthorLines
2021-10-28libbpf: Add "map_extra" as a per-map-type extra flagJoanne Koong-9/+91
2021-10-27libbpf: Deprecate bpf_objects_listJoe Burton-2/+15
2021-10-26Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo-6/+7
2021-10-25libbpf: Use __BYTE_ORDER__Ilya Leoshkevich-15/+15
2021-10-25libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()Ilya Leoshkevich-1/+1
2021-10-25libbpf: Deprecate ambiguously-named bpf_program__size() APIAndrii Nakryiko-0/+1
2021-10-25libbpf: Deprecate multi-instance bpf_program APIsAndrii Nakryiko-10/+18
2021-10-25libbpf: Add ability to fetch bpf_program's underlying instructionsAndrii Nakryiko-4/+46
2021-10-25libbpf: Fix off-by-one bug in bpf_core_apply_relo()Andrii Nakryiko-1/+1
2021-10-22libbpf: Fix BTF header parsing checksAndrii Nakryiko-3/+9
2021-10-22libbpf: Fix overflow in BTF sanity checksAndrii Nakryiko-2/+2
2021-10-22libbpf: Use func name when pinning programs with LIBBPF_STRICT_SEC_NAMEStanislav Fomichev-2/+14
2021-10-22libbpf: Add btf__type_cnt() and btf__raw_data() APIsHengqi Chen-50/+64
2021-10-22libbpf: Fix memory leak in btf__dedup()Mauricio Vásquez-2/+4
2021-10-22libbpf: Fix the use of aligned attributeAndrii Nakryiko-1/+1
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-6/+7
2021-10-21libbpf: Simplify look up by name of internal mapsAndrii Nakryiko-0/+10
2021-10-21libbpf: Support multiple .rodata.* and .data.* BPF mapsAndrii Nakryiko-29/+101
2021-10-21libbpf: Remove assumptions about uniqueness of .rodata/.data/.bss mapsAndrii Nakryiko-120/+140
2021-10-21libbpf: Use Elf64-specific types explicitly for dealing with ELFAndrii Nakryiko-162/+196
2021-10-21libbpf: Extract ELF processing state into separate structAndrii Nakryiko-36/+34
2021-10-21libbpf: Deprecate btf__finalize_data() and move it into libbpf.cAndrii Nakryiko-102/+102
2021-10-21libbpf: Fix ptr_is_aligned() usagesIlya Leoshkevich-8/+12
2021-10-20libbpf: Fix dumping non-aligned __int128Ilya Leoshkevich-3/+6
2021-10-20libbpf: Fix dumping big-endian bitfieldsIlya Leoshkevich-8/+7
2021-10-20libbpf: Migrate internal use of bpf_program__get_prog_info_linearDave Marchevsky-12/+10
2021-10-20perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter-0/+6
2021-10-20tools lib: Adopt list_sort() from the kernel sourcesIan Rogers-0/+252
2021-10-19libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.hQuentin Monnet-6/+0
2021-10-18bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song-42/+42
2021-10-14libperf tests: Fix test_stat_cpuShunsuke Nakamura-6/+6
2021-10-14libperf test evsel: Fix build error on !x86 architecturesShunsuke Nakamura-0/+1
2021-10-08libbpf: Support detecting and attaching of writable tracepoint programHou Tao-5/+21
2021-10-08libbpf: Skip re-installing headers file if source is older than targetQuentin Monnet-9/+18
2021-10-08libperf cpumap: Use binary search in perf_cpu_map__idx() as array are sortedRiccardo Mancini-4/+12
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+3
2021-10-06libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7Hengqi Chen-12/+51
2021-10-06libbpf: Deprecate bpf_object__unload() API since v0.6Hengqi Chen-3/+6
2021-10-06bpf: Use $(pound) instead of \# in MakefilesQuentin Monnet-2/+2
2021-10-06libbpf: Add API that copies all BTF types from one BTF object to anotherAndrii Nakryiko-2/+135
2021-10-05libbpf: Update gen_loader to emit BTF_KIND_FUNC relocationsKumar Kartikeya Dwivedi-58/+280
2021-10-05libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0Kumar Kartikeya Dwivedi-11/+13
2021-10-05libbpf: Support kernel module function callsKumar Kartikeya Dwivedi-24/+72
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-362/+631
2021-10-01libbpf: Support uniform BTF-defined key/value specification across all BPF mapsHengqi Chen-0/+24
2021-10-01libbpf: Fix memory leak in strsetAndrii Nakryiko-0/+1
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+7
2021-09-30libbpf: Fix segfault in light skeleton for objects without BTFKumar Kartikeya Dwivedi-1/+2
2021-09-29libbpf: Fix skel_internal.h to set errno on loader retval < 0Kumar Kartikeya Dwivedi-2/+4
2021-09-29libbpf: Properly ignore STT_SECTION symbols in legacy map definitionsToke Høiland-Jørgensen-0/+2