Update of /cvsroot/oprofile/oprofile
In directory sc8-pr-cvs1:/tmp/cvs-serv11317
Modified Files:
ChangeLog TODO
Log Message:
minor change to suggestion string when merging is needed, update options
for --merge. Remove some spurious ; at end of namespace
Index: ChangeLog
===================================================================
RCS file: /cvsroot/oprofile/oprofile/ChangeLog,v
retrieving revision 1.1310
retrieving revision 1.1311
diff -u -p -d -r1.1310 -r1.1311
--- ChangeLog 18 Oct 2003 01:05:14 -0000 1.1310
+++ ChangeLog 18 Oct 2003 04:59:43 -0000 1.1311
@@ -1,5 +1,15 @@
2003-10-17 Philippe Elie <phil.el@...>
+ * libpp/arrange_profiles.cpp: clarify suggestion.
+ * pp/opreport_options.cpp: update options help string for --merge.
+
+ * libpp/profile_container.cpp:
+ * libpp/profile_spec.cpp:
+ * pp/common_option.cpp:
+ * pp/populate.cpp: ';' are not neccessary to end namespace
+
+2003-10-17 Philippe Elie <phil.el@...>
+
* libpp/arrange_profiles.cpp: use a set<profile_classes> instead
of a vector<...> to replace a O(N*M) by a O(N*log(M)) behavior.
(N number of samples files, M number of class).
Index: TODO
===================================================================
RCS file: /cvsroot/oprofile/oprofile/TODO,v
retrieving revision 1.314
retrieving revision 1.315
diff -u -p -d -r1.314 -r1.315
--- TODO 15 Oct 2003 15:35:18 -0000 1.314
+++ TODO 18 Oct 2003 04:59:43 -0000 1.315
@@ -14,6 +14,8 @@ for some pointers and/or read HACKING an
classes on a merge failure so user can get help specifying tgid where
relevant
o x86_64 and 2.4 kernel: test the needed change
+ o opannotate_options.cpp: we should accept merge options for tid/tgid/cpu and
+ not merge automatically.
0.8 release
-----------
|