tracetools_analysis.convert module
Entrypoint/script to convert CTF trace data to a file.
- tracetools_analysis.convert.add_args(parser: ArgumentParser) None
- tracetools_analysis.convert.convert(trace_directory: str, output_file_name: str = 'converted') int
Convert trace directory to a file.
The output file will be placed under the trace directory.
- Parameters:
trace_directory – the path to the trace directory to import
outout_file_name – the name of the output file
- tracetools_analysis.convert.main()
- tracetools_analysis.convert.parse_args() Namespace