litl  0.1.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
litl_merge.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_MERGE_H_
8 #define LITL_MERGE_H_
9 
21 #include "litl_types.h"
22 
35 void litl_merge_traces(const char* arch_name, char** traces_names,
36  const int nb_traces);
37 
38 #endif /* LITL_MERGE_H_ */
void litl_merge_traces(const char *arch_name, char **traces_names, const int nb_traces)
Merges trace files into an archive. This is a modified version of the implementation of the cat funct...
Definition: litl_merge.c:240
litl_types Provides a set of data structures for recording and reading events as well as merging and ...