os.linux: Rename the "kernelanalysis" package to just "kernel"
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.kernel.core / src / org / eclipse / tracecompass / internal / lttng2 / kernel / core / analysis / vm / VmAttributes.java
1 /*******************************************************************************
2 * Copyright (c) 2014 École Polytechnique de Montréal
3 *
4 * All rights reserved. This program and the accompanying materials are
5 * made available under the terms of the Eclipse Public License v1.0 which
6 * accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
8 *
9 * Contributors:
10 * Mohamad Gebai - Initial API and implementation
11 * Geneviève Bastien - Initial API and implementation
12 *******************************************************************************/
13
14 package org.eclipse.tracecompass.internal.lttng2.kernel.core.analysis.vm;
15
16 /**
17 * Attributes used by the VM Analysis
18 *
19 * @author Mohamad Gebai
20 */
21 @SuppressWarnings({"nls"})
22 public interface VmAttributes {
23
24 /** First-level attributes */
25 String VIRTUAL_MACHINES = "Virtual Machines";
26
27 /** Sub-attributes for virtual CPUs */
28 String STATUS = "Status";
29
30 }
This page took 0.03032 seconds and 5 git commands to generate.