kernel_samsung_a53x/tools/perf/arch/arm/include/arch-tests.h
2024-06-15 16:02:09 -03:00

12 lines
199 B
C
Executable file

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef ARCH_TESTS_H
#define ARCH_TESTS_H
#ifdef HAVE_DWARF_UNWIND_SUPPORT
struct thread;
struct perf_sample;
#endif
extern struct test arch_tests[];
#endif