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