summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2025-06-18perf bench futex: Fix prctl include in musl libcArnaldo Carvalho de Melo2-2/+8
2025-06-18perf test: Directory file descriptor leakIan Rogers1-0/+1
2025-06-17perf evsel: Missed close() when probing hybrid core PMUsIan Rogers1-0/+1
2025-06-17tools arch amd ibs: Sync ibs.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+1
2025-06-16tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo1-0/+4
2025-06-16perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+1
2025-06-16tools headers UAPI: Sync linux/prctl.h with the kernel sources to pick FUTEX ...Arnaldo Carvalho de Melo1-0/+7
2025-06-16perf mem: Document new output fields (op, cache, mem, dtlb, snoop)Namhyung Kim2-17/+92
2025-06-16tools headers: Update the fs headers with the kernel sourcesArnaldo Carvalho de Melo2-2/+7
2025-06-16perf test: Restrict uniquifying test to machines with 'uncore_imc'Chun-Tse Shao1-2/+10
2025-06-07Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+6
2025-06-06Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt1-0/+1
2025-06-05perf symbols: Ignore mapping symbols on riscvHaibo Xu1-0/+6
2025-06-04Merge tag 'perf-tools-for-v6.16-1-2025-06-03' of git://git.kernel.org/pub/scm...Linus Torvalds308-11885/+21998
2025-05-31perf callchain: Always populate the addr_location map when adding IPIan Rogers3-5/+11
2025-05-31perf lock contention: Reject more than 10ms delays for safetyNamhyung Kim2-2/+11
2025-05-30perf trace: Set errpid to false for rseq and set_robust_listAnubhav Shelat1-2/+2
2025-05-29perf symbol: Move demangling code out of symbol-elf.cIan Rogers4-96/+87
2025-05-28perf trace: Always print return value for syscalls returning a pidAnubhav Shelat1-1/+1
2025-05-28perf script: Print PERF_AUX_FLAG_COLLISION flagLeo Yan1-2/+3
2025-05-28perf mem: Show absolute percent in mem_stat outputNamhyung Kim1-1/+1
2025-05-28perf mem: Display sort order only if it's availableNamhyung Kim1-1/+4
2025-05-28perf mem: Describe overhead calculation in briefRavi Bangoria1-0/+19
2025-05-28perf record: Fix incorrect --user-regs commentsDapeng Mi1-1/+1
2025-05-28Revert "perf thread: Ensure comm_lock held for comm_list"Arnaldo Carvalho de Melo3-20/+8
2025-05-28perf test trace_summary: Skip --bpf-summary tests if no libbpfIan Rogers1-0/+6
2025-05-28perf test intel-pt: Skip jitdump test if no libelfIan Rogers1-0/+5
2025-05-28perf intel-tpebs: Avoid race when evlist is being deletedIan Rogers1-2/+10
2025-05-28perf test demangle-java: Don't segv if demangling failsIan Rogers1-0/+5
2025-05-28perf symbol: Fix use-after-free in filename__read_build_idIan Rogers1-98/+70
2025-05-28perf pmu: Avoid segv for missing name/alias_name in wildcardingIan Rogers1-0/+3
2025-05-28perf machine: Factor creating a "live" machine out of dwarf-unwindIan Rogers3-38/+51
2025-05-28perf test: Add AMD IBS sw filter testNamhyung Kim1-0/+67
2025-05-28perf mem: Count L2 HITM for c2c statisticYicong Yang1-1/+4
2025-05-27perf arm-spe: Add support for SPE Data Source packet on HiSilicon HIP12Yicong Yang2-0/+113
2025-05-27Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2025-05-25Merge branch 'locking/futex' into locking/core, to pick up pending futex changesIngo Molnar8-1/+103
2025-05-24perf tests switch-tracking: Fix timestamp comparisonLeo Yan1-1/+1
2025-05-23perf pmu intel: Adjust cpumaks for sub-NUMA clusters on graniterapidsIan Rogers1-5/+263
2025-05-23perf tests trace_summary.sh: Run in exclusive modeArnaldo Carvalho de Melo1-1/+1
2025-05-23perf test: Add cgroup summary test case for 'perf trace'Namhyung Kim1-0/+6
2025-05-23perf python: Add counting.py as example for counting perf eventsGautam Menghani1-0/+36
2025-05-23perf python: Add evlist close supportGautam Menghani1-0/+16
2025-05-23perf python: Add evsel read methodGautam Menghani1-0/+37
2025-05-23perf python: Add support for 'struct perf_counts_values' to return counter dataGautam Menghani1-1/+91
2025-05-21perf python: Add evsel cpus and threads functionsIan Rogers1-0/+33
2025-05-21perf test amd: Skip amd-ibs-period test on kernel < v6.15Ravi Bangoria1-0/+29
2025-05-21perf thread: Ensure comm_lock held for comm_listIan Rogers3-8/+20
2025-05-21perf rwsem: Add clang's -Wthread-safety annotationsIan Rogers4-5/+23
2025-05-21perf dso: Minor refactor to allow clang's Wthread-safety analysisIan Rogers1-19/+26