summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-034-1/+24
|\
| * libperf rc_check: Add RC_CHK_EQUALIan Rogers2023-10-251-0/+7
| * libperf rc_check: Make implicit enabling work for GCCIan Rogers2023-10-251-1/+5
| * tools api: Avoid potential double freeIan Rogers2023-10-121-0/+1
| * perf evlist: Add perf_evlist__go_system_wide() helperYang Jihong2023-09-122-0/+11
* | libbpf: Add link-based API for netkitDaniel Borkmann2023-10-245-0/+76
* | libbpf: Don't assume SHT_GNU_verdef presence for SHT_GNU_versym sectionAndrii Nakryiko2023-10-171-6/+10
* | libbpf: Add support for cgroup unix socket address hooksDaan De Meyer2023-10-111-0/+10
* | libbpf: Fix syscall access arguments on riscvAlexandre Ghiti2023-10-041-2/+0
* | libbpf: Allow Golang symbols in uprobe secdefHengqi Chen2023-09-291-6/+16
* | libbpf: Add ring__consumeMartin Kelly2023-09-253-0/+22
* | libbpf: Add ring__map_fdMartin Kelly2023-09-253-0/+15
* | libbpf: Add ring__sizeMartin Kelly2023-09-253-0/+16
* | libbpf: Add ring__avail_data_sizeMartin Kelly2023-09-253-0/+21
* | libbpf: Add ring__producer_pos, ring__consumer_posMartin Kelly2023-09-253-0/+34
* | libbpf: Add ring_buffer__ringMartin Kelly2023-09-253-0/+24
* | libbpf: Switch rings to array of pointersMartin Kelly2023-09-251-8/+12
* | libbpf: Refactor cleanup in ring_buffer__addMartin Kelly2023-09-251-6/+9
* | libbpf: Support symbol versioning for uprobeHengqi Chen2023-09-222-12/+124
* | libbpf: Resolve symbol conflicts at the same offset for uprobeHengqi Chen2023-09-221-1/+4
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2023-09-173-24/+303
|\ \ | |/ |/|
| * libbpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi2023-09-161-5/+109
| * libbpf: Refactor bpf_object__reloc_codeKumar Kartikeya Dwivedi2023-09-161-19/+33
| * libbpf: Add __percpu_kptr macro definitionYonghong Song2023-09-081-0/+1
| * libbpf: Add basic BTF sanity validationAndrii Nakryiko2023-09-081-0/+160
* | Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-09-091-2/+12
|\ \ | |/ |/|
| * libperf: Get rid of attr.id fieldNamhyung Kim2023-08-291-1/+7
| * libperf: Add perf_record_header_attr_id()Namhyung Kim2023-08-291-0/+4
| * libperf: Implement riscv mmap supportAlexandre Ghiti2023-08-161-0/+66
* | Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-011-0/+66
|\ \
| * | tools: lib: perf: Implement riscv mmap supportAlexandre Ghiti2023-08-161-0/+66
* | | libbpf: fix signedness determination in CO-RE relo handling logicAndrii Nakryiko2023-08-231-1/+1
* | | libbpf: Add bpf_object__unpin()Daniel Xu2023-08-233-0/+17
* | | libbpf: Free btf_vmlinux when closing bpf_objectHao Luo2023-08-221-0/+1
* | | libbpf: Add uprobe multi link support to bpf_program__attach_usdtJiri Olsa2023-08-212-17/+82
* | | libbpf: Add uprobe multi link detectionJiri Olsa2023-08-212-0/+38
* | | libbpf: Add support for u[ret]probe.multi[.s] program sectionsJiri Olsa2023-08-211-0/+36
* | | libbpf: Add bpf_program__attach_uprobe_multi functionJiri Olsa2023-08-213-0/+166
* | | libbpf: Add bpf_link_create support for multi uprobesJiri Olsa2023-08-212-1/+21
* | | libbpf: Add elf_resolve_pattern_offsets functionJiri Olsa2023-08-213-1/+67
* | | libbpf: Add elf_resolve_syms_offsets functionJiri Olsa2023-08-212-0/+112
* | | libbpf: Add elf symbol iteratorJiri Olsa2023-08-211-64/+115
* | | libbpf: Add elf_open/elf_close functionsJiri Olsa2023-08-213-42/+57
* | | libbpf: Move elf_find_func_offset* functions to elf objectJiri Olsa2023-08-214-186/+202
* | | libbpf: Add uprobe_multi attach type and link namesJiri Olsa2023-08-211-0/+2
* | | libbpf: Support triple-underscore flavors for kfunc relocationDave Marchevsky2023-08-181-1/+19
* | | libbpf: Set close-on-exec flag on gzopenMarco Vedovati2023-08-141-2/+2
* | | libbpf: Use local includes inside the librarySergey Kacheev2023-08-042-3/+3
* | | libbpf: fix typos in MakefileRandy Dunlap2023-08-021-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-201-6/+12
|\ \ \ | | |/ | |/|