cregit-Linux how code gets into the kernel

Release 4.14 arch/parisc/oprofile/init.c

/**
 * @file init.c
 *
 * @remark Copyright 2002 OProfile authors
 * @remark Read the file COPYING
 *
 * @author John Levon <levon@movementarian.org>
 */

#include <linux/errno.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/oprofile.h>


int __init oprofile_arch_init(struct oprofile_operations *ops) { return -ENODEV; }

Contributors

PersonTokensPropCommitsCommitProp
Matthew Wilcox853.33%150.00%
Akinobu Mita746.67%150.00%
Total15100.00%2100.00%


void oprofile_arch_exit(void) { }

Contributors

PersonTokensPropCommitsCommitProp
John Levon350.00%150.00%
Matthew Wilcox350.00%150.00%
Total6100.00%2100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Matthew Wilcox2470.59%360.00%
Akinobu Mita720.59%120.00%
John Levon38.82%120.00%
Total34100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.