summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-06-12perf daemon: Fix file leak in daemon_session__controlSamasth Norway Ananda1-2/+2
2024-06-12libsubcmd: Fix parse-options memory leakIan Rogers1-3/+5
2024-06-12perf symbols: Fix ownership of string in dso__load_vmlinux()James Clark1-3/+8
2024-06-12perf maps: Move symbol maps functions to maps.cIan Rogers4-249/+250
2024-06-12perf thread: Fixes to thread__new() related to initializing commIan Rogers1-9/+5
2024-06-12perf report: Avoid SEGV in report__setup_sample_type()Ian Rogers1-1/+1
2024-06-12perf ui browser: Avoid SEGV on titleIan Rogers1-1/+1
2024-06-12perf ui browser: Don't save pointer to stack memoryIan Rogers2-2/+4
2024-06-12perf bench internals inject-build-id: Fix trap divide when collecting just on...He Zhe1-1/+1
2024-06-12perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer)Adrian Hunter2-0/+4
2024-06-12perf test shell arm_coresight: Increase buffer size for Coresight basic testsJames Clark1-1/+1
2024-06-12perf docs: Document bpf event modifierIan Rogers1-0/+1
2024-06-12perf bench uprobe: Remove lib64 from libc.so.6 binary pathIan Rogers1-1/+1
2024-06-12perf record: Fix debug message placement for test consumptionAdrian Hunter1-2/+2
2024-06-12perf record: Move setting tracking events before record__init_thread_masks()Yang Jihong3-30/+47
2024-06-12perf evlist: Add evlist__findnew_tracking_event() helperYang Jihong3-8/+22
2024-06-12perf tests: Apply attributes to all events in object code reading testJames Clark1-5/+5
2024-06-12perf tests: Make "test data symbol" more robust on Neoverse N1James Clark1-0/+16
2024-06-12perf annotate: Fix annotation_calc_lines() to pass correct address to get_src...Namhyung Kim1-4/+6
2024-06-12perf annotate: Use global annotation_optionsNamhyung Kim8-89/+71
2024-06-12perf top: Convert to the global annotation_optionsNamhyung Kim2-23/+22
2024-06-12perf report: Convert to the global annotation_optionsNamhyung Kim1-17/+16
2024-06-12perf annotate: Introduce global annotation_optionsNamhyung Kim3-22/+26
2024-06-12perf annotate: Split branch stack cycles information out of 'struct annotatio...Namhyung Kim3-24/+54
2024-06-12perf machine thread: Remove exited threads by defaultIan Rogers5-4/+35
2024-06-12perf record: Lazy load kernel symbolsIan Rogers4-3/+12
2024-06-12perf stat: Do not fail on metrics on s390 z/VM systemsThomas Richter1-14/+14
2024-06-12perf annotate: Get rid of duplicate --group option itemNamhyung Kim1-2/+0
2024-06-12perf probe: Add missing libgen.h header needed for using basename()Arnaldo Carvalho de Melo1-0/+1
2024-06-12perf record: Delete session after stopping sideband threadIan Rogers1-2/+2
2024-06-12selftests: net: bridge: increase IGMP/MLD exclude timeout membership intervalNikolay Aleksandrov2-6/+6
2024-06-12selftests/kcmp: remove unused open modeEdward Liaw1-1/+1
2024-06-12x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDSAdrian Hunter1-4/+4
2024-06-12x86/insn: Fix PUSH instruction in x86 instruction decoder opcode mapAdrian Hunter1-1/+1
2024-06-12selftests: cgroup: skip test_cgcore_lesser_ns_open when cgroup2 mounted witho...Tianchen Ding10-12/+19
2024-06-12selftests: net: move amt to socat for better compatibilityJakub Kicinski1-6/+6
2024-06-12selftests: net: add missing config for amt.shJakub Kicinski1-0/+1
2024-06-12selftests: net: add more missing kernel configPaolo Abeni1-1/+5
2024-06-12selftests/bpf: Fix pointer arithmetic in test_xdp_do_redirectMichal Schmidt1-2/+2
2024-06-12selftests: default to host arch for LLVM buildsValentin Obst1-2/+10
2024-06-12selftests/resctrl: fix clang build failure: use LOCAL_HDRSJohn Hubbard1-1/+3
2024-06-12selftests/binderfs: use the Makefile's rules, not Make's implicit rulesJohn Hubbard1-2/+0
2024-06-12libbpf: Fix error message in attach_kprobe_multiJiri Olsa1-1/+1
2024-06-12bpf: Fix verifier assumptions about socket->skAlexei Starovoitov3-13/+20
2024-06-12selftests/bpf: Fix a fd leak in error paths in open_netnsGeliang Tang1-0/+2
2024-06-12selftests/bpf: Fix umount cgroup2 error in test_sockmapGeliang Tang1-1/+1
2024-06-12bpf: Pack struct bpf_fib_lookupAnton Protopopov1-1/+1
2024-06-12bpftool: Mount bpffs on provided dir instead of parent dirSahil Siddiq5-16/+92
2024-06-12bpftool: Fix missing pids during link showYonghong Song1-2/+2
2024-06-12KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIFOliver Upton1-0/+50