Re: [sheepdog] [PATCH 2/4] lib, sheep: exclude stuff for tracing when it is not enabled

2013-10-22 Thread Hitoshi Mitake
At Tue, 22 Oct 2013 16:03:40 +0800, Liu Yuan wrote: > > On Tue, Oct 22, 2013 at 04:51:29PM +0900, Hitoshi Mitake wrote: > > At Tue, 22 Oct 2013 15:42:02 +0800, > > Liu Yuan wrote: > > > > > > On Tue, Oct 22, 2013 at 04:13:11PM +0900, Hitoshi Mitake wrote: > > > > The current build process of shee

Re: [sheepdog] [PATCH 2/4] lib, sheep: exclude stuff for tracing when it is not enabled

2013-10-22 Thread Liu Yuan
On Tue, Oct 22, 2013 at 04:51:29PM +0900, Hitoshi Mitake wrote: > At Tue, 22 Oct 2013 15:42:02 +0800, > Liu Yuan wrote: > > > > On Tue, Oct 22, 2013 at 04:13:11PM +0900, Hitoshi Mitake wrote: > > > The current build process of sheepdog compiles stuff for tracing even > > > if tracing is disabled.

Re: [sheepdog] [PATCH 2/4] lib, sheep: exclude stuff for tracing when it is not enabled

2013-10-22 Thread Hitoshi Mitake
At Tue, 22 Oct 2013 15:42:02 +0800, Liu Yuan wrote: > > On Tue, Oct 22, 2013 at 04:13:11PM +0900, Hitoshi Mitake wrote: > > The current build process of sheepdog compiles stuff for tracing even > > if tracing is disabled. Basically they are not harmful but causes > > memory consumption (tid_map),

Re: [sheepdog] [PATCH 2/4] lib, sheep: exclude stuff for tracing when it is not enabled

2013-10-22 Thread Liu Yuan
On Tue, Oct 22, 2013 at 04:13:11PM +0900, Hitoshi Mitake wrote: > The current build process of sheepdog compiles stuff for tracing even > if tracing is disabled. Basically they are not harmful but causes > memory consumption (tid_map), we should exlucde them when tracing is > disabled. > > Signed-

[sheepdog] [PATCH 2/4] lib, sheep: exclude stuff for tracing when it is not enabled

2013-10-22 Thread Hitoshi Mitake
The current build process of sheepdog compiles stuff for tracing even if tracing is disabled. Basically they are not harmful but causes memory consumption (tid_map), we should exlucde them when tracing is disabled. Signed-off-by: Hitoshi Mitake --- include/work.h |7 +-- lib/Makefil