summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-tools-for-v5.15-2021-09-04' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-09-054-8/+11
|\
| * libperf cpumap: Take into advantage it is sorted to optimize perf_cpu_map__max()Riccardo Mancini2021-08-311-8/+2
| * libsubcmd: add OPT_UINTEGER_OPTARG option typeRiccardo Mancini2021-08-311-0/+1
| * Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-08-302-3/+4
| |\
| * | libperf tests: Fix verbose printingShunsuke Nakamura2021-08-241-0/+2
| * | libperf: Add perf_cpu_map__default_new()Jin Yao2021-08-112-0/+6
* | | libbpf: Add uprobe ref counter offset support for USDT semaphoresAndrii Nakryiko2021-08-172-4/+17
* | | libbpf: Add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIsAndrii Nakryiko2021-08-173-25/+127
* | | libbpf: Add bpf_cookie support to bpf_link_create() APIAndrii Nakryiko2021-08-173-18/+54
* | | libbpf: Use BPF perf link when supported by kernelAndrii Nakryiko2021-08-171-21/+90
* | | libbpf: Remove unused bpf_link's destroy operation, but add deallocAndrii Nakryiko2021-08-171-4/+5
* | | libbpf: Re-build libbpf.so when libbpf.map changesAndrii Nakryiko2021-08-171-5/+5
* | | libbpf: Support weak typed ksyms.Hao Luo2021-08-131-7/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-132-3/+4
|\ \ \ | | |/ | |/|
| * | libbpf: Do not close un-owned FD 0 on errorsDaniel Xu2021-08-071-2/+1
| * | libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPTRobin Gögge2021-08-071-1/+3
| |/
* | 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