From: Jaewon Lim Date: Mon, 30 Jul 2012 10:47:45 +0000 (+0900) Subject: [Title] change oprofiler to oprofile X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e321730e7bba978a5f3c86453c1b0994802477b1;p=sdk%2Fide%2Fprofiler-eplugin.git [Title] change oprofiler to oprofile [Type] bug fix [Module] profiler eplugin [Priority] minor [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- diff --git a/org.eclipse.linuxtools.oprofile.core/src/org/tizen/oprofile/core/OprofileComm.java b/org.eclipse.linuxtools.oprofile.core/src/org/tizen/oprofile/core/OprofileComm.java index b4d4b5c..3595667 100644 --- a/org.eclipse.linuxtools.oprofile.core/src/org/tizen/oprofile/core/OprofileComm.java +++ b/org.eclipse.linuxtools.oprofile.core/src/org/tizen/oprofile/core/OprofileComm.java @@ -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$ } diff --git a/org.eclipse.linuxtools.oprofile.launch/src/org/eclipse/linuxtools/oprofile/launch/oprofilelaunch.properties b/org.eclipse.linuxtools.oprofile.launch/src/org/eclipse/linuxtools/oprofile/launch/oprofilelaunch.properties index 7b58b3b..fb2159f 100644 --- a/org.eclipse.linuxtools.oprofile.launch/src/org/eclipse/linuxtools/oprofile/launch/oprofilelaunch.properties +++ b/org.eclipse.linuxtools.oprofile.launch/src/org/eclipse/linuxtools/oprofile/launch/oprofilelaunch.properties @@ -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: diff --git a/org.eclipse.linuxtools.oprofile.ui/plugin.xml b/org.eclipse.linuxtools.oprofile.ui/plugin.xml index 7155198..3ac0db7 100644 --- a/org.eclipse.linuxtools.oprofile.ui/plugin.xml +++ b/org.eclipse.linuxtools.oprofile.ui/plugin.xml @@ -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"> @@ -67,7 +67,7 @@ + name="Oprofile"> + name="Pie Chart for Oprofile"> , 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]