xref: /kernel/linux/linux-6.6/tools/perf/arch/arm/tests/arch-tests.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/tools/perf/arch/arm/tests/
162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#include <string.h>
362306a36Sopenharmony_ci#include "tests/tests.h"
462306a36Sopenharmony_ci#include "arch-tests.h"
562306a36Sopenharmony_ci
662306a36Sopenharmony_cistruct test_suite *arch_tests[] = {
762306a36Sopenharmony_ci#ifdef HAVE_DWARF_UNWIND_SUPPORT
862306a36Sopenharmony_ci	&suite__dwarf_unwind,
962306a36Sopenharmony_ci#endif
1062306a36Sopenharmony_ci	&suite__vectors_page,
1162306a36Sopenharmony_ci	NULL,
1262306a36Sopenharmony_ci};
13

Indexes created Thu Nov 07 10:32:03 CST 2024