summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2023-12-1810-57/+688
|\
| * Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-034-1/+24
| |\
| * | 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
* | | | libperf cpumap: Document perf_cpu_map__nr()'s behaviorIan Rogers2023-12-181-0/+11
* | | | libperf cpumap: Add for_each_cpu() that skips the "any CPU" caseIan Rogers2023-12-121-0/+6
* | | | libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers2023-12-125-6/+6
* | | | libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers2023-12-125-7/+7
* | | | libperf cpumap: Rename perf_cpu_map__default_new() to perf_cpu_map__new_onlin...Ian Rogers2023-12-124-27/+51
* | | | libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers2023-12-127-9/+9
* | | | tools api fs: Avoid reading whole file for a 1 byte boolIan Rogers2023-11-301-9/+15
* | | | tools api fs: Switch filename__read_str to use io.hIan Rogers2023-11-302-45/+22
* | | | libperf: Lazily allocate/size mmap event copyIan Rogers2023-11-302-4/+19
* | | | libapi: Add missing linux/types.h header to get the __u64 type on io.hArnaldo Carvalho de Melo2023-11-301-0/+1
| |_|/ |/| |
* | | 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
|/ /
* | 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