Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Apr 2010 16:13:49 +0000 (UTC)
From:      Fabien Thomas <fabient@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/include pmc_mdep.h src/sys/conf files.amd64 files.i386 files.pc98 src/sys/dev/hwpmc hwpmc_core.c hwpmc_core.h hwpmc_intel.c hwpmc_uncore.c hwpmc_uncore.h pmc_events.h src/sys/i386/include pmc_mdep.h src/sys/modules/hwpmc ...
Message-ID:  <201004161614.o3GGET8O047869@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
fabient     2010-04-16 16:13:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/amd64/include    pmc_mdep.h 
    sys/conf             files.amd64 files.i386 files.pc98 
    sys/dev/hwpmc        hwpmc_core.c hwpmc_core.h hwpmc_intel.c 
                         pmc_events.h 
    sys/i386/include     pmc_mdep.h 
    sys/modules/hwpmc    Makefile 
    sys/sys              pmc.h 
  Added files:           (Branch: RELENG_7)
    sys/dev/hwpmc        hwpmc_uncore.c hwpmc_uncore.h 
  Log:
  SVN rev 206703 on 2010-04-16 16:13:49Z by fabient
  
  MFC r206089, r206684:
  
  - Support for uncore counting events: one fixed PMC with the uncore
     domain clock, 8 programmable PMC.
  - Westmere based CPU (Xeon 5600, Corei7 980X) support.
  - New man pages with events list for core and uncore.
  - Updated Corei7 events with Intel 253669-033US December 2009 doc.
    There is some removed events in the documentation, they have been
    kept in the code but documented in the man page as obsolete.
  - Offcore response events can be setup with rsp token.
  
  Sponsored by: NETASQ
  
  Revision    Changes     Path
  1.3.10.4    +10 -1      src/sys/amd64/include/pmc_mdep.h
  1.107.2.19  +1 -0       src/sys/conf/files.amd64
  1.580.2.18  +1 -0       src/sys/conf/files.i386
  1.356.2.8   +1 -0       src/sys/conf/files.pc98
  1.4.2.6     +637 -406   src/sys/dev/hwpmc/hwpmc_core.c
  1.1.2.2     +12 -3      src/sys/dev/hwpmc/hwpmc_core.h
  1.11.2.3    +40 -1      src/sys/dev/hwpmc/hwpmc_intel.c
  1.1.4.2     +1121 -0    src/sys/dev/hwpmc/hwpmc_uncore.c (new)
  1.1.4.2     +120 -0     src/sys/dev/hwpmc/hwpmc_uncore.h (new)
  1.1.10.3    +1536 -564  src/sys/dev/hwpmc/pmc_events.h
  1.5.10.3    +10 -1      src/sys/i386/include/pmc_mdep.h
  1.4.2.2     +2 -2       src/sys/modules/hwpmc/Makefile
  1.11.2.4    +8 -5       src/sys/sys/pmc.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004161614.o3GGET8O047869>