~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to systemtap/org.eclipse.linuxtools.callgraph.genericzestdemo/src/org/eclipse/linuxtools/sleepingthreads/launch/LaunchSleepingThreads.java

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-05-13 21:43:22 UTC
  • mfrom: (1.2.1) (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130513214322-6frgd9du1n0w2uo7
Tags: 1.2.1-1
* Team upload.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
public class LaunchSleepingThreads extends SystemTapLaunchShortcut {
8
8
        
 
9
        @Override
9
10
        public void launch(IBinary bin, String mode) {
10
11
                try {
11
12
                        name = "sleeping threads";
29
30
                return "org.eclipse.linuxtools.sleepingthreadparser";
30
31
        }
31
32
        
 
33
        @Override
32
34
        public String setViewID() {
33
35
                return "org.eclipse.linuxtools.sleepingthreads.xmlview";
34
36
        }