ctf: Smooth out some API breaks in CtfTmfEvent
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Sun, 30 Aug 2015 22:16:01 +0000 (18:16 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 31 Aug 2015 16:32:50 +0000 (12:32 -0400)
commitb0c7c92dc0e74f5d509da9755b0a8df9aee86d37
tree1aaa8ace15a4e406593589b384deecf473694db8
parent26e9f96376f6f4d8b5d630a442aac16ecd9b6133
ctf: Smooth out some API breaks in CtfTmfEvent

- Keep getCPU() instead of getCpu(), not much value in changing this.
- Keep a @Deprecated getReference() that will call getChannel().

Change-Id: Ib5f603c926bc9db35423ba829d3696dc2dcfa60f
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/54857
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/org/eclipse/tracecompass/tmf/ctf/core/tests/event/CtfTmfEventTest.java
ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/org/eclipse/tracecompass/tmf/ctf/core/tests/temp/headless/Benchmark.java
ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/event/CtfTmfEvent.java
ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/event/aspect/CtfCpuAspect.java
This page took 0.026392 seconds and 5 git commands to generate.