History log of /src/sys/arch/arm/xscale/files.i80200 |
Revision | | Date | Author | Comments |
1.5 |
| 12-Jul-2018 |
maxv | Remove the kernel PMC code. Sent yesterday on tech-kern@.
This change:
* Removes "options PERFCTRS", the associated includes, and the associated ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is good.
* Removes the PMC code of ARM XSCALE.
* Removes all the pmc.h files. They were all empty, except for ARM XSCALE.
* Reorders the x86 PMC code not to rely on the legacy pmc.h file. The definitions are put in sysarch.h.
* Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control and sys_pmc_get_info syscalls. They are marked as OBSOL in kern, netbsd32 and rump.
* Removes the pmc_evid_t and pmc_ctr_t types.
* Removes all the associated man pages. The sets are marked as obsolete.
|
1.4 |
| 07-Aug-2002 |
briggs | branches: 1.4.200; 1.4.202; Implement pmc(9) -- An interface to hardware performance monitoring counters. These counters do not exist on all CPUs, but where they do exist, can be used for counting events such as dcache misses that would otherwise be difficult or impossible to instrument by code inspection or hardware simulation.
pmc(9) is meant to be a general interface. Initially, the Intel XScale counters are the only ones supported.
|
1.3 |
| 30-Jan-2002 |
thorpej | branches: 1.3.2; 1.3.4; 1.3.12; New interrupt framework for NetBSD/evbarm, and accompanying new interrupt code for the IQ80310 board support package.
XXX The Integrator board support package still uses the old-style arm32 interrupt code, so some compatibility hacks have been added for it. When the Integrator uses new-style interrupts, those hacks can go away.
|
1.2 |
| 24-Jan-2002 |
thorpej | Fix a typo (thanks Allen).
|
1.1 |
| 23-Jan-2002 |
thorpej | Add generic code to manipulate the i80200 ICU.
|
1.3.12.1 |
| 30-Aug-2002 |
gehenna | catch up with -current.
|
1.3.4.3 |
| 13-Aug-2002 |
nathanw | Catch up to -current.
|
1.3.4.2 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.3.4.1 |
| 30-Jan-2002 |
nathanw | file files.i80200 was added on branch nathanw_sa on 2002-02-28 04:07:43 +0000
|
1.3.2.3 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.3.2.2 |
| 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
1.3.2.1 |
| 30-Jan-2002 |
jdolecek | file files.i80200 was added on branch kqueue on 2002-02-11 20:07:22 +0000
|
1.4.202.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.4.200.1 |
| 28-Jul-2018 |
pgoyette | Sync with HEAD
|