aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/tests/attr/base-record-spe
AgeCommit message (Collapse)AuthorFilesLines
2022-03-05perf test: Add perf_event_attr tests for the arm_spe eventGerman Gomez1-0/+40
Adds a couple of perf_event_attr tests for the fix introduced in [1]. The tests check that the correct sample_period value is set in the struct perf_event_attr of the arm_spe events. [1]: https://lore.kernel.org/all/[email protected]/ Reviewed-by: James Clark <[email protected]> Signed-off-by: German Gomez <[email protected]> Tested-by: Leo Yan <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: John Fastabend <[email protected]> Cc: KP Singh <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Martin KaFai Lau <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Song Liu <[email protected]> Cc: Yonghong Song <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>