[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[linuxtools-commit] [Git@Eclipse] Eclipse Linux Tools branch master updated. v0.8.0-1505-gf350885
|
- From: genie@xxxxxxxxxxx (Otavio Pontes)
- Date: Thu, 28 Jun 2012 16:50:00 -0400 (EDT)
- Delivered-to: linuxtools-commit@eclipse.org
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Eclipse Linux Tools".
The branch, master has been updated
via f3508856a3aee69b119dcdae382e3552853aa9f8 (commit)
from 3903e014fb839396e1e180e14a636a0cc617c07d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f3508856a3aee69b119dcdae382e3552853aa9f8
Author: Rafael Medeiros Teixeira <rafaelmt@xxxxxxxxxxxxxxxxxx>
Date: Thu Jun 21 17:29:31 2012 -0300
Oprofile: Added support for remote targets with Oprofile
-----------------------------------------------------------------------
Summary of changes:
.../oprofile/core/tests/TestInfoPreParse.java | 19 +-
.../META-INF/MANIFEST.MF | 9 +-
.../build.properties | 3 +-
.../plugin.xml | 13 ++
...linuxtools.oprofile.core.OpcontrolProvider.exsd | 109 ++++++++++
.../internal/oprofile/core/IOpcontrolProvider.java | 7 +
.../internal/oprofile/core/Oprofile.java | 27 ++-
.../internal/oprofile/core/OprofileCorePlugin.java | 32 +++-
.../core/linux/LinuxOpcontrolProvider.java | 140 +++++++++++--
.../oprofile/core/linux/OpControlErrorHandler.java | 23 ++-
.../internal/oprofile/core/opxml/EventIdCache.java | 104 ++++++---
.../core/opxml/checkevent/CheckEventAdapter.java | 16 ++-
.../oprofile/core/opxml/info/InfoAdapter.java | 62 ++++--
.../META-INF/MANIFEST.MF | 3 +
.../launch/configuration/LaunchOptions.java | 16 +-
.../configuration/OprofileEventConfigTab.java | 224 +++++++++++++++++---
.../launch/configuration/OprofileSetupTab.java | 37 +++-
...bstractOprofileLaunchConfigurationDelegate.java | 48 +++--
.../OprofileLaunchConfigurationDelegate.java | 80 +-------
.../.classpath | 0
.../.gitignore | 0
.../.project | 34 +++
.../META-INF/MANIFEST.MF | 26 +++
.../about.html | 28 +++
.../build.properties | 0
.../icons/event_tab.gif | Bin 617 -> 617 bytes
.../icons/global_tab.gif | Bin 362 -> 362 bytes
.../icons/profile_run.png | Bin 604 -> 604 bytes
.../plugin.properties | 21 ++
.../plugin.xml | 49 +++++
.../pom.xml | 36 +++
.../core/linux/RemoteLinuxOpcontrolProvider.java | 115 ++++++++++
.../OprofileRemoteEventConfigTab.java | 45 ++++
.../OprofileRemoteLaunchConfigurationTabGroup.java | 16 ++
.../OprofileRemoteLaunchConfigurationDelegate.java | 57 +++++
.../META-INF/MANIFEST.MF | 4 +-
.../ui/view/OprofileViewLogReaderAction.java | 32 ++-
.../view/OprofileViewSaveDefaultSessionAction.java | 18 ++-
38 files changed, 1198 insertions(+), 255 deletions(-)
create mode 100644 oprofile/org.eclipse.linuxtools.oprofile.core/plugin.xml
create mode 100644 oprofile/org.eclipse.linuxtools.oprofile.core/schema/org.eclipse.linuxtools.oprofile.core.OpcontrolProvider.exsd
copy {changelog/org.eclipse.linuxtools.changelog.core => oprofile/org.eclipse.linuxtools.oprofile.remote.launch}/.classpath (100%)
copy {changelog/org.eclipse.linuxtools.changelog-feature => oprofile/org.eclipse.linuxtools.oprofile.remote.launch}/.gitignore (100%)
create mode 100644 oprofile/org.eclipse.linuxtools.oprofile.remote.launch/.project
create mode 100644 oprofile/org.eclipse.linuxtools.oprofile.remote.launch/META-INF/MANIFEST.MF
create mode 100644 oprofile/org.eclipse.linuxtools.oprofile.remote.launch/about.html
copy oprofile/{org.eclipse.linuxtools.oprofile.launch => org.eclipse.linuxtools.oprofile.remote.launch}/build.properties (100%)
copy oprofile/{org.eclipse.linuxtools.oprofile.launch => org.eclipse.linuxtools.oprofile.remote.launch}/icons/event_tab.gif (100%)
copy oprofile/{org.eclipse.linuxtools.oprofile.launch => org.eclipse.linuxtools.oprofile.remote.launch}/icons/global_tab.gif (100%)
copy oprofile/{org.eclipse.linuxtools.oprofile.launch => org.eclipse.linuxtools.oprofile.remote.launch}/icons/profile_run.png (100%)
create mode 100644 oprofile/org.eclipse.linuxtools.oprofile.remote.launch/plugin.properties
create mode 100644 oprofile/org.eclipse.linuxtools.oprofile.remote.launch/plugin.xml
create mode 100644 oprofile/org.eclipse.linuxtools.oprofile.remote.launch/pom.xml
create mode 100644 oprofile/org.eclipse.linuxtools.oprofile.remote.launch/src/org/eclipse/linuxtools/internal/oprofile/remote/core/linux/RemoteLinuxOpcontrolProvider.java
create mode 100644 oprofile/org.eclipse.linuxtools.oprofile.remote.launch/src/org/eclipse/linuxtools/internal/oprofile/remote/launch/configuration/OprofileRemoteEventConfigTab.java
create mode 100644 oprofile/org.eclipse.linuxtools.oprofile.remote.launch/src/org/eclipse/linuxtools/internal/oprofile/remote/launch/configuration/OprofileRemoteLaunchConfigurationTabGroup.java
create mode 100644 oprofile/org.eclipse.linuxtools.oprofile.remote.launch/src/org/eclipse/linuxtools/internal/oprofile/remote/launch/launching/OprofileRemoteLaunchConfigurationDelegate.java
hooks/post-receive
--
Eclipse Linux Tools