summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/pmu-events.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf test pmu-events: Fake PMU metric workaroundIan Rogers2022-12-211-6/+11
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-12-161-3/+3
|\
| * libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman2022-11-101-3/+3
* | perf expr: Tidy hashmap dependencyIan Rogers2022-11-161-0/+1
* | perf stat: Allocate evsel->stats->aggr properlyNamhyung Kim2022-10-271-1/+1
|/
* perf pmu-events: Hide the pmu_eventsIan Rogers2022-08-131-8/+8
* perf pmu-events: Don't assume pmu_event is an arrayIan Rogers2022-08-131-58/+78
* perf test: Use full metric resolutionIan Rogers2022-08-131-145/+77
* perf pmu-events: Hide pmu_events_mapIan Rogers2022-08-131-118/+100
* perf pmu-events: Avoid passing pmu_events_mapIan Rogers2022-08-131-35/+28
* perf pmu-events: Hide pmu_sys_event_tablesIan Rogers2022-08-131-13/+1
* perf jevent: Add an 'all' architecture argumentIan Rogers2022-08-131-2/+1
* perf test: Avoid sysfs state affecting fake eventsIan Rogers2022-07-261-0/+9
* perf test: Add debug line to diagnose broken metricsIan Rogers2022-07-121-0/+1
* perf jevents: Modify match fieldIan Rogers2022-05-231-12/+12
* perf jevents: Append PMU description laterIan Rogers2022-05-231-3/+3
* perf test: Make metric testing more robustIan Rogers2022-02-151-6/+26
* perf test: Add pmu-events test for aliases with hyphensJohn Garry2022-01-221-0/+32
* perf test: Convert pmu event tests to test cases.Ian Rogers2021-11-131-62/+16
* perf test: Rename struct test to test_suiteIan Rogers2021-11-131-2/+2
* perf test: Move each test suite struct to its testIan Rogers2021-11-131-4/+15
* perf parse-event: Add init and exit to parse_event_errorIan Rogers2021-11-071-12/+10
* perf metric: Encode and use metric-id as qualifierIan Rogers2021-10-201-1/+12
* perf metric: Move runtime value to the expr contextIan Rogers2021-10-201-5/+5
* perf pmu: Make pmu_event tables const.Ian Rogers2021-10-201-8/+8
* perf pmu: Make pmu_sys_event_tables const.Ian Rogers2021-10-201-1/+1
* perf pmu: Add const to pmu_events_map.Ian Rogers2021-10-201-9/+9
* perf metric: Rename expr__find_other.Ian Rogers2021-09-291-6/+5
* perf metric: Restructure struct expr_parse_ctx.Ian Rogers2021-09-291-19/+28
* perf test: Add pmu-event test for event described as "config="John Garry2021-09-281-0/+25
* perf test: Verify more event members in pmu-events testJohn Garry2021-09-281-10/+40
* perf parse-events: Set numeric term configJohn Garry2021-09-281-3/+3
* perf test: Add pmu-events sys event supportJohn Garry2021-08-101-3/+74
* perf test: Add more pmu-events uncore aliasesJohn Garry2021-08-101-0/+72
* perf test: Re-add pmu-event uncore PMU alias testJohn Garry2021-08-101-0/+110
* perf test: Test pmu-events core aliases separatelyJohn Garry2021-08-101-29/+16
* perf test: Factor out pmu-events alias comparisonJohn Garry2021-08-101-25/+55
* perf test: Declare pmu-events test events separatelyJohn Garry2021-08-101-118/+126
* perf test: Factor out pmu-events event comparisonJohn Garry2021-08-101-53/+66
* perf pmu: Add pmu_events_map__find() function to find the common PMU map for ...John Garry2021-04-081-1/+1
* perf test: Handle metric reuse in pmu-events parsing testJohn Garry2021-04-081-0/+81
* perf test: Fix metric parsing testKajol Jain2020-12-151-1/+1
* perf jevents: Add test for arch std eventsJohn Garry2020-11-041-0/+14
* perf test: Free aliases for PMU event map aliases testNamhyung Kim2020-09-151-0/+5
* perf metric: Rename expr__add_id() to expr__add_val()Jiri Olsa2020-07-171-2/+2
* perf tests: Add another metric parsing testJiri Olsa2020-06-221-3/+114
* perf tests: Factor check_parse_id functionJiri Olsa2020-06-221-6/+14
* perf expr: Migrate expr ids table to a hashmapIan Rogers2020-05-281-12/+13
* perf test: Improve pmu event metric testingIan Rogers2020-05-281-6/+166
* perf test: Test pmu-events aliasesJohn Garry2020-03-241-1/+147