Multiple Directory Conversion
authorAmer Alhalabi <amer.alhalabi@ericsson.com>
Fri, 5 Aug 2011 18:42:35 +0000 (14:42 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 5 Aug 2011 18:42:35 +0000 (14:42 -0400)
commitafb48eae796fc5e35b7cb5e1363750091ad124aa
tree796d57c34429d48d5f1ff82012b59c74fdcb8cce
parent4c0f2bc82c3f8f87b3111a857f2b2c0db7e051e0
Multiple Directory Conversion

Code added/modified to merge and convert many CTF binary files located
in different directories into one ASCII file.

Edit by Mathieu Desnoyers:

- Introduce struct trace_collection, because this will eventually be
  seen as an API to the outside world, so I want to hide the internal
  dependency on glib types.
- Added #define _XOPEN_SOURCE 700 needed for openat and nftw at the top
  of babeltrace.c.

Signed-off-by: Amer Alhalabi <amer.alhalabi@ericsson.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
converter/babeltrace-lib.c
converter/babeltrace.c
include/babeltrace/babeltrace.h
This page took 0.024552 seconds and 4 git commands to generate.