tmf: Update event properties to use aspects
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Sun, 10 Apr 2016 01:38:08 +0000 (21:38 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Tue, 1 Nov 2016 19:35:45 +0000 (15:35 -0400)
commit459a073612709cd759444624e1d910abd12f2563
tree00f43df03807560998fa1df983b3b73b0fb98354
parent2ed45590bb40b0db92985c9e3064ce6823b38a0c
tmf: Update event properties to use aspects

By using all defined aspects as property descriptors, we can
do away with some of the hard-coded ones, like timestamp and
even type.

Event content could keep its own descriptor though, since it
puts the event fields into a nice sub-tree.

This also makes sure that any extra aspect defined by the
trace type also shows up in the Properties View.

Bug: 460635

Change-Id: Ibea43dd9c6491e660b9732f93419057b6ea721e6
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
btf/org.eclipse.tracecompass.btf.ui/src/org/eclipse/tracecompass/btf/ui/BtfEventPropertySource.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/events/TmfEventPropertySource.java
This page took 0.025694 seconds and 5 git commands to generate.