Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Apr 2010 16:15:30 +0000 (UTC)
From:      Fabien Thomas <fabient@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libpmc Makefile libpmc.c pmc.corei7.3 pmc.corei7uc.3 pmc.ucf.3 pmc.westmere.3 pmc.westmereuc.3
Message-ID:  <201004161615.o3GGFomR048046@repoman.freebsd.org>

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

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    lib/libpmc           Makefile libpmc.c 
  Added files:           (Branch: RELENG_7)
    lib/libpmc           pmc.corei7.3 pmc.corei7uc.3 pmc.ucf.3 
                         pmc.westmere.3 pmc.westmereuc.3 
  Log:
  SVN rev 206704 on 2010-04-16 16:15:30Z 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.4.10.2  +5 -0      src/lib/libpmc/Makefile
  1.11.2.5  +174 -7    src/lib/libpmc/libpmc.c
  1.2.4.2   +1581 -0   src/lib/libpmc/pmc.corei7.3 (new)
  1.2.4.2   +880 -0    src/lib/libpmc/pmc.corei7uc.3 (new)
  1.2.4.2   +115 -0    src/lib/libpmc/pmc.ucf.3 (new)
  1.2.4.2   +1329 -0   src/lib/libpmc/pmc.westmere.3 (new)
  1.2.4.2   +1083 -0   src/lib/libpmc/pmc.westmereuc.3 (new)



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