aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-14libbpf: Add support for BTF_KIND_TAGYonghong Song6-3/+118
2021-09-14libbpf: Rename btf_{hash,equal}_int to btf_{hash,equal}_int_tagYonghong Song1-8/+8
2021-09-14libbpf: Minimize explicit iterator of section definition arrayAndrii Nakryiko1-27/+19
2021-09-14libbpf: Simplify BPF program auto-attach codeAndrii Nakryiko1-39/+22
2021-09-14libbpf: Ensure BPF prog types are set before relocationsAndrii Nakryiko1-42/+51
2021-09-14libbpf: Introduce legacy kprobe events supportRafael David Tinoco1-4/+124
2021-09-13libbpf: Make libbpf_version.h non-auto-generatedAndrii Nakryiko4-13/+33
2021-09-09libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecationsQuentin Monnet3-7/+38
2021-09-07libbpf: Fix build with latest gcc/binutils with LTOAndrii Nakryiko2-8/+21
2021-09-07libbpf: Change bpf_object_skeleton data field to const pointerMatt Smith1-1/+1
2021-09-07libbpf: Don't crash on object files with no symbol tablesToke Høiland-Jørgensen1-0/+6
2021-09-05Merge tag 'perf-tools-for-v5.15-2021-09-04' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds4-8/+11
2021-08-31libperf cpumap: Take into advantage it is sorted to optimize perf_cpu_map__max()Riccardo Mancini1-8/+2
2021-08-31libsubcmd: add OPT_UINTEGER_OPTARG option typeRiccardo Mancini1-0/+1
2021-08-30Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2-3/+4
2021-08-24libperf tests: Fix verbose printingShunsuke Nakamura1-0/+2
2021-08-17libbpf: Add uprobe ref counter offset support for USDT semaphoresAndrii Nakryiko2-4/+17
2021-08-17libbpf: Add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIsAndrii Nakryiko3-25/+127
2021-08-17libbpf: Add bpf_cookie support to bpf_link_create() APIAndrii Nakryiko3-18/+54
2021-08-17libbpf: Use BPF perf link when supported by kernelAndrii Nakryiko1-21/+90
2021-08-17libbpf: Remove unused bpf_link's destroy operation, but add deallocAndrii Nakryiko1-4/+5
2021-08-17libbpf: Re-build libbpf.so when libbpf.map changesAndrii Nakryiko1-5/+5
2021-08-13libbpf: Support weak typed ksyms.Hao Luo1-7/+9
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+4
2021-08-11libperf: Add perf_cpu_map__default_new()Jin Yao2-0/+6
2021-08-07libbpf: Do not close un-owned FD 0 on errorsDaniel Xu1-2/+1
2021-08-07libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPTRobin Gögge1-1/+3
2021-07-30libbpf: Add btf__load_vmlinux_btf/btf__load_module_btfHengqi Chen4-6/+20
2021-07-29libbpf: Add split BTF support for btf__load_from_kernel_by_id()Quentin Monnet3-2/+9
2021-07-29libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()Quentin Monnet4-11/+24
2021-07-29libbpf: Rename btf__load() as btf__load_into_kernel()Quentin Monnet4-2/+5
2021-07-29libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()Quentin Monnet1-1/+3
2021-07-27libbpf: Fix race when pinning maps in parallelMartynas Pumputis1-1/+14
2021-07-27libbpf: Fix comment typoJason Wang1-3/+3
2021-07-26libbpf: Split CO-RE logic into relo_core.c.Alexei Starovoitov5-1297/+1319
2021-07-26libbpf: Move CO-RE types into relo_core.h.Alexei Starovoitov3-93/+102
2021-07-26libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.Alexei Starovoitov1-46/+71
2021-07-26libbpf: Cleanup the layering between CORE and bpf_program.Alexei Starovoitov1-36/+38
2021-07-23libbpf: Add bpf_map__pin_path functionEvgeniy Litvinenko3-0/+7
2021-07-22libbpf: Export bpf_program__attach_kprobe_opts functionJiri Olsa3-14/+33
2021-07-22libbpf: Allow decimal offset for kprobesJiri Olsa1-1/+1
2021-07-22libbpf: Fix func leak in attach_kprobeJiri Olsa1-0/+1
2021-07-20libbpf: Propagate errors when retrieving enum value for typed data displayAlan Maguire1-2/+3
2021-07-20libbpf: Avoid use of __int128 in typed dump displayAlan Maguire1-33/+65
2021-07-19libbpf: Fix removal of inner map in bpf_object__create_mapMartynas Pumputis1-6/+4
2021-07-16libbpf: Btf typed dump does not need to allocate dump dataAlan Maguire1-5/+4
2021-07-16libbpf: Fix compilation errors on ppc64le for btf dump typed dataAlan Maguire1-2/+2
2021-07-16libbpf: Clarify/fix unaligned data issues for btf typed dumpAlan Maguire1-4/+24
2021-07-16libbpf: BTF dumper support for typed dataAlan Maguire3-5/+834
2021-07-16libbpf: Fix the possible memory leak on errorShuyi Cheng1-2/+4