summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/pmu.c
Commit message (Expand)AuthorAgeFilesLines
* perf pmu: Restore full PMU name wildcard supportJames Clark2024-06-271-0/+78
* perf test pmu: Warn don't fail for legacy mixed case event namesIan Rogers2024-06-131-3/+19
* perf tests: Add some pmu core functionality testsIan Rogers2024-05-281-0/+99
* perf test pmu: Test all sysfs PMU event names are the same caseIan Rogers2024-05-031-0/+90
* perf test pmu: Add an eagerly loaded event testIan Rogers2024-05-031-0/+76
* perf test pmu: Refactor format test and exposed test APIsIan Rogers2024-05-031-168/+151
* perf parse-events: Introduce 'struct parse_events_terms'Ian Rogers2023-09-111-8/+15
* perf parse-events: Make term's config constIan Rogers2023-08-251-9/+9
* perf pmu: Make the loading of formats lazyIan Rogers2023-08-241-1/+1
* perf pmu: Pass PMU rather than aliases and formatIan Rogers2023-08-231-1/+1
* perf pmu: Avoid passing format list to perf_pmu__config_terms()Ian Rogers2023-08-231-34/+42
* perf test pmu: Avoid 2 static path arraysIan Rogers2023-05-281-8/+9
* perf pmu: Use relative path for sysfs scanNamhyung Kim2023-04-041-1/+8
* perf test: Rename struct test to test_suiteIan Rogers2021-11-131-1/+1
* perf test: Move each test suite struct to its testIan Rogers2021-11-131-1/+3
* perf test: Free formats for perf pmu parse testNamhyung Kim2020-09-151-0/+1
* perf parse-events: Make add PMU verbose output clearerIan Rogers2020-05-281-2/+2
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+0
* perf tests pmu: Add missing headersArnaldo Carvalho de Melo2019-02-061-0/+2
* perf tools: Fix snprint warnings for gcc 8Jiri Olsa2018-03-191-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo2017-08-111-1/+1
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo2015-11-191-1/+1
* perf tools: Add term support for parse_events_errorJiri Olsa2015-04-291-1/+2
* perf tools: Let default config be defined for a PMUAdrian Hunter2014-09-171-1/+1
* perf tests: Use ARRAY_SIZE() were applicableArnaldo Carvalho de Melo2013-01-241-7/+2
* perf tools: Fix usage of __ in parse_events_term structArnaldo Carvalho de Melo2013-01-241-2/+2
* perf tests: Move pmu tests into separate objectJiri Olsa2012-11-141-0/+178