diff --git a/src/plugins/perfprofiler/perfprofilerruncontrol.cpp b/src/plugins/perfprofiler/perfprofilerruncontrol.cpp index 73c3d8b34aa..586d4472bdb 100644 --- a/src/plugins/perfprofiler/perfprofilerruncontrol.cpp +++ b/src/plugins/perfprofiler/perfprofilerruncontrol.cpp @@ -163,6 +163,10 @@ public: return perfParserWorker; }); addSupportedRunMode(ProjectExplorer::Constants::PERFPROFILER_RUN_MODE); + addSupportForLocalRunConfigs(); + addSupportedDeviceType(RemoteLinux::Constants::GenericLinuxOsType); + addSupportedDeviceType(ProjectExplorer::Constants::DESKTOP_DEVICE_TYPE); + addSupportedDeviceType("DockerDeviceType"); } };