Home | History | Annotate | Download | only in arm32
History log of /src/sys/arch/arm/arm32/arm11_pmc.c
RevisionDateAuthorComments
 1.8  20-Jun-2020  skrll KNF #includes

Remove some unnecessary ones while I'm here.
 1.7  20-Jun-2020  skrll Trailing whitespace
 1.6  27-Jan-2019  pgoyette Merge the [pgoyette-compat] branch
 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  01-Dec-2013  joerg branches: 1.4.28; 1.4.30;
Mark unused inline functions as such.
 1.3  03-Jul-2008  matt branches: 1.3.14; 1.3.30; 1.3.40; 1.3.46;
Fix a typo in the delay loop time delta calculation.

From Irme Desk <imre.deak@teleca.com>.
 1.2  27-Apr-2008  matt branches: 1.2.2; 1.2.4;
Merge kernel changes in matt-armv6 to HEAD.
 1.1  25-Sep-2007  matt branches: 1.1.2; 1.1.18; 1.1.20; 1.1.22;
file arm11_pmc.c was initially added on branch matt-armv6.
 1.1.22.2  04-May-2009  yamt sync with head.
 1.1.22.1  16-May-2008  yamt sync with head.
 1.1.20.1  18-May-2008  yamt sync with head.
 1.1.18.2  28-Sep-2008  mjf Sync with HEAD.
 1.1.18.1  02-Jun-2008  mjf Sync with HEAD.
 1.1.2.2  29-Oct-2007  matt Fix typo.
 1.1.2.1  25-Sep-2007  matt Add PMC counter (really cycle counter) support for ARM11.
 1.2.4.1  03-Jul-2008  simonb Sync with head.
 1.2.2.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.3.46.1  18-May-2014  rmind sync with head
 1.3.40.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.3.30.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.3.14.1  15-Feb-2014  matt Merge armv7 support from HEAD, specifically support for the BCM5301X
and BCM56340 evbarm kernels.
 1.4.30.1  10-Jun-2019  christos Sync with HEAD
 1.4.28.1  28-Jul-2018  pgoyette Sync with HEAD

RSS XML Feed