summaryrefslogtreecommitdiff
path: root/tools/perf/tests/pmu.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-03perf test pmu: Test all sysfs PMU event names are the same caseIan Rogers1-0/+90
2024-05-03perf test pmu: Add an eagerly loaded event testIan Rogers1-0/+76
2024-05-03perf test pmu: Refactor format test and exposed test APIsIan Rogers1-168/+151
2023-09-11perf parse-events: Introduce 'struct parse_events_terms'Ian Rogers1-8/+15
2023-08-25perf parse-events: Make term's config constIan Rogers1-9/+9
2023-08-24perf pmu: Make the loading of formats lazyIan Rogers1-1/+1
2023-08-23perf pmu: Pass PMU rather than aliases and formatIan Rogers1-1/+1
2023-08-23perf pmu: Avoid passing format list to perf_pmu__config_terms()Ian Rogers1-34/+42
2023-05-28perf test pmu: Avoid 2 static path arraysIan Rogers1-8/+9
2023-04-04perf pmu: Use relative path for sysfs scanNamhyung Kim1-1/+8
2021-11-13perf test: Rename struct test to test_suiteIan Rogers1-1/+1
2021-11-13perf test: Move each test suite struct to its testIan Rogers1-1/+3
2020-09-15perf test: Free formats for perf pmu parse testNamhyung Kim1-0/+1
2020-05-28perf parse-events: Make add PMU verbose output clearerIan Rogers1-2/+2
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+0
2019-02-06perf tests pmu: Add missing headersArnaldo Carvalho de Melo1-0/+2
2018-03-19perf tools: Fix snprint warnings for gcc 8Jiri Olsa1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo1-1/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo1-0/+1
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo1-1/+1
2015-04-29perf tools: Add term support for parse_events_errorJiri Olsa1-1/+2
2014-09-18perf tools: Let default config be defined for a PMUAdrian Hunter1-1/+1
2013-01-24perf tests: Use ARRAY_SIZE() were applicableArnaldo Carvalho de Melo1-7/+2
2013-01-24perf tools: Fix usage of __ in parse_events_term structArnaldo Carvalho de Melo1-2/+2
2012-11-14perf tests: Move pmu tests into separate objectJiri Olsa1-0/+178