summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Add btf__load_vmlinux_btf/btf__load_module_btfHengqi Chen2021-07-304-6/+20
* libbpf: Add split BTF support for btf__load_from_kernel_by_id()Quentin Monnet2021-07-293-2/+9
* libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()Quentin Monnet2021-07-294-11/+24
* libbpf: Rename btf__load() as btf__load_into_kernel()Quentin Monnet2021-07-294-2/+5
* libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()Quentin Monnet2021-07-291-1/+3
* libbpf: Fix race when pinning maps in parallelMartynas Pumputis2021-07-271-1/+14
* libbpf: Fix comment typoJason Wang2021-07-271-3/+3
* libbpf: Split CO-RE logic into relo_core.c.Alexei Starovoitov2021-07-265-1297/+1319
* libbpf: Move CO-RE types into relo_core.h.Alexei Starovoitov2021-07-263-93/+102
* libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.Alexei Starovoitov2021-07-261-46/+71
* libbpf: Cleanup the layering between CORE and bpf_program.Alexei Starovoitov2021-07-261-36/+38
* libbpf: Add bpf_map__pin_path functionEvgeniy Litvinenko2021-07-233-0/+7
* libbpf: Export bpf_program__attach_kprobe_opts functionJiri Olsa2021-07-223-14/+33
* libbpf: Allow decimal offset for kprobesJiri Olsa2021-07-221-1/+1
* libbpf: Fix func leak in attach_kprobeJiri Olsa2021-07-221-0/+1
* libbpf: Propagate errors when retrieving enum value for typed data displayAlan Maguire2021-07-201-2/+3
* libbpf: Avoid use of __int128 in typed dump displayAlan Maguire2021-07-201-33/+65
* libbpf: Fix removal of inner map in bpf_object__create_mapMartynas Pumputis2021-07-191-6/+4
* libbpf: Btf typed dump does not need to allocate dump dataAlan Maguire2021-07-161-5/+4
* libbpf: Fix compilation errors on ppc64le for btf dump typed dataAlan Maguire2021-07-161-2/+2
* libbpf: Clarify/fix unaligned data issues for btf typed dumpAlan Maguire2021-07-161-4/+24
* libbpf: BTF dumper support for typed dataAlan Maguire2021-07-163-5/+834
* libbpf: Fix the possible memory leak on errorShuyi Cheng2021-07-161-2/+4
* libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'Shuyi Cheng2021-07-162-5/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-151-13/+91
|\
| * libbpf: Allow specification of "kprobe/function+offset"Alan Maguire2021-07-151-2/+22
| * libbpf: Add bpf_program__attach_kprobe_opts functionJiri Olsa2021-07-151-9/+25
| * libbpf: Fix reuse of pinned map on older kernelMartynas Pumputis2021-07-121-3/+45
* | Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-141-2/+2
|\ \
| * | libbpf: Restore errno return for functions that were already returning itToke Høiland-Jørgensen2021-07-061-2/+2
| |/
* | libperf: Add tests for perf_evlist__set_leader()Jiri Olsa2021-07-091-6/+21
* | libperf: Remove BUG_ON() from library code in get_group_fd()Arnaldo Carvalho de Melo2021-07-091-7/+16
* | libperf: Add group support to perf_evsel__open()Jiri Olsa2021-07-091-2/+24
* | libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader()Jiri Olsa2021-07-094-0/+24
* | libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa2021-07-091-0/+1
* | libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa2021-07-092-0/+2
* | libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa2021-07-093-3/+8
* | libperf: Change tests to single static and shared binariesJiri Olsa2021-07-0711-51/+67
* | Merge tag 'perf-tools-for-v5.14-2021-07-01' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-07-021-0/+14
|\ \ | |/ |/|
| * tools lib: Adopt bitmap_intersects() operation from the kernel sourcesAlexey Bayduraev2021-06-301-0/+14
* | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-3024-907/+2734
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-285-254/+73
| |\
| | * libbpf: Switch to void * casting in netlink helpersKumar Kartikeya Dwivedi2021-06-223-6/+6
| | * libbpf: Add request buffer type for netlink messagesKumar Kartikeya Dwivedi2021-06-222-82/+65
| | * libbpf: Add extra BPF_PROG_TYPE check to bpf_object__probe_loadingJonathan Edwards2021-06-211-0/+4
| | * bpf: Add documentation for libbpf including API autogenGrant Seltzer2021-06-181-168/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-1/+1
| |\ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-1717-598/+916
| |\ \
| | * | libbpf: Fail compilation if target arch is missingLorenz Bauer2021-06-161-4/+42
| | * | libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT.Kuniyuki Iwashima2021-06-151-1/+4