litl 0.1.9
Loading...
Searching...
No Matches
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
35void 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...
litl_types Provides a set of data structures for recording and reading events as well as merging and ...