summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* libperf evlist: Fix a refcount leakIan Rogers2020-05-051-0/+1
* libperf: Add NULL pointer check for cpu_map iteration and NULL assignment for...He Zhe2020-05-052-1/+2
* libsubcmd: Introduce OPT_CALLBACK_SET()Arnaldo Carvalho de Melo2020-05-051-0/+2
* libtraceevent: Remove unneeded semicolonZou Wei2020-04-301-1/+1
* tools api: Add a lightweight buffered reading apiIan Rogers2020-04-301-0/+112
* perf evlist: Remove duplicate headersJagadeesh Pagadala2020-04-221-2/+0
* Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/...Ingo Molnar2020-04-223-10/+48
|\
| * tools lib traceevent: Take care of return value of asprintfHe Zhe2020-04-181-10/+19
| * tools api fs: Make xxx__mountpoint() more scalableStephane Eranian2020-04-162-0/+29
* | libbpf: Fix type of old_fd in bpf_xdp_set_link_optsToke Høiland-Jørgensen2020-04-151-1/+1
* | libbpf: Always specify expected_attach_type on program load if supportedAndrii Nakryiko2020-04-151-44/+82
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-091-3/+3
|\ \ | |/ |/|
| * libbpf: Fix bpf_get_link_xdp_id flags handlingAndrey Ignatov2020-04-081-1/+1
| * libbpf: Initialize *nl_pid so gcc 10 is happyJeremy Cline2020-04-061-2/+2
* | lib/rbtree: fix coding style of assignmentschenqiwu2020-04-071-2/+2
* | Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-051-0/+7
|\ \
| * | perf tools: Basic support for CGROUP eventNamhyung Kim2020-04-031-0/+7
* | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-033-0/+3
|\ \ \ | |_|/ |/| |
| * | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-253-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-3111-75/+659
|\ \ \ | |_|/ |/| |
| * | libbpf: Add support for bpf_link-based cgroup attachmentAndrii Nakryiko2020-03-305-1/+110
| * | tools/libbpf: Add support for BPF_PROG_TYPE_LSMKP Singh2020-03-304-5/+44
| * | bpf: Introduce BPF_PROG_TYPE_LSMKP Singh2020-03-301-0/+1
| * | libbpf: Add setter for initial value for internal mapsToke Høiland-Jørgensen2020-03-303-0/+14
| * | libbpf: Add function to set link XDP fd while specifying old programToke Høiland-Jørgensen2020-03-283-1/+42
| * | libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__createFletcher Dunn2020-03-281-2/+14
| * | libbpf: Don't allocate 16M for log buffer by defaultStanislav Fomichev2020-03-262-13/+29
| * | libbpf: Remove unused parameter `def` to get_map_field_intTobias Klauser2020-03-261-10/+6
| * | bpf, libbpf: Fix ___bpf_kretprobe_args1(x) macro definitionWenbo Zhang2020-03-171-1/+1
| * | libbpf: Provide CO-RE variants of PT_REGS macrosAndrii Nakryiko2020-03-131-0/+103
| * | libbpf: Ignore incompatible types with matching name during CO-RE relocationAndrii Nakryiko2020-03-131-0/+4
| * | libbpf: Split BTF presence checks into libbpf- and kernel-specific partsAndrii Nakryiko2020-03-131-5/+12
| * | tools/libbpf: Add support for BPF_MODIFY_RETURNKP Singh2020-03-041-0/+4
| * | libbpf: Assume unsigned values for BTF_KIND_ENUMAndrii Nakryiko2020-03-041-4/+4
| * | libbpf: Fix handling of optional field_name in btf_dump__emit_type_declAndrii Nakryiko2020-03-031-1/+1
| * | libbpf: Add bpf_link pinning/unpinningAndrii Nakryiko2020-03-023-27/+114
| * | libbpf: Merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.hAndrii Nakryiko2020-03-021-0/+118
| * | libbpf: Fix use of PT_REGS_PARM macros with vmlinux.hAndrii Nakryiko2020-03-021-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-213-7/+40
| |\ \ | | |/ | |/|
| | * libbpf: Add support for dynamic program attach targetEelco Chaudron2020-02-203-4/+36
| | * libbpf: Bump libpf current version to v0.0.8Eelco Chaudron2020-02-201-0/+3
| | * libbpf: Relax check whether BTF is mandatoryAndrii Nakryiko2020-02-201-3/+1
* | | tools lib traceevent: Remove extra '\n' in print_event_time()Steven Rostedt (VMware)2020-03-041-1/+1
* | | libperf: Add counting exampleMichael Petlan2020-03-041-0/+83
* | | tools lib api fs: Move cgroupsfs_find_mountpoint()Namhyung Kim2020-03-043-0/+70
|/ /
* / libbpf: Sanitise internal map names so they are not rejected by the kernelToke Høiland-Jørgensen2020-02-181-1/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-2821-611/+2868
|\
| * libbpf: Fix realloc usage in bpf_core_find_candsAndrii Nakryiko2020-01-241-1/+3
| * libbpf: Improve handling of failed CO-RE relocationsAndrii Nakryiko2020-01-242-40/+61
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-2317-176/+1064
| |\