aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/tests/pmu-events.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-13perf pmu-events: Hide the pmu_eventsIan Rogers1-8/+8
2022-08-13perf pmu-events: Don't assume pmu_event is an arrayIan Rogers1-58/+78
2022-08-13perf test: Use full metric resolutionIan Rogers1-145/+77
2022-08-13perf pmu-events: Hide pmu_events_mapIan Rogers1-118/+100
2022-08-13perf pmu-events: Avoid passing pmu_events_mapIan Rogers1-35/+28
2022-08-13perf pmu-events: Hide pmu_sys_event_tablesIan Rogers1-13/+1
2022-08-13perf jevent: Add an 'all' architecture argumentIan Rogers1-2/+1
2022-07-26perf test: Avoid sysfs state affecting fake eventsIan Rogers1-0/+9
2022-07-12perf test: Add debug line to diagnose broken metricsIan Rogers1-0/+1
2022-05-23perf jevents: Modify match fieldIan Rogers1-12/+12
2022-05-23perf jevents: Append PMU description laterIan Rogers1-3/+3
2022-02-15perf test: Make metric testing more robustIan Rogers1-6/+26
2022-01-22perf test: Add pmu-events test for aliases with hyphensJohn Garry1-0/+32
2021-11-13perf test: Convert pmu event tests to test cases.Ian Rogers1-62/+16
2021-11-13perf test: Rename struct test to test_suiteIan Rogers1-2/+2
2021-11-13perf test: Move each test suite struct to its testIan Rogers1-4/+15
2021-11-07perf parse-event: Add init and exit to parse_event_errorIan Rogers1-12/+10
2021-10-20perf metric: Encode and use metric-id as qualifierIan Rogers1-1/+12
2021-10-20perf metric: Move runtime value to the expr contextIan Rogers1-5/+5
2021-10-20perf pmu: Make pmu_event tables const.Ian Rogers1-8/+8
2021-10-20perf pmu: Make pmu_sys_event_tables const.Ian Rogers1-1/+1
2021-10-20perf pmu: Add const to pmu_events_map.Ian Rogers1-9/+9
2021-09-29perf metric: Rename expr__find_other.Ian Rogers1-6/+5
2021-09-29perf metric: Restructure struct expr_parse_ctx.Ian Rogers1-19/+28
2021-09-28perf test: Add pmu-event test for event described as "config="John Garry1-0/+25
2021-09-28perf test: Verify more event members in pmu-events testJohn Garry1-10/+40
2021-09-28perf parse-events: Set numeric term configJohn Garry1-3/+3
2021-08-10perf test: Add pmu-events sys event supportJohn Garry1-3/+74
2021-08-10perf test: Add more pmu-events uncore aliasesJohn Garry1-0/+72
2021-08-10perf test: Re-add pmu-event uncore PMU alias testJohn Garry1-0/+110
2021-08-10perf test: Test pmu-events core aliases separatelyJohn Garry1-29/+16
2021-08-10perf test: Factor out pmu-events alias comparisonJohn Garry1-25/+55
2021-08-10perf test: Declare pmu-events test events separatelyJohn Garry1-118/+126
2021-08-10perf test: Factor out pmu-events event comparisonJohn Garry1-53/+66
2021-04-08perf pmu: Add pmu_events_map__find() function to find the common PMU map for the systemJohn Garry1-1/+1
2021-04-08perf test: Handle metric reuse in pmu-events parsing testJohn Garry1-0/+81
2020-12-15perf test: Fix metric parsing testKajol Jain1-1/+1
2020-11-04perf jevents: Add test for arch std eventsJohn Garry1-0/+14
2020-09-15perf test: Free aliases for PMU event map aliases testNamhyung Kim1-0/+5
2020-07-17perf metric: Rename expr__add_id() to expr__add_val()Jiri Olsa1-2/+2
2020-06-22perf tests: Add another metric parsing testJiri Olsa1-3/+114
2020-06-22perf tests: Factor check_parse_id functionJiri Olsa1-6/+14
2020-05-28perf expr: Migrate expr ids table to a hashmapIan Rogers1-12/+13
2020-05-28perf test: Improve pmu event metric testingIan Rogers1-6/+166
2020-03-24perf test: Test pmu-events aliasesJohn Garry1-1/+147
2020-03-24perf test: Add pmu-events testJohn Garry1-0/+233