/* * 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
Person | Tokens | Prop | Commits | CommitProp |
Jeff Dike | 15 | 93.75% | 2 | 66.67% |
Al Viro | 1 | 6.25% | 1 | 33.33% |
Total | 16 | 100.00% | 3 | 100.00% |