cregit-Linux how code gets into the kernel

Release 4.10 arch/um/kernel/gprof_syms.c

Directory: arch/um/kernel
/* 
 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
 * Licensed under the GPL
 */

#include <linux/module.h>

extern void mcount(void);

EXPORT_SYMBOL(mcount);

Overall Contributors

PersonTokensPropCommitsCommitProp
jeff dikejeff dike1593.75%266.67%
al viroal viro16.25%133.33%
Total16100.00%3100.00%
Directory: arch/um/kernel
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.