Search in sources :

Example 1 with OprofileSetupTab

use of org.eclipse.linuxtools.internal.oprofile.launch.configuration.OprofileSetupTab in project linuxtools by eclipse.

the class TestLaunching method setProfileAttributes.

@Override
protected void setProfileAttributes(ILaunchConfigurationWorkingCopy wc) {
    OprofileTestingEventConfigTab configTab = new OprofileTestingEventConfigTab();
    OprofileSetupTab setupTab = new OprofileSetupTab();
    configTab.setOprofileProject(proj.getProject());
    configTab.setDefaults(wc);
    setupTab.setDefaults(wc);
}
Also used : OprofileTestingEventConfigTab(org.eclipse.linuxtools.oprofile.launch.tests.utils.OprofileTestingEventConfigTab) OprofileSetupTab(org.eclipse.linuxtools.internal.oprofile.launch.configuration.OprofileSetupTab)

Example 2 with OprofileSetupTab

use of org.eclipse.linuxtools.internal.oprofile.launch.configuration.OprofileSetupTab in project linuxtools by eclipse.

the class TestLaunchingExternalProject method setProfileAttributes.

// Implemented abstract method of AbstractTest
@Override
protected void setProfileAttributes(ILaunchConfigurationWorkingCopy wc) {
    OprofileTestingEventConfigTab configTab = new OprofileTestingEventConfigTab();
    configTab.setOprofileProject(externalProject);
    OprofileSetupTab setupTab = new OprofileSetupTab();
    configTab.setDefaults(wc);
    setupTab.setDefaults(wc);
}
Also used : OprofileTestingEventConfigTab(org.eclipse.linuxtools.oprofile.launch.tests.utils.OprofileTestingEventConfigTab) OprofileSetupTab(org.eclipse.linuxtools.internal.oprofile.launch.configuration.OprofileSetupTab)

Example 3 with OprofileSetupTab

use of org.eclipse.linuxtools.internal.oprofile.launch.configuration.OprofileSetupTab in project linuxtools by eclipse.

the class TestSetup method setProfileAttributes.

@Override
protected void setProfileAttributes(ILaunchConfigurationWorkingCopy wc) {
    OprofileTestingEventConfigTab configTab = new OprofileTestingEventConfigTab();
    OprofileSetupTab setupTab = new OprofileSetupTab();
    configTab.setOprofileProject(proj.getProject());
    configTab.setDefaults(wc);
    setupTab.setDefaults(wc);
}
Also used : OprofileTestingEventConfigTab(org.eclipse.linuxtools.oprofile.launch.tests.utils.OprofileTestingEventConfigTab) OprofileSetupTab(org.eclipse.linuxtools.internal.oprofile.launch.configuration.OprofileSetupTab)

Aggregations

OprofileSetupTab (org.eclipse.linuxtools.internal.oprofile.launch.configuration.OprofileSetupTab)3 OprofileTestingEventConfigTab (org.eclipse.linuxtools.oprofile.launch.tests.utils.OprofileTestingEventConfigTab)3