ss: Fix a bug where history tree node utilization is inaccurate
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.remote.ui.tests / resources / invalid_profile_missing_files.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <profiles>
3 <version>0.1</version>
4 <profile name="myProfile">
5 <node name="myhost">
6 <uri>ssh://user@127.0.0.1:22</uri>
7 <traceGroup root="/home/user/traces/test/" recursive="false">
8 <trace name="lttng/(group1)" type="org.eclipse.linuxtools.tmf.ui.type.ctf">
9 </trace>
10 </traceGroup>
11 </node>
12 </profile>
13 </profiles>
This page took 0.030866 seconds and 5 git commands to generate.