Make the Kernel event handler tests work again
authorAlexandre Montplaisir <alexandre.montplaisir@gmail.com>
Sun, 18 Mar 2012 01:24:58 +0000 (21:24 -0400)
committerFrancois Chouinard <fchouinard@gmail.com>
Mon, 19 Mar 2012 21:44:03 +0000 (17:44 -0400)
commitf13dfe18da6d341e76f1a8ff977d2df83b4b6d18
tree6c495db7219c927d218bbcd1e109b26c2c7efd54
parent8020be3c9657f5a2383fa0ce4865e21dfc09e2bd
Make the Kernel event handler tests work again

- Strip the underscores in CtfTmfEventField's. We need to save a
  value here (we can't use the parser's lookupDefinition()), so
  might as well save it with no underscore.
- Use the getSource() as a way to get the event name. This is still
  waiting on the final trace model. We are bypassing the EventTypeManager
  for now
- Use getTimestampValue() to check for a nullEvent, getTimestamp
  always return the ITmfTimestamp object now, so it's not null!
org.eclipse.linuxtools.lttng2.kernel.core/src/org/eclipse/linuxtools/internal/lttng2/kernel/core/stateprovider/CTFKernelHandler.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfTmfEvent.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfTmfEventField.java
This page took 0.02645 seconds and 5 git commands to generate.