Fix: lttng-load: support legacy PID tracker specification
[lttng-tools.git] / tests / regression / tools / save-load / tracker_legacy_none.lttng
1 <?xml version="1.0" encoding="UTF-8"?>
2 <sessions>
3 <session>
4 <name>tracker_legacy_none</name>
5 <domains>
6 <domain>
7 <type>UST</type>
8 <buffer_type>PER_UID</buffer_type>
9 <channels>
10 <channel>
11 <name>channel0</name>
12 <enabled>true</enabled>
13 <overwrite_mode>DISCARD</overwrite_mode>
14 <subbuffer_size>524288</subbuffer_size>
15 <subbuffer_count>4</subbuffer_count>
16 <switch_timer_interval>0</switch_timer_interval>
17 <read_timer_interval>0</read_timer_interval>
18 <output_type>MMAP</output_type>
19 <blocking_timeout>0</blocking_timeout>
20 <monitor_timer_interval>1000000</monitor_timer_interval>
21 <tracefile_size>0</tracefile_size>
22 <tracefile_count>0</tracefile_count>
23 <live_timer_interval>0</live_timer_interval>
24 <events>
25 <event>
26 <name>*</name>
27 <enabled>true</enabled>
28 <type>TRACEPOINT</type>
29 <loglevel_type>ALL</loglevel_type>
30 </event>
31 </events>
32 <contexts/>
33 </channel>
34 </channels>
35 <trackers>
36 <pid_tracker>
37 <targets/>
38 </pid_tracker>
39 </trackers>
40 </domain>
41 <domain>
42 <type>JUL</type>
43 <buffer_type>PER_UID</buffer_type>
44 <channels/>
45 </domain>
46 <domain>
47 <type>LOG4J</type>
48 <buffer_type>PER_UID</buffer_type>
49 <channels/>
50 </domain>
51 <domain>
52 <type>PYTHON</type>
53 <buffer_type>PER_UID</buffer_type>
54 <channels/>
55 </domain>
56 </domains>
57 <started>false</started>
58 <output>
59 <consumer_output>
60 <enabled>true</enabled>
61 <destination>
62 <path>/tmp/2.11/home/lttng-traces/tracker_legacy_none-20200406-221335</path>
63 </destination>
64 </consumer_output>
65 </output>
66 </session>
67 </sessions>
This page took 0.032356 seconds and 5 git commands to generate.