tmf: Add trace entry parent in Call Stack view
authorPatrick Tasse <patrick.tasse@gmail.com>
Fri, 11 Jul 2014 19:42:55 +0000 (15:42 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Fri, 18 Jul 2014 14:02:59 +0000 (10:02 -0400)
commit60b4d44c70f9d3e2c131d2a477750627ffbfdd81
treee070270439a3bed15476b9b0715d12ab737b870a
parenta3188982483140452c679df5faae68f595ef93d9
tmf: Add trace entry parent in Call Stack view

The root entries in the Call Stack view tree are now trace entries and
the thread entries are child of their corresponding trace.

The CallStackEntry and ThreadEntry classes now extend TimeGraphEntry.

The thread name is now displayed in the tool tip.

Change-Id: I91091d492d3304ad1cd5588af807e18c65093e8f
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/29835
Tested-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/Messages.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/messages.properties
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/callstack/CallStackEntry.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/callstack/CallStackPresentationProvider.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/callstack/CallStackView.java
This page took 0.028727 seconds and 5 git commands to generate.