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