ctf: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / org.eclipse.tracecompass.lttng2.control.core.tests / test_session_config_files / test_valid.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 a valid session configuration file. All mandatory
14 elements are provided.-->
15 <sessions>
16 <session>
17 <name>auto-20140323-130527</name>
18 <started>false</started>
19 <domains>
20 <domain>
21 <type>KERNEL</type>
22 <buffer_type>GLOBAL</buffer_type>
23 <channels>
24 <channel>
25 <name>channel0</name>
26 <overwrite_mode>DISCARD</overwrite_mode>
27 <subbuffer_count>4</subbuffer_count>
28 <switch_timer_interval>0</switch_timer_interval>
29 <tracefile_size>0</tracefile_size>
30 <tracefile_count>0</tracefile_count>
31 <live_timer_interval>0</live_timer_interval>
32 <enabled>false</enabled>
33 <subbuffer_size>262144</subbuffer_size>
34 <read_timer_interval>200000</read_timer_interval>
35 <output_type>SPLICE</output_type>
36 <events>
37 <event>
38 <name>exit_syscall</name>
39 <enabled>true</enabled>
40 <type>TRACEPOINT</type>
41 </event>
42 </events>
43 </channel>
44 </channels>
45 </domain>
46 </domains>
47 <output>
48 <consumer_output>
49 <enabled>true</enabled>
50 <destination>
51 <path>/home/user/folder</path>
52 </destination>
53 </consumer_output>
54 </output>
55 </session>
56 </sessions>
This page took 0.034558 seconds and 5 git commands to generate.