1 include "../../../../source/Commands/OptionsBase.td"
3 let Command = "thread trace export ctf" in {
4 def thread_trace_export_ctf: Option<"tid", "t">,
7 Desc<"Export the trace for the specified thread index. Otherwise, the "
8 "currently selected thread will be used.">;
9 def thread_trace_export_file: Option<"file", "f">, Required,
12 Desc<"Path of the file to export the trace data">;