Release 4.10 arch/mips/include/asm/amon.h
/*
* 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.
*
* Copyright (C) 2013 Imagination Technologies Ltd.
*
* Arbitrary Monitor Support (AMON)
*/
int amon_cpu_avail(int cpu);
int amon_cpu_start(int cpu, unsigned long pc, unsigned long sp,
unsigned long gp, unsigned long a0);
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
tim anderson | tim anderson | 23 | 74.19% | 1 | 33.33% |
steven j. hill | steven j. hill | 7 | 22.58% | 1 | 33.33% |
deng-cheng zhu | deng-cheng zhu | 1 | 3.23% | 1 | 33.33% |
| Total | 31 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.