cregit-Linux how code gets into the kernel

Release 4.14 arch/m32r/oprofile/init.c

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

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


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

Contributors

PersonTokensPropCommitsCommitProp
Hirokazu Takata853.33%150.00%
Akinobu Mita746.67%150.00%
Total15100.00%2100.00%


void oprofile_arch_exit(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Hirokazu Takata6100.00%1100.00%
Total6100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Hirokazu Takata2779.41%150.00%
Akinobu Mita720.59%150.00%
Total34100.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.