summaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorFilesLines
2023-11-27perf test: Basic branch counter supportKan Liang1-0/+30
2023-11-27perf test: Remove atomics from test_loop to avoid test failuresNick Forrington1-3/+1
2023-11-09perf test: Add support for setting objdump binary via perf configJames Clark1-0/+12
2023-11-09perf test: Add option to change objdump binaryJames Clark3-1/+5
2023-11-09perf tests offcpu: Adjust test case perf record offcpu profiling tests for s390Thomas Richter1-2/+2
2023-11-09perf tests attr: Fix spelling mistake "whic" to "which"zhaimingbing1-1/+1
2023-11-09perf test: Simplify "object code reading" testNamhyung Kim1-53/+23
2023-11-09perf tools: Fix spelling mistake "parametrized" -> "parameterized"Colin Ian King2-3/+3
2023-11-03perf tests make: Remove the last egrep call, use 'grep -E' insteadArnaldo Carvalho de Melo1-1/+1
2023-10-26perf tests: test_arm_coresight: Simplify source iterationJames Clark1-14/+3
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers2-7/+6
2023-10-25perf test: Skip CoreSight tests if cs_etm// event is not availableMichael Petlan1-0/+2
2023-10-17perf tests: Fix shellcheck warning in stat_all_metricgroupsAthira Rajeev1-1/+1
2023-10-17perf tests: Fix shellcheck warning in record_sideband.shAthira Rajeev1-1/+1
2023-10-17perf tests: Ignore shellcheck warning in lock_contentionAthira Rajeev1-0/+1
2023-10-05tools/perf/tests: Fix object code reading to skip address that falls out of t...Athira Rajeev1-0/+10
2023-10-05perf test: Avoid system wide when not privilegedIan Rogers1-2/+14
2023-09-28perf test: Fix parse-events tests to skip parametrized eventsAthira Rajeev1-0/+39
2023-09-28perf test: Add pmu-event test for "Compat" and new event_field.Jing Zhang1-0/+55
2023-09-28perf test: Make matching_pmu effectiveJing Zhang1-2/+8
2023-09-27tests/shell: Fix shellcheck warnings for SC2153 in multiple scriptsAthira Rajeev5-0/+5
2023-09-27tests/shell: Fix shellcheck issues in tests/shell/stat+shadow_stat.sh tetscaseAthira Rajeev2-4/+4
2023-09-27tests/shell: Fix shellcheck SC1090 to handle the location of sourced filesAthira Rajeev13-0/+26
2023-09-21perf test lock_contention.sh: Skip test if not enough CPUsVeronika Molnarova1-0/+6
2023-09-21perf test stat+shadow_stat.sh: Add threshold for rounding errorsVeronika Molnarova1-6/+24
2023-09-19perf test: Detect off-cpu support from build optionsIan Rogers1-1/+1
2023-09-19perf test: Ensure EXTRA_TESTS is covered in build testIan Rogers1-0/+1
2023-09-19perf test: Update build test for changed BPF skeleton defaultsIan Rogers1-3/+3
2023-09-17perf test: Fix test-record-dummy-C0 failure for supported PERF_FORMAT_LOST fe...Yang Jihong1-1/+1
2023-09-16perf pmu: Move pmu__find_core_pmu() to pmus.cJames Clark1-1/+1
2023-09-12perf test: Update cs_etm testcase for Arm ETERuidong Tian1-1/+14
2023-09-12perf test: Add a test for strcmp_cpuid_str() expressionJames Clark1-4/+27
2023-09-12perf util: Add a function for replacing characters in a stringJames Clark4-0/+34
2023-09-12perf test: Check result of has_event(cycles) testJames Clark1-1/+1
2023-09-12perf test shell lock_contention: Add cgroup aggregation and filter testsNamhyung Kim1-0/+45
2023-09-12perf test: Add perf_event_attr test for record dummy eventYang Jihong1-0/+55
2023-09-12perf test: Add test case for record sideband eventsYang Jihong1-0/+58
2023-09-12perf record: Move setting tracking events before record__init_thread_masks()Yang Jihong2-8/+10
2023-09-11perf parse-events: Introduce 'struct parse_events_terms'Ian Rogers2-14/+21
2023-09-02perf parse-events: Fixes relating to no_value termsIan Rogers1-1/+1
2023-08-31perf metric: Add #num_cpus_online literalIan Rogers1-1/+4
2023-08-29perf jevents: Use "default_core" for events with no UnitIan Rogers1-9/+10
2023-08-29perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup BPF counter testNamhyung Kim1-1/+1
2023-08-29perf test shell stat_bpf_counters: Fix test on IntelNamhyung Kim1-2/+2
2023-08-29perf test shell record_bpf_filter: Skip 6.2 kernelNamhyung Kim1-0/+6
2023-08-25perf pmu: Make id const and add missing freeIan Rogers1-2/+2
2023-08-25perf parse-events: Make term's config constIan Rogers1-9/+9
2023-08-25perf pmu: Remove logic for PMU name being NULLIan Rogers1-8/+8
2023-08-25perf jevents: Don't append Unit to descIan Rogers1-11/+11
2023-08-24perf pmu: Lazily load sysfs aliasesIan Rogers1-0/+2