| ############################################################################### |
| # Copyright (c) 2015 Ericsson |
| # |
| # All rights reserved. This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License 2.0 |
| # which accompanies this distribution, and is available at |
| # https://www.eclipse.org/legal/epl-2.0/ |
| # |
| # SPDX-License-Identifier: EPL-2.0 |
| # |
| # Contributors: |
| # Ericsson - Initial API and implementation |
| ############################################################################### |
| |
| Bundle-Vendor = Eclipse Trace Compass |
| Bundle-Name = Trace Compass Linux Kernel Analysis Core Plug-in |
| |
| tracetype.type.kernel = Linux Kernel Trace |
| |
| analysis.linuxkernel = Linux Kernel |
| analysis.cpuusage = CPU usage |
| analysis.latency = System Call Latency |
| analysis.contextswitch = Context switch |
| analysis.kernelmemory = Kernel memory usage |
| analysis.io = Input/Output |
| analysis.tid = Active Thread |
| analysis.execgraph = OS Execution Graph |
| |
| extensionpoint.graphhandler.name = Operating System Graph Handler |