summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Re-build libbpf.so when libbpf.map changesAndrii Nakryiko2021-09-151-5/+5
* selftests/bpf: Fix test_core_autosize on big-endian machinesIlya Leoshkevich2021-09-151-5/+15
* selftests/bpf: Fix bpf-iter-tcp4 test to print correctly the dest IPJose Blanquicet2021-09-151-1/+1
* libbpf: Fix removal of inner map in bpf_object__create_mapMartynas Pumputis2021-09-151-6/+4
* libbpf: Fix the possible memory leak on errorShuyi Cheng2021-09-151-2/+4
* bpf: Fix a typo of reuseport map in bpf.h.Kuniyuki Iwashima2021-09-151-1/+1
* perf annotate: Fix jump parsing for C++ code.Martin Liška2021-09-032-0/+9
* perf tools: Fix arm64 build error with gcc-11Jianlin Lv2021-09-038-7/+14
* perf record: Fix memory leak in vDSO found using ASANNamhyung Kim2021-09-031-0/+2
* perf symbol-elf: Fix memory leak by freeing sdt_note.argsRiccardo Mancini2021-09-031-0/+1
* perf env: Fix memory leak of bpf_prog_info_linear memberRiccardo Mancini2021-09-031-0/+1
* tools/virtio: fix buildMichael S. Tsirkin2021-09-033-1/+60
* libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPTRobin Gögge2021-08-181-1/+3
* Revert "selftests/resctrl: Use resctrl/info for feature detection"Reinette Chatre2021-08-152-46/+12
* selftest/bpf: Verifier tests for var-off accessAndrei Matei2021-08-081-2/+97
* bpf, selftests: Adjust few selftest outcomes wrt unreachable codeDaniel Borkmann2021-08-088-8/+53
* bpf: Update selftests to reflect new error statesDaniel Borkmann2021-08-086-35/+16
* bpf, selftests: Adjust few selftest result_unpriv outcomesDaniel Borkmann2021-08-082-10/+0
* selftest/bpf: Adjust expected verifier errorsAndrei Matei2021-08-089-37/+41
* selftests/bpf: Add a test for ptr_to_map_value on stack for helper accessYonghong Song2021-08-082-3/+5
* Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo2021-08-041-2/+0
* selftest: fix build error in tools/testing/selftests/vm/userfaultfd.cGreg Kroah-Hartman2021-08-041-1/+1
* tools: Allow proper CC/CXX/... override with LLVM=1 in Makefile.includeYonghong Song2021-07-311-2/+10
* perf inject: Close inject.output on exitRiccardo Mancini2021-07-281-2/+6
* selftest: use mmap instead of posix_memalign to allocate memoryPeter Collingbourne2021-07-281-2/+4
* bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser2021-07-281-0/+5
* perf sched: Fix record failure when CONFIG_SCHEDSTATS is not setYang Jihong2021-07-281-4/+29
* perf data: Close all files in close_dir()Riccardo Mancini2021-07-281-1/+1
* perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini2021-07-281-2/+2
* perf lzma: Close lzma stream on exitRiccardo Mancini2021-07-281-3/+5
* perf script: Fix memory 'threads' and 'cpus' leaks on exitRiccardo Mancini2021-07-281-0/+7
* perf report: Free generated help strings for sort optionRiccardo Mancini2021-07-283-13/+24
* perf env: Fix memory leak of cpu_pmu_capsRiccardo Mancini2021-07-281-0/+1
* perf test maps__merge_in: Fix memory leak of mapsRiccardo Mancini2021-07-281-0/+2
* perf dso: Fix memory leak in dso__new_map()Riccardo Mancini2021-07-281-1/+3
* perf test event_update: Fix memory leak of evlistRiccardo Mancini2021-07-281-1/+1
* perf test session_topology: Delete session->evlistRiccardo Mancini2021-07-281-0/+1
* perf env: Fix sibling_dies memory leakRiccardo Mancini2021-07-281-0/+1
* perf probe: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-281-1/+3
* perf map: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-281-0/+2
* perf inject: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-281-2/+3
* selftests: icmp_redirect: IPv6 PMTU info should be cleared after redirectHangbin Liu2021-07-281-2/+3
* selftests: icmp_redirect: remove from checking for IPv6 route getHangbin Liu2021-07-281-1/+1
* perf test bpf: Free obj_bufRiccardo Mancini2021-07-251-0/+2
* bpftool: Properly close va_list 'ap' by va_end() on errorGu Shengxian2021-07-251-2/+4
* tools: bpf: Fix error in 'make -C tools/ bpf_install'Wei Li2021-07-251-5/+2
* selftests/powerpc: Fix "no_handler" EBB selftestAthira Rajeev2021-07-201-2/+0
* selftests: timers: rtcpie: skip test if default RTC device does not existPo-Hsu Lin2021-07-201-1/+9
* selftests/lkdtm: Fix expected text for CR4 pinningKees Cook2021-07-191-1/+1
* selftests/resctrl: Fix incorrect parsing of option "-t"Xiaochen Shen2021-07-192-3/+3