/* * arch/sh/oprofile/init.c * * Copyright (C) 2003 - 2010 Paul Mundt * * Based on arch/mips/oprofile/common.c: * * Copyright (C) 2004, 2005 Ralf Baechle * Copyright (C) 2005 MIPS Technologies, Inc. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ #include <linux/kernel.h> #include <linux/oprofile.h> #include <linux/init.h> #include <linux/errno.h> #include <linux/smp.h> #include <linux/perf_event.h> #include <linux/slab.h> #include <asm/processor.h> extern void sh_backtrace(struct pt_regs * const regs, unsigned int depth); #ifdef CONFIG_HW_PERF_EVENTS /* * This will need to be reworked when multiple PMUs are supported. */ static char *sh_pmu_op_name;
char *op_name_from_perf_id(void) { return sh_pmu_op_name; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Paul Mundt | 8 | 72.73% | 2 | 66.67% |
Matt Fleming | 3 | 27.27% | 1 | 33.33% |
Total | 11 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Paul Mundt | 46 | 76.67% | 2 | 66.67% |
Matt Fleming | 14 | 23.33% | 1 | 33.33% |
Total | 60 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Paul Mundt | 12 | 80.00% | 2 | 66.67% |
Matt Fleming | 3 | 20.00% | 1 | 33.33% |
Total | 15 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Paul Mundt | 19 | 90.48% | 2 | 66.67% |
Matt Fleming | 2 | 9.52% | 1 | 33.33% |
Total | 21 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Paul Mundt | 5 | 83.33% | 1 | 50.00% |
Matt Fleming | 1 | 16.67% | 1 | 50.00% |
Total | 6 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Paul Mundt | 122 | 73.05% | 3 | 60.00% |
Matt Fleming | 30 | 17.96% | 1 | 20.00% |
Dave Peverley | 15 | 8.98% | 1 | 20.00% |
Total | 167 | 100.00% | 5 | 100.00% |