blob: be8ef4c0755f9a45284a96c429a257cc40e63b48 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- ***************************************************************************
* Copyright (c) 2014 École Polytechnique de Montréal
*
* 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:
* Geneviève Bastien - Initial API and implementation
*************************************************************************** -->
<tmfxml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="xmlDefinition.xsd">
<xyView id="kernel.kvm.exit.xychart">
<head>
<analysis id="kernel.kvm.exit.sp" />
<label value="Exit reasons" />
</head>
<entry path="Reasons/*" displayType="delta">
<display type="self" />
</entry>
</xyView>
<stateProvider id="kernel.kvm.exit.sp" version="1">
<head>
<traceType id="org.eclipse.linuxtools.lttng2.kernel.tracetype" />
<label value="KVM exit reasons" />
</head>
<!-- case 1 : exit_syscall : Fields: int64 ret -->
<eventHandler eventName="kvm_exit">
<stateChange>
<stateAttribute type="constant" value="Reasons" />
<stateAttribute type="eventField" value="exit_reason" />
<stateValue type="int" value="1" increment="true" />
</stateChange>
</eventHandler>
</stateProvider>
</tmfxml>