Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Philippe Elie <phil_e@us...> - 2001-12-29 23:51:27
|
Update of /cvsroot/oprofile/oprofile In directory usw-pr-cvs1:/tmp/cvs-serv31554/oprofile Modified Files: ChangeLog Log Message: pp/gui: finish shared lib sampling Index: ChangeLog =================================================================== RCS file: /cvsroot/oprofile/oprofile/ChangeLog,v retrieving revision 1.253 retrieving revision 1.254 diff -u -d -r1.253 -r1.254 --- ChangeLog 2001/12/27 21:16:08 1.253 +++ ChangeLog 2001/12/29 23:51:23 1.254 @@ -1,3 +1,40 @@ +2001-12-29 Philippe Elie <ph_e@...> + + * dae/oprofiled.c: + * dae/op_start: --separate-samples is working + + * gui/oprof_start.cpp: + * gui/oprof_start_config.cpp: + * gui/oprof_start_config.h: + * gui/ui/oprof_start.base.ui: handle separating for + shared libs, off by default. + + * doc/oprofile.sgml: + * doc/oprofile.1.in: document --show-shared-libs + + * pp/opf_filter.h: + * pp/opf_container.cpp: new class samples_files_t + to easier access to subset of symbols/samples or + source filename from multiple image + + * pp/Makefile.in: + * pp/op_time.cpp: + * pp/opf_filter.cpp: + * pp/oprofpp.cpp: + * pp/oprofpp.h: + * pp/oprofpp_util.cpp: implement --show-shared-libs except + for opf_filter + + * util/file_manip.h: + * util/file_manip.cpp: new function to manipulate sample + file name and list of sample file name. + +2001-12-27 Philippe Elie <ph_e@...> + + * dae/op_stop: always do an op_dump before stopping + * gui/oprof_start.cpp: op_dump before op_stop + no longer required + 2001-12-26 Philippe Elie <ph_e@...> * pp/opf_filter.cpp: |