[Title] change oprofiler to oprofile
authorJaewon Lim <jaewon81.lim@samsung.com>
Mon, 30 Jul 2012 10:47:45 +0000 (19:47 +0900)
committerJaewon Lim <jaewon81.lim@samsung.com>
Mon, 30 Jul 2012 10:49:22 +0000 (19:49 +0900)
[Type] bug fix
[Module] profiler eplugin
[Priority] minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

org.eclipse.linuxtools.oprofile.core/src/org/tizen/oprofile/core/OprofileComm.java
org.eclipse.linuxtools.oprofile.launch/src/org/eclipse/linuxtools/oprofile/launch/oprofilelaunch.properties
org.eclipse.linuxtools.oprofile.ui/plugin.xml
org.eclipse.linuxtools.oprofile.ui/src/org/tizen/oprofile/ui/chart/PieChart.java
package/pkginfo.manifest

index b4d4b5c..3595667 100644 (file)
@@ -44,7 +44,7 @@ public abstract class OprofileComm {
                        IRunnableWithProgress opxml = OpcontrolDataProvider.checkEvent(event, count, unitmask, result);
                        opxml.run(null);
                } catch (Exception e) {
-                       String error = "An error has occured during check event setting for OProfiler";
+                       String error = "An error has occured during check event setting for OProfile";
                        String reason = "An unexpected error occurred with parsing data. This might be caused by closed connection to target";
                        showErrorDialog(error, reason , e); //$NON-NLS-1$
                }
@@ -62,7 +62,7 @@ public abstract class OprofileComm {
                        events = new OpModelEvent[eventList.size()];
                        eventList.toArray(events);
                } catch (Exception e) {
-                       String error = "An error has occured during get detailed information of supported event for OProfiler";
+                       String error = "An error has occured during get detailed information of supported event for OProfile";
                        String reason = "An unexpected error occurred with parsing data. This might be caused by closed connection to target";
                        showErrorDialog(error ,reason, e); //$NON-NLS-1$
                }
index 7b58b3b..fb2159f 100644 (file)
@@ -18,7 +18,7 @@ oprofileCounter.counterString=Counter: {0,number,integer}
 
 #jinu modified at 20090602
 #tab.event.name=Events
-tab.event.name=Oprofiler Options
+tab.event.name=Oprofile Options
 tab.event.counterSettings.label.text=Counter settings
 tab.event.counterSettings.enabled.button.text=Enabled
 tab.event.eventDescription.label.text=Event Description:
index 7155198..3ac0db7 100644 (file)
@@ -8,7 +8,7 @@
             class="org.eclipse.linuxtools.oprofile.ui.view.OprofileView"
             icon="icons/oprofile_view.png"
             id="org.eclipse.linuxtools.oprofile.ui.OProfileView"
-            name="Oprofiler"
+            name="Oprofile"
             restorable="true">
       </view>
    </extension>
@@ -67,7 +67,7 @@
       <category
             description="Commands related to the Oprofile"
             id="org.tizen.oprofile.ui.command.category"
-            name="Oprofiler">
+            name="Oprofile">
       </category>
       <command
             categoryId="org.tizen.oprofile.ui.command.category"
             default="false"
             icon="icons/oprofile_view.png"
             id="org.tizen.oprofile.ui.editor.ChartEditor"
-            name="Pie Chart for Oprofiler">
+            name="Pie Chart for Oprofile">
       </editor>
                <editor
                        class="org.tizen.oprofile.ui.editor.OprofileEditor"
index 09f6a38..7e01ad3 100644 (file)
@@ -59,7 +59,7 @@ public class PieChart
                //lg.getOutline( ).setVisible( true );\r
 \r
                // Title\r
-               cwoaPie.getTitle( ).getLabel( ).getCaption( ).setValue( "Pie Chart for OProfiler" );//$NON-NLS-1$\r
+               cwoaPie.getTitle( ).getLabel( ).getCaption( ).setValue( "Pie Chart for OProfile" );//$NON-NLS-1$\r
 \r
                // Data Set\r
                //jinu modified at 20090528\r
index 6579bef..1603f50 100644 (file)
@@ -1,5 +1,5 @@
 Source:profiler-eplugin
-Version:0.2.8
+Version:0.2.9
 Maintainer:Jaewon Lim <jaewon81.lim@samsung.com>, Juyoung Kim
 
 Package:profiler-eplugin
@@ -15,3 +15,24 @@ Build-host-os:ubuntu-32
 Description:Profiler plugin
 Install-dependency:base-ide-product [windows-32], common-eplugin [windows-32], nativecommon-eplugin [windows-32]
 Build-dependency:indigo-winpde [windows-32], common-eplugin [windows-32], nativecpp-eplugin [windows-32], nativecommon-eplugin [windows-32]
+
+Package:profiler-eplugin
+OS:ubuntu-64
+Build-host-os:ubuntu-64
+Description:Profiler plugin
+Install-dependency:base-ide-product [ubuntu-64], common-eplugin [ubuntu-64], nativecommon-eplugin [ubuntu-64]
+Build-dependency:indigo-pde [ubuntu-64], common-eplugin [ubuntu-64], nativecpp-eplugin [ubuntu-64], nativecommon-eplugin [ubuntu-64]
+
+Package:profiler-eplugin
+OS:windows-64
+Build-host-os:ubuntu-64
+Description:Profiler plugin
+Install-dependency:base-ide-product [windows-64], common-eplugin [windows-64], nativecommon-eplugin [windows-64]
+Build-dependency:indigo-winpde [windows-64], common-eplugin [windows-64], nativecpp-eplugin [windows-64], nativecommon-eplugin [windows-64]
+
+Package:profiler-eplugin
+OS:macos-64
+Build-host-os:ubuntu-32
+Description:Profiler plugin
+Install-dependency:base-ide-product [macos-64], common-eplugin [macos-64], nativecommon-eplugin [macos-64]
+Build-dependency:indigo-pde [macos-64], common-eplugin [macos-64], nativecpp-eplugin [macos-64], nativecommon-eplugin [macos-64]