cregit-Linux how code gets into the kernel

Release 4.14 tools/perf/arch/powerpc/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 = "Test dwarf unwind",
		.func = test__dwarf_unwind,
        },
#endif
	{
		.func = NULL,
        },
};

Overall Contributors

PersonTokensPropCommitsCommitProp
Ravi Bangoria4097.56%150.00%
Greg Kroah-Hartman12.44%150.00%
Total41100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.