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