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
Person | Tokens | Prop | Commits | CommitProp |
Matthew Wilcox | 8 | 53.33% | 1 | 50.00% |
Akinobu Mita | 7 | 46.67% | 1 | 50.00% |
Total | 15 | 100.00% | 2 | 100.00% |
void oprofile_arch_exit(void)
{
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
John Levon | 3 | 50.00% | 1 | 50.00% |
Matthew Wilcox | 3 | 50.00% | 1 | 50.00% |
Total | 6 | 100.00% | 2 | 100.00% |
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Matthew Wilcox | 24 | 70.59% | 3 | 60.00% |
Akinobu Mita | 7 | 20.59% | 1 | 20.00% |
John Levon | 3 | 8.82% | 1 | 20.00% |
Total | 34 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.