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