tmf: Add a TextTraceEventTable for text traces
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 9 May 2014 20:21:04 +0000 (16:21 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 13 May 2014 15:26:04 +0000 (11:26 -0400)
commit13d34fc6a518dc2d7a483ef8b43c2cdc221e7b1a
tree9a66caf07fb1b52dc1c3539213e57d28833e216b
parent7e13cd663c9516a1d818c06eb88570c05d03bde0
tmf: Add a TextTraceEventTable for text traces

Current text trace implementation store all their information (timestamp,
type, event content, etc.) as ITmfEventField's. Provide a standard
TextTraceEventTable implementation which simply displays the contents of
the event fields, one per column.

Change-Id: I20989a479827f899edfa7289f6f9456cea2637f7
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/26312
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
org.eclipse.linuxtools.tmf.ui/META-INF/MANIFEST.MF
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/events/text/TmfTextEventTable.java [new file with mode: 0644]
This page took 0.026783 seconds and 5 git commands to generate.