litl  0.1.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
litl_split.h
Go to the documentation of this file.
1 /* -*- c-file-style: "GNU" -*- */
2 /*
3  * Copyright © Télécom SudParis.
4  * See COPYING in top-level directory.
5  */
6 
7 #ifndef LITL_SPLIT_H_
8 #define LITL_SPLIT_H_
9 
21 #include "litl_types.h"
22 
33 void litl_split_archive(const char *arch_name, const char *output_dir);
34 
35 #endif /* LITL_SPLIT_H_ */
void litl_split_archive(const char *arch_name, const char *output_dir)
Extracts each trace from an archive into a separate trace file.
Definition: litl_split.c:148
litl_types Provides a set of data structures for recording and reading events as well as merging and ...