Refactor: lttng-ctl: follow terminology of the tracker documentation
[lttng-tools.git] / tests / regression / tools / save-load / load-42-trackers.lttng
CommitLineData
722f854b
JR
1<?xml version="1.0" encoding="UTF-8"?>
2<sessions>
3 <session>
4 <name>load-42-trackers</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>131072</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 <tracefile_size>0</tracefile_size>
20 <tracefile_count>0</tracefile_count>
21 <live_timer_interval>0</live_timer_interval>
22 <events>
23 <event>
24 <name>*</name>
25 <enabled>true</enabled>
26 <type>TRACEPOINT</type>
27 <loglevel_type>ALL</loglevel_type>
28 <loglevel>-1</loglevel>
29 </event>
30 </events>
31 <contexts/>
32 </channel>
33 </channels>
159b042f
JG
34 <process_attr_trackers>
35 <vpid_process_attr_tracker>
36 <process_attr_values>
37 <vpid>
83d6d6c4 38 <id>666</id>
159b042f
JG
39 </vpid>
40 </process_attr_values>
41 </vpid_process_attr_tracker>
42 <vuid_process_attr_tracker>
43 <process_attr_values>
44 <vuid>
83d6d6c4 45 <id>777</id>
159b042f
JG
46 </vuid>
47 </process_attr_values>
48 </vuid_process_attr_tracker>
49 <vgid_process_attr_tracker>
50 <process_attr_values>
51 <vgid>
83d6d6c4 52 <id>888</id>
159b042f
JG
53 </vgid>
54 </process_attr_values>
55 </vgid_process_attr_tracker>
56 <vpid_process_attr_tracker>
57 <process_attr_values>
58 <vpid>
59 <id>999</id>
60 </vpid>
61 </process_attr_values>
62 </vpid_process_attr_tracker>
63 </process_attr_trackers>
722f854b
JR
64 </domain>
65 </domains>
66 <started>false</started>
67 <output>
68 <consumer_output>
69 <enabled>true</enabled>
70 <destination>
71 <path>/tmp/lttng/load-42-1</path>
72 </destination>
73 </consumer_output>
74 </output>
75 </session>
76</sessions>
This page took 0.034527 seconds and 4 git commands to generate.