Re: [lttng-dev] [LTTNG-TOOLS PATCH] On-disk multiple tracefiles circular buffer

2013-03-08 Thread Thibault, Daniel
-Message d'origine- From: Mathieu Desnoyers > I having similar questions as Daniel about tracefile-size and tracefile-count. > > For each stream, do we have max size used on disk = size * count or size used > = size ? My understanding is that the maximum size on disk of a stream (cha

Re: [lttng-dev] Babeltrace v1.0.3

2013-03-08 Thread Jérémie Galarneau
Taking this back on the mailing list for public reference. I was able to reproduce the "babeltrace: symbol lookup error: babeltrace: undefined symbol: opt_clock_cycles" issue on Ubuntu 12.04 after installing the babeltrace package. Looking at the package's information page[1], it appears that the

Re: [lttng-dev] [LTTNG-TOOLS PATCH] On-disk multiple tracefiles circular buffer

2013-03-08 Thread Mathieu Desnoyers
* Julien Desfossez (jdesfos...@efficios.com) wrote: > This patch introduces the tracefile_size and tracefile_count parameters > to the enable-channel command and the API. I having similar questions as Daniel about tracefile-size and tracefile-count. for each stream, do we have max size used on di

Re: [lttng-dev] [LTTNG-TOOLS PATCH] On-disk multiple tracefiles circular buffer

2013-03-08 Thread Thibault, Daniel
> @@ -78,6 +80,8 @@ static struct poptOption long_options[] = { > {"read-timer", 0, POPT_ARG_INT, 0, OPT_READ_TIMER, 0, 0}, > {"list-options", 0, POPT_ARG_NONE, NULL, OPT_LIST_OPTIONS, NULL, > NULL}, > {"output", 0, POPT_ARG_STRING, &opt_output, 0, 0, 0}, > +