Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'perf/org.eclipse.linuxtools.perf/plugin.xml')
-rw-r--r--perf/org.eclipse.linuxtools.perf/plugin.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/perf/org.eclipse.linuxtools.perf/plugin.xml b/perf/org.eclipse.linuxtools.perf/plugin.xml
index 2b575d7392..81cf98a6d4 100644
--- a/perf/org.eclipse.linuxtools.perf/plugin.xml
+++ b/perf/org.eclipse.linuxtools.perf/plugin.xml
@@ -33,7 +33,7 @@
icon="icons/symbol.gif"
id="org.eclipse.linuxtools.perf.launch.profileshortcut"
label="Profile with Perf"
- modes="profile">
+ modes="linuxtools">
<contextualLaunch>
<enablement>
<with
@@ -78,7 +78,7 @@
<launchConfigurationType
delegate="org.eclipse.linuxtools.internal.perf.launch.PerfLaunchConfigDelegate"
id="org.eclipse.linuxtools.perf.launch.profile"
- modes="profile"
+ modes="linuxtools"
name="Profile with Perf"
public="true"
sourceLocatorId="org.eclipse.cdt.launch.DefaultSourceLocator"
@@ -87,7 +87,7 @@
<launchConfigurationType
delegate="org.eclipse.linuxtools.internal.perf.remote.launch.PerfLaunchConfigDelegate"
id="org.eclipse.linuxtools.perf.remote.launch.profile"
- modes="profile"
+ modes="linuxtools"
name="Profile with Remote Perf"
public="true"
sourceLocatorId="org.eclipse.cdt.launch.DefaultSourceLocator"

Back to the top