From mboxrd@z Thu Jan 1 00:00:00 1970 From: kosaki.motohiro@jp.fujitsu.com (KOSAKI Motohiro) Date: Mon, 16 Feb 2009 12:16:56 +0900 (JST) Subject: [ltt-dev] [PATCH] LTTng: Make mark-control work in debugfs In-Reply-To: <4998D2B6.7030001@cn.fujitsu.com> References: <20090213065458.GA20178@Krystal> <4998D2B6.7030001@cn.fujitsu.com> Message-ID: <20090216121549.E80D.A69D9226@jp.fujitsu.com> > Hi Mathieu, > > I guess it's not easy to implement the *mkdir* for marker control. > But I have an alternative solution that we can add a control file > *new_channel* at the same level of channel directories, and add a > control file *new_marker* in each channel directory. > Making use of the following, we can create a marker even if it > doesn't exist by now. > > cd /mnt/ltt/markers > echo "channel_name" > new_channel > echo "marker_name" > channel_name/new_marker No. good user interface is important than easy implementation. this UI is really ugly.