eclipseoprofile-cvs Mailing List for Eclipse-OProfile
Brought to you by:
jhandcock
You can subscribe to this list here.
2006 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
(9) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Jeremy H. <jha...@us...> - 2006-08-12 07:06:42
|
Update of /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.doc In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv9993/org.eclipse.cdt.oprofile.doc Modified Files: build.xml Log Message: 2006-08-11 Keith Seitz <ke...@re...> * build.xml (version.suffix): Move underscore from here ... (full.name): ... to here to support building with 3.2.0. Index: build.xml =================================================================== RCS file: /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.doc/build.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** build.xml 13 Oct 2004 06:14:54 -0000 1.1 --- build.xml 12 Aug 2006 07:06:34 -0000 1.2 *************** *** 4,9 **** <target name="init"> <property name="plugin" value="org.eclipse.cdt.oprofile.doc"/> ! <property name="version.suffix" value="_1.0.0"/> ! <property name="full.name" value="${plugin}${version.suffix}"/> <property name="temp.folder" value="${basedir}/temp.folder"/> <property name="plugin.destination" value="${basedir}"/> --- 4,9 ---- <target name="init"> <property name="plugin" value="org.eclipse.cdt.oprofile.doc"/> ! <property name="version.suffix" value="1.0.0"/> ! <property name="full.name" value="${plugin}_${version.suffix}"/> <property name="temp.folder" value="${basedir}/temp.folder"/> <property name="plugin.destination" value="${basedir}"/> *************** *** 73,75 **** </target> ! </project> \ No newline at end of file --- 73,75 ---- </target> ! </project> |
From: Jeremy H. <jha...@us...> - 2006-05-31 06:40:07
|
Update of /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux/src In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12865/org.eclipse.cdt.oprofile.core.linux/src Modified Files: ChangeLog samplefile.h Log Message: 2006-05-12 Keith Seitz <ke...@re...> * samplefile.h (samplefile): Remove unneccessary qualifier for constructor method. Index: samplefile.h =================================================================== RCS file: /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux/src/samplefile.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** samplefile.h 2 May 2006 01:37:25 -0000 1.6 --- samplefile.h 31 May 2006 06:40:03 -0000 1.7 *************** *** 43,47 **** // Constructor -- pass in the filename (may be "" when there // were no samples collected for the profileimage, i.e., "fake"). ! samplefile::samplefile (std::string filename); // Destructor --- 43,47 ---- // Constructor -- pass in the filename (may be "" when there // were no samples collected for the profileimage, i.e., "fake"). ! samplefile (std::string filename); // Destructor Index: ChangeLog =================================================================== RCS file: /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux/src/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ChangeLog 18 May 2006 04:56:07 -0000 1.10 --- ChangeLog 31 May 2006 06:40:03 -0000 1.11 *************** *** 1,2 **** --- 1,7 ---- + 2006-05-12 Keith Seitz <ke...@re...> + + * samplefile.h (samplefile): Remove unneccessary qualifier for + constructor method. + 2006-05-08 Keith Seitz <ke...@re...> |
From: Jeremy H. <jha...@us...> - 2006-05-31 06:14:26
|
Update of /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.releng/maps In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv1955/maps Modified Files: oprofile.map Log Message: 2006-05-30 Jeremy Handcock <jeremy at aperte dot org> * maps/oprofile.map: Point to sourceforge.net sources. Index: oprofile.map =================================================================== RCS file: /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.releng/maps/oprofile.map,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** oprofile.map 14 Oct 2004 01:49:24 -0000 1.3 --- oprofile.map 31 May 2006 06:14:23 -0000 1.4 *************** *** 1,11 **** ! Cross platform ! pl...@or...re=HEAD,:pserver:ano...@de...:/home/tools,,org.eclipse.cdt-contrib/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core ! pl...@or...unch=HEAD,:pserver:ano...@de...:/home/tools,,org.eclipse.cdt-contrib/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.launch ! pl...@or...t.oprofile.ui=HEAD,:pserver:ano...@de...:/home/tools,,org.eclipse.cdt-contrib/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.ui ! pl...@or...c=HEAD,:pserver:ano...@de...:/home/tools,,org.eclipse.cdt-contrib/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.doc ! fe...@or...t.oprofile=HEAD,:pserver:ano...@de...:/home/tools,,org.eclipse.cdt-contrib/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile-feature ! Platform specific ! fra...@or...nux=HEAD,:pserver:ano...@de...:/home/tools,,org.eclipse.cdt-contrib/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux --- 1,11 ---- ! Cross platform ! pl...@or...re=HEAD,:pserver:ano...@ec...:/cvsroot/eclipseoprofile,,org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core ! pl...@or...unch=HEAD,:pserver:ano...@ec...:/cvsroot/eclipseoprofile,,org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.launch ! pl...@or...t.oprofile.ui=HEAD,:pserver:ano...@ec...:/cvsroot/eclipseoprofile,,org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.ui ! pl...@or...c=HEAD,:pserver:ano...@ec...:/cvsroot/eclipseoprofile,,org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.doc ! fe...@or...t.oprofile=HEAD,:pserver:ano...@ec...:/cvsroot/eclipseoprofile,,org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile-feature ! Platform specific ! fra...@or...nux=HEAD,:pserver:ano...@ec...:/cvsroot/eclipseoprofile,,org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux |
From: Jeremy H. <jha...@us...> - 2006-05-31 06:14:26
|
Update of /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.releng In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv1955 Modified Files: ChangeLog build.xml Log Message: 2006-05-30 Jeremy Handcock <jeremy at aperte dot org> * maps/oprofile.map: Point to sourceforge.net sources. Index: build.xml =================================================================== RCS file: /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.releng/build.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** build.xml 13 Oct 2004 06:14:54 -0000 1.1 --- build.xml 31 May 2006 06:14:22 -0000 1.2 *************** *** 10,14 **** <property name="buildDirectory" value="${basedir}/results" /> <property name="baseLocation" value="${buildDirectory}/eclipse"/> ! <property name="pde.build.scripts" value="/usr/share/eclipse/plugins/org.eclipse.pde.build_3.0.0/scripts"/> <property name="collectingFolder" value="eclipse"/> <property name="archivePrefix" value="eclipse"/> --- 10,14 ---- <property name="buildDirectory" value="${basedir}/results" /> <property name="baseLocation" value="${buildDirectory}/eclipse"/> ! <property name="pde.build.scripts" value="/usr/share/eclipse/plugins/org.eclipse.pde.build_3.1.2/scripts"/> <property name="collectingFolder" value="eclipse"/> <property name="archivePrefix" value="eclipse"/> Index: ChangeLog =================================================================== RCS file: /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.releng/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ChangeLog 27 May 2005 17:17:39 -0000 1.4 --- ChangeLog 31 May 2006 06:14:22 -0000 1.5 *************** *** 1,2 **** --- 1,6 ---- + 2006-05-30 Jeremy Handcock <jeremy at aperte dot org> + + * maps/oprofile.map: Point to sourceforge.net sources. + 2005-05-27 Jeremy Handcock <han...@re...> |
From: Jeremy H. <jha...@us...> - 2006-05-18 04:56:16
|
Update of /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux/src In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv16594/org.eclipse.cdt.oprofile.core.linux/src Modified Files: ChangeLog profileimage.cc Log Message: Adding patch from Keith Seitz Index: profileimage.cc =================================================================== RCS file: /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux/src/profileimage.cc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** profileimage.cc 14 Apr 2005 18:42:34 -0000 1.4 --- profileimage.cc 18 May 2006 04:56:07 -0000 1.5 *************** *** 124,146 **** operator<< (ostream& os, profileimage* image) { ! // HACK ALERT! It would be nice to fix this in add_dependencies, ! // but we end up with a memory leak because we don't know what to do ! // with the image passed (we need to prevent its samplefile from being deleted ! // by profileimage::~profileimage). Sigh. ! // If "--separate=none" is used, we could end up with a ! // a top-level image which is a dependency of itself. ! // Goofy, but that's what oprofile does: it marks the executable ! // as a dependency of itself. keiths-20050406 ! if (!image->get_samplefile ()->has_samplefile ()) { list<profileimage*>* deps = image->get_dependencies (); ! image = deps->front (); } - os << startt ("image") << attrt ("name", image->get_name ()) - << image->get_header () - << image->get_samplefile (); - // Output dependent images list<profileimage*>* deps = image->get_dependencies (); --- 124,143 ---- operator<< (ostream& os, profileimage* image) { ! os << startt ("image") << attrt ("name", image->get_name ()); ! if (image->get_samplefile ()->has_samplefile ()) { + os << image->get_header () + << image->get_samplefile (); + } + else + { + // If this image does not have a samplefile (i.e., it is a "fake" + // one generated because it has no samples but has dependencies which do) + // then output the header for a dependency with no samples. list<profileimage*>* deps = image->get_dependencies (); ! os << deps->front ()->get_header (); } // Output dependent images list<profileimage*>* deps = image->get_dependencies (); Index: ChangeLog =================================================================== RCS file: /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux/src/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ChangeLog 2 May 2006 01:37:25 -0000 1.9 --- ChangeLog 18 May 2006 04:56:07 -0000 1.10 *************** *** 1,2 **** --- 1,8 ---- + 2006-05-08 Keith Seitz <ke...@re...> + + * procfileimage.cc (operator<<): When outputting an image + with only dependencies, only output the first dependency's header. Then + loop through the dependencies. + 2006-04-28 Keith Seitz <ke...@re...> |
From: Jeremy H. <jha...@us...> - 2006-05-02 01:37:35
|
Update of /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27568a/org.eclipse.cdt.oprofile.core.linux/src Modified Files: ChangeLog samplefile.cc samplefile.h Log Message: Adding patch from Keith Seitz from Eclipse.org repository Index: samplefile.cc =================================================================== RCS file: /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux/src/samplefile.cc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** samplefile.cc 14 Apr 2005 18:42:34 -0000 1.5 --- samplefile.cc 2 May 2006 01:37:25 -0000 1.6 *************** *** 115,119 **** // "{dep}" must be followed by "{kern}" or "{root}" ! if (parts[i] != "{kern}" && parts[i] != "{dep}") { // Error. Filename truncated. --- 115,119 ---- // "{dep}" must be followed by "{kern}" or "{root}" ! if (parts[i] != "{kern}" && parts[i] != "{root}") { // Error. Filename truncated. Index: samplefile.h =================================================================== RCS file: /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux/src/samplefile.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** samplefile.h 14 Apr 2005 18:42:34 -0000 1.5 --- samplefile.h 2 May 2006 01:37:25 -0000 1.6 *************** *** 77,81 **** // the lib_image if this is a dependency or image_name if not std::string get_name (void) const ! { return (has_samplefile () ? get_image () : get_lib_image ()); }; // Returns the event name that was collected in this samplefile --- 77,81 ---- // the lib_image if this is a dependency or image_name if not std::string get_name (void) const ! { return (is_dependency () ? get_lib_image () : get_image ()); }; // Returns the event name that was collected in this samplefile *************** *** 127,131 **** std::string _filename; // Disk filename of samplefile std::string _image; // Name of the image recorded ! std::string _lib_image; // Name of the library (may be "") std::string _event; std::string _count; --- 127,131 ---- std::string _filename; // Disk filename of samplefile std::string _image; // Name of the image recorded ! std::string _lib_image; // Name of the library (== _image if not a sub-image) std::string _event; std::string _count; Index: ChangeLog =================================================================== RCS file: /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux/src/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ChangeLog 14 Apr 2005 18:42:34 -0000 1.8 --- ChangeLog 2 May 2006 01:37:25 -0000 1.9 *************** *** 1,2 **** --- 1,20 ---- + 2006-04-28 Keith Seitz <ke...@re...> + + * samplefile.h (get_name): Use is_dependency instead of has_samplefile + when returnin the logical name. + (_lib_image): Clarify comment. + * samplefile.cc (_get_info_from_filename): Comment for "{kern}" or + "{root}" is correct -- code was using "{kern}" and "{dep}", which is + not correct. + + 2005-06-10 Keith Seitz <ke...@re...> + + * opxml.cc (main): getopt_long_only returns an int, not a char. + + 2005-05-26 Jeremy Handcock <han...@re...> + + Eclipse.org Bugzilla #96849: + * build.xml: Set failonerror="true" for all `exec' tasks. + 2005-04-14 Keith Seitz <ke...@re...> |
From: Jeremy H. <jha...@us...> - 2006-05-02 01:37:35
|
Update of /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27568a/org.eclipse.cdt.oprofile.core.linux Modified Files: ChangeLog Log Message: Adding patch from Keith Seitz from Eclipse.org repository Index: ChangeLog =================================================================== RCS file: /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ChangeLog 10 Jun 2005 16:17:25 -0000 1.9 --- ChangeLog 2 May 2006 01:37:25 -0000 1.10 *************** *** 1,6 **** - 2005-06-10 Keith Seitz <ke...@re...> - - * src/opxml.cc (main): getopt_long_only returns an int, not a char. - 2005-05-27 Jeremy Handcock <han...@re...> --- 1,2 ---- *************** *** 25,33 **** (bin.includes): Include opcontrol-wrappers. - 2005-05-26 Jeremy Handcock <han...@re...> - - Eclipse.org Bugzilla #96849: - * src/build.xml: Set failonerror="true" for all `exec' tasks. - 2005-02-04 Keith Seitz <ke...@re...> --- 21,24 ---- |
From: Jeremy H. <jha...@us...> - 2006-05-02 01:37:35
|
Update of /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux/src/org/eclipse/cdt/oprofile/core/linux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27568a/org.eclipse.cdt.oprofile.core.linux/src/org/eclipse/cdt/oprofile/core/linux Modified Files: ChangeLog LinuxOpcontrolProvider.java OpxmlRunner.java Log Message: Adding patch from Keith Seitz from Eclipse.org repository Index: OpxmlRunner.java =================================================================== RCS file: /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux/src/org/eclipse/cdt/oprofile/core/linux/OpxmlRunner.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OpxmlRunner.java 13 Oct 2004 07:24:35 -0000 1.2 --- OpxmlRunner.java 2 May 2006 01:37:25 -0000 1.3 *************** *** 11,14 **** --- 11,15 ---- import java.io.InputStreamReader; import java.net.URL; + import javax.xml.parsers.SAXParserFactory; import org.eclipse.cdt.oprofile.core.Oprofile; *************** *** 21,25 **** import org.xml.sax.SAXException; import org.xml.sax.XMLReader; - import org.xml.sax.helpers.XMLReaderFactory; /** --- 22,25 ---- *************** *** 64,70 **** try { // Create XMLReader ! reader = XMLReaderFactory.createXMLReader(); ! } catch (SAXException e1) { ! // FIXME error? Exception? } --- 64,71 ---- try { // Create XMLReader ! SAXParserFactory factory = SAXParserFactory.newInstance (); ! reader = factory.newSAXParser ().getXMLReader (); ! } catch (Exception e) { ! System.out.println ("Exception creating SAXParser: " + e.getMessage ()); } Index: LinuxOpcontrolProvider.java =================================================================== RCS file: /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux/src/org/eclipse/cdt/oprofile/core/linux/LinuxOpcontrolProvider.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** LinuxOpcontrolProvider.java 14 Apr 2005 18:40:15 -0000 1.3 --- LinuxOpcontrolProvider.java 2 May 2006 01:37:25 -0000 1.4 *************** *** 84,87 **** --- 84,90 ---- private static final String _OPD_DEINIT_MODULE = "--deinit"; + // Logging verbosity. Specified with setupDaemon. + private String _verbosity = null; + /** * Unload the kernel module and oprofilefs *************** *** 186,189 **** --- 189,200 ---- private void _runOpcontrol(ArrayList args, boolean drainOutput) throws OpcontrolException { args.add(0, _OPCONTROL_PROGRAM); + // Verbosity hack. If --start or --start-daemon, add verbosity, if set + String cmd = (String) args.get(1); + if ((cmd.equals (_OPD_START_COLLECTION) || cmd.equals(_OPD_START_DAEMON)) + && _verbosity != null) + { + args.add(_verbosity); + } + String[] cmdArray = new String[args.size()]; args.toArray(cmdArray); *************** *** 284,290 **** } ! // Add verbosity (only support "all" now) if (options.getVerboseLogging()) { ! args.add(_OPD_VERBOSE_LOGGING + _OPD_VERBOSE_ALL); } } --- 295,301 ---- } ! // Note verbosity (only support "all" now) if (options.getVerboseLogging()) { ! _verbosity = _OPD_VERBOSE_LOGGING + _OPD_VERBOSE_ALL; } } Index: ChangeLog =================================================================== RCS file: /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core.linux/src/org/eclipse/cdt/oprofile/core/linux/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ChangeLog 14 Apr 2005 18:40:15 -0000 1.3 --- ChangeLog 2 May 2006 01:37:25 -0000 1.4 *************** *** 1,2 **** --- 1,12 ---- + 2006-04-28 Keith Seitz <ke...@re...> + + * LinuxOpcontrolProvider.java (_verbosity): New private member. + (_runOpcontrol): When running with --start or --start-daemon, + add verbosity flag. + (_optionsToArguments): Don't append verbosity. Just save the value. + + * OpxmlRunner.java (run): Use javax.xml.parsers.SAXParserFactory + instead of org.xml.sax.helpers.XMLReaderFactory. + 2005-04-14 Keith Seitz <ke...@re...> |
From: Jeremy H. <jha...@us...> - 2006-05-02 01:37:35
|
Update of /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.ui/src/org/eclipse/cdt/oprofile/ui/sample In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27568a/org.eclipse.cdt.oprofile.ui/src/org/eclipse/cdt/oprofile/ui/sample Modified Files: ChangeLog SampleSorter.java Log Message: Adding patch from Keith Seitz from Eclipse.org repository Index: SampleSorter.java =================================================================== RCS file: /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.ui/src/org/eclipse/cdt/oprofile/ui/sample/SampleSorter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SampleSorter.java 13 Oct 2004 06:14:55 -0000 1.1 --- SampleSorter.java 2 May 2006 01:37:25 -0000 1.2 *************** *** 53,57 **** case SampleView.COLUMN_VMA: ! result = collator.compare(o1.getAddress(), o2.getAddress()); break; --- 53,61 ---- case SampleView.COLUMN_VMA: ! // Some elements don't have addresses (or at least we don't know them) ! // In these cases, getAddress will return null. Just pretend they're 0x00. ! String addr1 = (o1.getAddress() == null) ? "0" : o1.getAddress(); ! String addr2 = (o2.getAddress() == null) ? "0" : o2.getAddress(); ! result = collator.compare(addr1, addr2); break; Index: ChangeLog =================================================================== RCS file: /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.ui/src/org/eclipse/cdt/oprofile/ui/sample/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ChangeLog 13 Oct 2004 07:24:35 -0000 1.2 --- ChangeLog 2 May 2006 01:37:25 -0000 1.3 *************** *** 1,2 **** --- 1,8 ---- + 2006-04-28 Keith Seitz <ke...@re...> + + * SampleSorter.java (compare): Addresses can sometimes be null in the + VMA column. If they are, use "0" instead to force them to the top of + the list. + 2004-08-27 Keith Seitz <ke...@re...> |
From: Jeremy H. <jha...@us...> - 2006-05-02 01:37:35
|
Update of /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core/src/org/eclipse/cdt/oprofile/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27568a/org.eclipse.cdt.oprofile.core/src/org/eclipse/cdt/oprofile/core Modified Files: ChangeLog OpInfo.java Log Message: Adding patch from Keith Seitz from Eclipse.org repository Index: OpInfo.java =================================================================== RCS file: /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core/src/org/eclipse/cdt/oprofile/core/OpInfo.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** OpInfo.java 14 Apr 2005 18:30:24 -0000 1.3 --- OpInfo.java 2 May 2006 01:37:25 -0000 1.4 *************** *** 52,56 **** bstr = (String) b; } ! return astr.compareTo(b); } } --- 52,56 ---- bstr = (String) b; } ! return astr.compareTo(bstr); } } Index: ChangeLog =================================================================== RCS file: /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.core/src/org/eclipse/cdt/oprofile/core/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ChangeLog 14 Apr 2005 18:30:24 -0000 1.4 --- ChangeLog 2 May 2006 01:37:25 -0000 1.5 *************** *** 1,2 **** --- 1,7 ---- + 2006-04-28 Keith Seitz <ke...@re...> + + * OpInfo.java (SearchEventComparator.compare): Compare to String bstr + not Object b. + 2005-04-14 Keith Seitz <ke...@re...> |
From: <Arr...@fo...> - 2006-04-06 13:27:44
|
Is there an Eclipse Oprofiler for windows? If there is where can I = download it and if there isn't is there plans to develop one for = windows? Thanks, Mariano Arruda |
From: Jeremy H. <jha...@us...> - 2006-01-28 05:38:23
|
Update of /cvsroot/eclipseoprofile/org.eclipse.cdt.oprofile/org.eclipse.cdt.oprofile.doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2540 Modified Files: ChangeLog Log Message: Force commit to force viewcvs sync |