From mboxrd@z Thu Jan 1 00:00:00 1970 From: laijs@cn.fujitsu.com (Lai Jiangshan) Date: Tue, 03 Mar 2009 08:54:05 +0800 Subject: [ltt-dev] [PATCH take2 11/13] implement ltt-ascii In-Reply-To: <20090223192440.GK31815@Krystal> References: <498A5DAC.4030209@cn.fujitsu.com> <20090223192440.GK31815@Krystal> Message-ID: <49AC7FAD.2000104@cn.fujitsu.com> Mathieu Desnoyers ??: > * Lai Jiangshan (laijs at cn.fujitsu.com) wrote: >> + > > Here, instead of stopping the channels : > > call internal API equivalent of > ltt_open > ltt_poll > ltt_ioctl > ltt_close > > To interact with the buffer. This contains all the synchronization you > need. > That's a good idea. These means that we have to copy subbuffer and then parse it. and it will be a problem that if we don't wait the subbuffer(which is being committed) finished. It can be implemented, but it no so easy. I think it can be implemented as an improvement patch, not in this patch set. Lai