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