d13f485874ef38a652e100f92726511be05ca3cf
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.control.core.tests / test_session_config_files / test_invalid.lttng
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!--***************************************************************************
3 * Copyright(C) 2014 École Polytechnique de Montréal
4 *
5 * All rights reserved. This program and the accompanying materials are
6 * made available under the terms of the Eclipse Public License v1.0 which
7 * accompanies this distribution, and is available at
8 * http://www.eclipse.org/legal/epl-v10.html
9 *
10 * Contributors:
11 * Guilliano Molaire - Initial API and implementation
12 ***************************************************************************
13 This is an invalid session configuration file. The domain type
14 is missing.-->
15 <sessions>
16 <session>
17 <name>auto-20140323-130527</name>
18 <started>false</started>
19 <domains>
20 <domain>
21 <buffer_type>GLOBAL</buffer_type>
22 <channels>
23 <channel>
24 <name>channel0</name>
25 <overwrite_mode>DISCARD</overwrite_mode>
26 <subbuffer_count>4</subbuffer_count>
27 <switch_timer_interval>0</switch_timer_interval>
28 <tracefile_size>0</tracefile_size>
29 <tracefile_count>0</tracefile_count>
30 <live_timer_interval>0</live_timer_interval>
31 <enabled>false</enabled>
32 <subbuffer_size>262144</subbuffer_size>
33 <read_timer_interval>200000</read_timer_interval>
34 <output_type>SPLICE</output_type>
35 <events>
36 <event>
37 <name>exit_syscall</name>
38 <enabled>true</enabled>
39 <type>TRACEPOINT</type>
40 </event>
41 </events>
42 </channel>
43 </channels>
44 </domain>
45 </domains>
46 <output>
47 <consumer_output>
48 <enabled>true</enabled>
49 <destination>
50 <path>/home/user/folder</path>
51 </destination>
52 </consumer_output>
53 </output>
54 </session>
55 </sessions>
This page took 0.033559 seconds and 4 git commands to generate.