SchedSwitchHandler: rename private methods
authorRaphaël Beamonte <raphael.beamonte@gmail.com>
Tue, 12 Apr 2016 20:34:44 +0000 (16:34 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 14 Apr 2016 16:14:51 +0000 (12:14 -0400)
commit622acf0254cb97c536d75e1d6a9da4dc488f4f8b
treefe59ad932b20b33deaf6534d0968bbd37a717548
parent5dbb9ef2d1f9277f149f64f38b56f72cf6fadbcf
SchedSwitchHandler: rename private methods

The setNewProcessPrio and setNewProcessExecName methods
were respectively renamed setProcessPrio and
setProcessExecName as the 'New' part of the name can be
confusing with the 'next process' when handling a
sched_switch event. The parameters of those methods have
been renamed accordingly.

Change-Id: Id1c0f00f165e2d906cb7650d511b1bebc20d4b1e
Signed-off-by: Raphaël Beamonte <raphael.beamonte@gmail.com>
Reviewed-on: https://git.eclipse.org/r/70514
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Tested-by: Alexandre Montplaisir <alexmonthy@efficios.com>
analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernel/handlers/SchedSwitchHandler.java
This page took 0.024368 seconds and 5 git commands to generate.