Add mmap trace reading
authorJulien Desfossez <julien.desfossez@polymtl.ca>
Fri, 30 Sep 2011 00:49:48 +0000 (20:49 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 30 Sep 2011 00:49:48 +0000 (20:49 -0400)
commitf571dfb1ed9909c45274be95489e10f5c1432ff3
tree5e21dcdd1f4cd315d6ca2c3d975594ffa6623f2d
parentf970ae1d5ab15b4154d6a7bbe5bbdda5e3763de2
Add mmap trace reading

This set of functions allows a client to open a trace that is not stored
on tracefiles but instead is in memory.
Since the parameters required for such an operation are really different
than typical traces, we define the open_mmap_trace function.
This patch also introduces the mmap_stream structure and
mmap_stream_list that represents a list of FDs readable by mmap.

[ Edit by Mathieu Desnoyers: cleanup ]

Signed-off-by: Julien Desfossez <julien.desfossez@polymtl.ca>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/ctf/ctf.c
include/babeltrace/format.h
This page took 0.025157 seconds and 4 git commands to generate.