cregit-Linux how code gets into the kernel

Release 4.18 tools/perf/arch/arm/tests/arch-tests.c

// SPDX-License-Identifier: GPL-2.0
#include <string.h>
#include "tests/tests.h"
#include "arch-tests.h"


struct test arch_tests[] = {
#ifdef HAVE_DWARF_UNWIND_SUPPORT
	{
		.desc = "DWARF unwind",
		.func = test__dwarf_unwind,
        },
#endif
	{
		.func = NULL,
        },
};

Overall Contributors

PersonTokensPropCommitsCommitProp
Kim Phillips41100.00%1100.00%
Total41100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.