From mboxrd@z Thu Jan 1 00:00:00 1970 From: zhaolei@cn.fujitsu.com (Zhaolei) Date: Thu, 18 Dec 2008 11:01:43 +0800 Subject: [ltt-dev] [PATCH 0/2] Add tracepoint of panic and kexec Message-ID: <4949BD17.2000704@cn.fujitsu.com> Hi, lttng can be widely used in many fields, for example, kernel flight recorder. We can add tracepoints of panic and kexec for following reasons: 1: By tracing these functions, we can know exactly that panic and kexec are called, and when called. 2: We can make sure that the last record until panic is well traced. Regards Zhaolei