|
From: John L. <mov...@us...> - 2003-08-13 00:30:37
|
Update of /cvsroot/oprofile/oprofile In directory sc8-pr-cvs1:/tmp/cvs-serv19736 Modified Files: HACKING Log Message: update HACKING Index: HACKING =================================================================== RCS file: /cvsroot/oprofile/oprofile/HACKING,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -d -r1.8 -r1.9 --- HACKING 20 Jul 2003 15:14:52 -0000 1.8 +++ HACKING 13 Aug 2003 00:24:08 -0000 1.9 @@ -33,6 +33,10 @@ doc/ User and developer documentation +events/ + + Textual performance counter event descriptions. + libpp/ Classes for handling profiles @@ -57,6 +61,10 @@ libopt++/ A simple C++ library for parsing command lines +libregex/ + + C++ demangling pattern matching for smart demangling feature. + libutil/ libutil++/ @@ -66,6 +74,10 @@ gui/ The GUI for starting oprofile +m4/ + + Autoconf macros for ./configure stage + Tools ----- @@ -87,7 +99,7 @@ If you make a change visible to the user website for any needed changes. Patches to oprofile-www CVS are preferred but a notification of what needs changing is good enough. Any changes that affect the docs (man-pages or oprofile.xml) must include documentation updates -as appropriate. +as appropriate. Also see below. You may after a while be given direct commit rights. You should be subscribed to both the main list and the commits mailing list if you do. Your cvs commit |