aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-08Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-9/+21
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-35/+25
2021-05-06tools: sync lib/find_bit implementationYury Norov1-2/+2
2021-05-06tools: sync find_next_bit implementationYury Norov1-31/+21
2021-05-06tools: bitmap: sync function declarations with the kernelYury Norov1-2/+2
2021-05-03libbpf: Fix signed overflow in ringbuf_process_ringBrendan Jackman1-9/+21
2021-05-01Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds13-5/+327
2021-04-29perf jit: Let convert_timestamp() to be backwards-compatibleLeo Yan1-0/+2
2021-04-29perf tools: Change fields type in perf_record_time_convLeo Yan1-2/+3
2021-04-29perf util: Move bpf_perf definitions to a libperf headerSong Liu1-0/+31
2021-04-26selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macroAndrii Nakryiko1-4/+12
2021-04-26libbpf: Support BTF_KIND_FLOAT during type compatibility checks in CO-REAndrii Nakryiko1-2/+4
2021-04-26Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-2/+3
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-366/+1433
2021-04-23libbpf: Support extern resolution for BTF-defined maps in .maps sectionAndrii Nakryiko1-0/+132
2021-04-23libbpf: Add linker extern resolution support for functions and global variablesAndrii Nakryiko1-59/+790
2021-04-23libbpf: Tighten BTF type ID rewriting with error checkingAndrii Nakryiko1-0/+7
2021-04-23libbpf: Extend sanity checking ELF symbols with externs validationAndrii Nakryiko1-9/+40
2021-04-23libbpf: Make few internal helpers available outside of libbpf.cAndrii Nakryiko3-18/+16
2021-04-23libbpf: Factor out symtab and relos sanity checksAndrii Nakryiko1-106/+127
2021-04-23libbpf: Refactor BTF map definition parsingAndrii Nakryiko2-111/+178
2021-04-23libbpf: Allow gaps in BPF program sections to support overriden weak functionsAndrii Nakryiko1-36/+22
2021-04-23libbpf: Mark BPF subprogs with hidden visibility as static for BPF verifierAndrii Nakryiko4-6/+58
2021-04-23libbpf: Suppress compiler warning when using SEC() macro with externsAndrii Nakryiko1-2/+9
2021-04-20libperf xyarray: Add bounds checks to xyarray__entry()Rob Herring1-1/+8
2021-04-20libperf: Add support for user space counter accessRob Herring4-0/+161
2021-04-19libbpf: Introduce a BPF_SNPRINTF helper macroFlorent Revest1-0/+18
2021-04-19libbpf: Initialize the bpf_seq_printf parameters array field by fieldFlorent Revest1-11/+29
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2021-04-15libbpf: Remove unused field.Alexei Starovoitov1-14/+1
2021-04-15libperf tests: Add support for verbose printingRob Herring2-2/+36
2021-04-15libperf: Add evsel mmap supportRob Herring5-0/+86
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-21/+38
2021-04-08libbpf: Add bpf_map__inner_map APIAndrii Nakryiko3-0/+12
2021-04-08libbpf: Fix potential NULL pointer dereferenceCiara Loftus1-2/+3
2021-04-05libbpf: Fix KERNEL_VERSION macroHengqi Chen1-1/+1
2021-04-03libbpf: Remove redundant semi-colonYang Yingliang1-1/+1
2021-04-01libbpf: Only create rx and tx XDP rings when necessaryCiara Loftus1-2/+11
2021-04-01libbpf: Restore umem state after socket create failureCiara Loftus1-18/+23
2021-04-01libbpf: Ensure umem pointer is non-NULL before dereferencingCiara Loftus1-0/+3
2021-03-30libbpf: xsk: Use bpf_linkMaciej Fijalkowski1-45/+213
2021-03-30libbpf: Fix memory leak when emitting final btf_extAndrii Nakryiko1-8/+16
2021-03-26libbpf: Support extern kernel functionMartin KaFai Lau1-12/+162
2021-03-26libbpf: Record extern sym relocation firstMartin KaFai Lau1-29/+34
2021-03-26libbpf: Rename RELO_EXTERN to RELO_EXTERN_VARMartin KaFai Lau1-3/+3
2021-03-26libbpf: Refactor codes for finding btf id of a kernel symbolMartin KaFai Lau1-11/+33
2021-03-26libbpf: Refactor bpf_object__resolve_ksyms_btf_idMartin KaFai Lau1-57/+67
2021-03-26libbpf: Preserve empty DATASEC BTFs during static linkingAndrii Nakryiko1-1/+12
2021-03-25libbpf: Fix bail out from 'ringbuf_process_ring()' on errorPedro Tammela1-1/+1
2021-03-25libbpf: Add bpf object kern_version attribute setterRafael David Tinoco3-0/+12