summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2025-06-09perf test trace: Use --sort-events in BTF general testsHoward Chu
2025-06-09perf test trace: Remove set -e for BTF general testsHoward Chu
2025-06-09perf test trace: Stop tracing hrtimer_setup event in trace enum testHoward Chu
2025-06-09perf test trace: Remove set -e and print trace test's error messagesHoward Chu
2025-06-09perf test trace: Use shell's -f flag to check if vmlinux existsHoward Chu
2025-06-09perf trace: Remove --map-dump documentationHoward Chu
2025-06-09perf thread_map: Remove uid optionsIan Rogers
2025-06-09perf target: Remove uid from targetIan Rogers
2025-06-09perf bench evlist-open-close: Switch user option to use BPF filterIan Rogers
2025-06-09perf trace: Switch user option to use BPF filterIan Rogers
2025-06-09perf top: Switch user option to use BPF filterIan Rogers
2025-06-09perf tests record: Add basic uid filtering testIan Rogers
2025-06-09perf record: Switch user option to use BPF filterIan Rogers
2025-06-09perf parse-events: Add parse_uid_filter helperIan Rogers
2025-06-09perf target: Separate parse_uid into its own functionIan Rogers
2025-06-09perf parse-events filter: Use evsel__find_pmuIan Rogers
2025-06-09perf bpf-filter: Improve error messagesNamhyung Kim
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