summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorLines
2023-10-26perf tests: test_arm_coresight: Simplify source iterationJames Clark-14/+3
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers-7/+6
2023-10-25perf test: Skip CoreSight tests if cs_etm// event is not availableMichael Petlan-0/+2
2023-10-17perf tests: Fix shellcheck warning in stat_all_metricgroupsAthira Rajeev-1/+1
2023-10-17perf tests: Fix shellcheck warning in record_sideband.shAthira Rajeev-1/+1
2023-10-17perf tests: Ignore shellcheck warning in lock_contentionAthira Rajeev-0/+1
2023-10-04tools/perf/tests: Fix object code reading to skip address that falls out of t...Athira Rajeev-0/+10
2023-10-04perf test: Avoid system wide when not privilegedIan Rogers-2/+14
2023-09-27perf test: Fix parse-events tests to skip parametrized eventsAthira Rajeev-0/+39
2023-09-27perf test: Add pmu-event test for "Compat" and new event_field.Jing Zhang-0/+55
2023-09-27perf test: Make matching_pmu effectiveJing Zhang-2/+8
2023-09-26tests/shell: Fix shellcheck warnings for SC2153 in multiple scriptsAthira Rajeev-0/+5
2023-09-26tests/shell: Fix shellcheck issues in tests/shell/stat+shadow_stat.sh tetscaseAthira Rajeev-4/+4
2023-09-26tests/shell: Fix shellcheck SC1090 to handle the location of sourced filesAthira Rajeev-0/+26
2023-09-21perf test lock_contention.sh: Skip test if not enough CPUsVeronika Molnarova-0/+6
2023-09-21perf test stat+shadow_stat.sh: Add threshold for rounding errorsVeronika Molnarova-6/+24
2023-09-18perf test: Detect off-cpu support from build optionsIan Rogers-1/+1
2023-09-18perf test: Ensure EXTRA_TESTS is covered in build testIan Rogers-0/+1
2023-09-18perf test: Update build test for changed BPF skeleton defaultsIan Rogers-3/+3
2023-09-16perf test: Fix test-record-dummy-C0 failure for supported PERF_FORMAT_LOST fe...Yang Jihong-1/+1
2023-09-15perf pmu: Move pmu__find_core_pmu() to pmus.cJames Clark-1/+1
2023-09-12perf test: Update cs_etm testcase for Arm ETERuidong Tian-1/+14
2023-09-12perf test: Add a test for strcmp_cpuid_str() expressionJames Clark-4/+27
2023-09-12perf util: Add a function for replacing characters in a stringJames Clark-0/+34
2023-09-12perf test: Check result of has_event(cycles) testJames Clark-1/+1
2023-09-12perf test shell lock_contention: Add cgroup aggregation and filter testsNamhyung Kim-0/+45
2023-09-12perf test: Add perf_event_attr test for record dummy eventYang Jihong-0/+55
2023-09-12perf test: Add test case for record sideband eventsYang Jihong-0/+58
2023-09-12perf record: Move setting tracking events before record__init_thread_masks()Yang Jihong-8/+10
2023-09-11perf parse-events: Introduce 'struct parse_events_terms'Ian Rogers-14/+21
2023-09-02perf parse-events: Fixes relating to no_value termsIan Rogers-1/+1
2023-08-30perf metric: Add #num_cpus_online literalIan Rogers-1/+4
2023-08-29perf jevents: Use "default_core" for events with no UnitIan Rogers-9/+10
2023-08-29perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup BPF counter testNamhyung Kim-1/+1
2023-08-29perf test shell stat_bpf_counters: Fix test on IntelNamhyung Kim-2/+2
2023-08-29perf test shell record_bpf_filter: Skip 6.2 kernelNamhyung Kim-0/+6
2023-08-25perf pmu: Make id const and add missing freeIan Rogers-2/+2
2023-08-25perf parse-events: Make term's config constIan Rogers-9/+9
2023-08-25perf pmu: Remove logic for PMU name being NULLIan Rogers-8/+8
2023-08-24perf jevents: Don't append Unit to descIan Rogers-11/+11
2023-08-24perf pmu: Lazily load sysfs aliasesIan Rogers-0/+2
2023-08-24perf pmu: Lazily add JSON eventsIan Rogers-0/+2
2023-08-24perf pmu: Cache JSON events tableIan Rogers-0/+2
2023-08-24perf pmu: Parse sysfs events directly from a fileIan Rogers-1/+1
2023-08-24perf pmu-events: Add pmu_events_table__find_event()Ian Rogers-0/+5
2023-08-24perf pmu-events: Reduce processed events by passing PMUIan Rogers-2/+4
2023-08-24perf jevents: Group events by PMUIan Rogers-12/+18
2023-08-24perf pmu-events: Add extra underscore to function namesIan Rogers-2/+2
2023-08-24perf pmu: Abstract alias/event structIan Rogers-53/+48
2023-08-24perf pmu: Make the loading of formats lazyIan Rogers-1/+1