Use the new functions for default subbuf sizes
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 29 Nov 2012 17:57:10 +0000 (12:57 -0500)
committerChristian Babeux <christian.babeux@efficios.com>
Fri, 7 Dec 2012 20:17:55 +0000 (15:17 -0500)
commit993016f83d9e868d655c0a76a753a4e955aa0ae9
tree1b55b9ec806a05c8afed12523aa678bd8c552d78
parentf9f8d0f43862bb36c6c807eb5d7aa7175981d300
Use the new functions for default subbuf sizes

commit 3e230f922d67f7a47b66631f7a8cf458002b3727 upstream.

Use the functions added by the previous commit. All the occurences of
the previous defines were replaced.

[ Edit by Christian Babeux: Changes to tests/tools/Makefile.am were
  not applied because this file is not present in the stable 2.0 branch.
  Also added the relevant *_LDADD = $(top_builddir)/src/common/libcommon.la
  to the differents Makefile.am where the new functions are used. ]

Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Signed-off-by: David Goulet <dgoulet@efficios.com>
Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
src/bin/lttng-sessiond/channel.c
src/bin/lttng-sessiond/trace-kernel.c
src/bin/lttng-sessiond/trace-ust.c
src/bin/lttng/Makefile.am
src/bin/lttng/commands/enable_channels.c
src/lib/lttng-ctl/Makefile.am
src/lib/lttng-ctl/lttng-ctl.c
tests/Makefile.am
tests/test_kernel_data_trace.c
tests/test_ust_data_trace.c
This page took 0.027081 seconds and 4 git commands to generate.