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