From 1d58a53cb619f02840b441e9cca980fd0272d5b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Beamonte?= Date: Thu, 14 Apr 2016 12:27:23 -0400 Subject: [PATCH] os.linux: Bump KernelStateProvider version number MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Previous commits changed the content generated by the KernelStateProvider for process' priorities and exec names. Bumping the version number allows to take advantage of those changes without manually removing the history tree. Change-Id: Iad483b0f3c51fb53242264948f52e98709ebb1bc Signed-off-by: Raphaël Beamonte Reviewed-on: https://git.eclipse.org/r/70688 Reviewed-by: Alexandre Montplaisir Tested-by: Alexandre Montplaisir Reviewed-by: Hudson CI --- .../analysis/os/linux/core/kernel/KernelStateProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernel/KernelStateProvider.java b/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernel/KernelStateProvider.java index a73365fb67..1a391b98e6 100644 --- a/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernel/KernelStateProvider.java +++ b/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernel/KernelStateProvider.java @@ -59,7 +59,7 @@ public class KernelStateProvider extends AbstractTmfStateProvider { * Version number of this state provider. Please bump this if you modify the * contents of the generated state history in some way. */ - private static final int VERSION = 16; + private static final int VERSION = 17; // ------------------------------------------------------------------------ // Fields -- 2.34.1