summaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorFilesLines
9 daysperf symbol: Add blocking argument to filename__read_build_idIan Rogers1-1/+1
2025-07-30perf test: Ensure lock contention using pipe modeJan Polensky1-13/+13
2025-07-27perf test: Fix comment orderingBlake Jones1-2/+2
2025-07-25perf sort: Use perf_env to set arch sort keys and headerIan Rogers4-17/+17
2025-07-25perf test: Move PERF_SAMPLE_WEIGHT_STRUCT parsing to common testIan Rogers1-0/+14
2025-07-25perf machine: Explicitly pass in host perf_envIan Rogers5-9/+21
2025-07-25perf test: Avoid use perf_envIan Rogers2-23/+32
2025-07-25perf evlist: Change env variable to sessionIan Rogers1-0/+1
2025-07-25perf session: Add accessor for session->header.envIan Rogers1-21/+17
2025-07-25perf dso: Move build_id to dso_idIan Rogers1-2/+2
2025-07-25perf build-id: Ensure struct build_id is empty before useIan Rogers2-2/+2
2025-07-25perf build-id: Change sprintf functions to snprintfIan Rogers1-1/+1
2025-07-24perf parse-events: Fix missing slots for Intel topdown metric eventsIan Rogers1-12/+12
2025-07-24libperf evsel: Rename own_cpus to pmu_cpusIan Rogers1-2/+2
2025-07-11perf jevents: If the long_desc and desc are identical then drop the long_descIan Rogers1-22/+0
2025-07-11perf stat: Move metric list from config to evlistIan Rogers3-34/+14
2025-07-11perf tests bp_account: Fix leaked file descriptorLeo Yan1-0/+1
2025-07-03perf test: Add more test cases to sched testNamhyung Kim1-8/+31
2025-07-03perf tests make: Add NO_LIBDW=1 to minimal and add standalone testIan Rogers1-1/+3
2025-07-03perf header: Fix pipe mode header dumpingIan Rogers1-1/+1
2025-07-03perf test: In forked mode add check that fds aren't leakedIan Rogers1-0/+69
2025-07-03perf hwmon_pmu: Hold path rather than fdIan Rogers1-5/+6
2025-07-03perf test code-reading: Avoid a leak of cpus and threadsIan Rogers1-7/+0
2025-07-02perf test: Add libsubcmd help testsNamhyung Kim4-0/+112
2025-07-02perf test: Check test suite description properlyNamhyung Kim1-2/+5
2025-07-02perf test: Add sched latency and script shell testsIan Rogers1-0/+93
2025-07-02perf test: Name the noploop processIan Rogers1-0/+2
2025-06-30perf build: Specify shellcheck should use bashCollin Funk1-1/+1
2025-06-30perf test annotate: Use --percent-limit rather than head to reduce outputIan Rogers1-7/+8
2025-06-30perf test: Add basic callgraph test to record testingIan Rogers1-0/+30
2025-06-30perf test: perf header test fails on s390Thomas Richter1-2/+2
2025-06-28perf stat: Fix uncore aggregation numberChun-Tse Shao1-2/+2
2025-06-26tools: Remove libcrypto dependencyYuzhuo Jing1-3/+1
2025-06-26perf util: add a basic SHA-1 implementationEric Biggers1-1/+44
2025-06-26perf test: Change all remaining #!/bin/sh to #!/bin/bashJames Clark43-43/+43
2025-06-25perf tests: Add a DRM PMU testIan Rogers1-0/+78
2025-06-25perf debug: Add function symbols to dump_stackIan Rogers1-1/+14
2025-06-24perf test: Replace grep perl regexp with awkChun-Tse Shao1-2/+3
2025-06-23Merge tag 'v6.16-rc3' into perf-tools-nextNamhyung Kim2-2/+11
2025-06-21perf test: add test for BPF metadata collectionBlake Jones1-0/+76
2025-06-20perf test: Add header shell testIan Rogers1-0/+74
2025-06-20perf test: Expand user space event reading (rdpmc) testsIan Rogers2-78/+220
2025-06-18perf test: Directory file descriptor leakIan Rogers1-0/+1
2025-06-16perf test: Restrict uniquifying test to machines with 'uncore_imc'Chun-Tse Shao1-2/+10
2025-06-09perf test trace: Change the regex pattern in the struct testHoward Chu1-1/+1
2025-06-09perf test trace: Use --sort-events in BTF general testsHoward Chu1-3/+3
2025-06-09perf test trace: Remove set -e for BTF general testsHoward Chu1-10/+9
2025-06-09perf test trace: Stop tracing hrtimer_setup event in trace enum testHoward Chu1-1/+1
2025-06-09perf test trace: Remove set -e and print trace test's error messagesHoward Chu1-6/+7
2025-06-09perf test trace: Use shell's -f flag to check if vmlinux existsHoward Chu1-1/+1