Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 2010 22:51:44 +0000 (UTC)
From:      Fabien Thomas <fabient@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.sbin/pmcstat Makefile pmcpl_annotate.c pmcpl_annotate.h pmcpl_callgraph.c pmcpl_callgraph.h pmcpl_calltree.c pmcpl_calltree.h pmcpl_gprof.c pmcpl_gprof.h pmcstat.8 pmcstat.c pmcstat.h pmcstat_log.c pmcstat_log.h ...
Message-ID:  <201002112251.o1BMptf2087235@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
fabient     2010-02-11 22:51:44 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/pmcstat     Makefile pmcstat.8 pmcstat.c pmcstat.h 
                         pmcstat_log.c 
  Added files:
    usr.sbin/pmcstat     pmcpl_annotate.c pmcpl_annotate.h 
                         pmcpl_callgraph.c pmcpl_callgraph.h 
                         pmcpl_calltree.c pmcpl_calltree.h 
                         pmcpl_gprof.c pmcpl_gprof.h pmcstat_log.h 
                         pmcstat_top.h 
  Log:
  SVN rev 203790 on 2010-02-11 22:51:44Z by fabient
  
  - Reorganize code in 'plugin' to share log processing.
  - Kcachegrind (calltree) support with assembly/source
  code mapping and call count estimator (-F).
  - Top mode for calltree and callgraph plugin (-T).
  
  MFC after:      1 month
  
  Revision  Changes     Path
  1.9       +3 -2       src/usr.sbin/pmcstat/Makefile
  1.1       +111 -0     src/usr.sbin/pmcstat/pmcpl_annotate.c (new)
  1.1       +41 -0      src/usr.sbin/pmcstat/pmcpl_annotate.h (new)
  1.1       +682 -0     src/usr.sbin/pmcstat/pmcpl_callgraph.c (new)
  1.1       +67 -0      src/usr.sbin/pmcstat/pmcpl_callgraph.h (new)
  1.1       +1000 -0    src/usr.sbin/pmcstat/pmcpl_calltree.c (new)
  1.1       +42 -0      src/usr.sbin/pmcstat/pmcpl_calltree.h (new)
  1.1       +533 -0     src/usr.sbin/pmcstat/pmcpl_gprof.c (new)
  1.1       +47 -0      src/usr.sbin/pmcstat/pmcpl_gprof.h (new)
  1.19      +27 -1      src/usr.sbin/pmcstat/pmcstat.8
  1.26      +205 -81    src/usr.sbin/pmcstat/pmcstat.c
  1.8       +52 -23     src/usr.sbin/pmcstat/pmcstat.h
  1.15      +590 -1114  src/usr.sbin/pmcstat/pmcstat_log.c
  1.1       +196 -0     src/usr.sbin/pmcstat/pmcstat_log.h (new)
  1.1       +75 -0      src/usr.sbin/pmcstat/pmcstat_top.h (new)



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