From mboxrd@z Thu Jan 1 00:00:00 1970 From: zhaolei@cn.fujitsu.com (Zhaolei) Date: Wed, 03 Dec 2008 22:15:24 +0800 Subject: [ltt-dev] [PATCH 0/1] Set ltt_active_marker.channel to enum ltt_channels Message-ID: <4936947C.1000204@cn.fujitsu.com> Hello, Mathieu As we discussed in: "Re: [PATCH 2/2] Make ltt support enable/disable each channel", Now we can set ltt_active_marker.channel to "enum ltt_channels" instead of offset in ltt_trace_struct. This patch needs apply on top of following patchs: [PATCH 1/2] Move ltt_trace_struct.channels[].overwrite to ltt_trace_struct.channels[].flags [PATCH 2/2] Make ltt support enable/disable each channel B.R. Zhaolei