Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752735AbZGFJhM (ORCPT ); Mon, 6 Jul 2009 05:37:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751028AbZGFJhB (ORCPT ); Mon, 6 Jul 2009 05:37:01 -0400 Received: from cn.fujitsu.com ([222.73.24.84]:57671 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1750873AbZGFJhA (ORCPT ); Mon, 6 Jul 2009 05:37:00 -0400 Message-ID: <4A51C5C2.20802@cn.fujitsu.com> Date: Mon, 06 Jul 2009 17:37:06 +0800 From: Xiao Guangrong User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Ingo Molnar CC: Thomas Gleixner , Steven Rostedt , Frederic Weisbecker , Mathieu Desnoyers , Zhaolei , kosaki.motohiro@jp.fujitsu.com, LKML Subject: [PATCH v2 0/3] ftrace: add tracepoint for timer event Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 770 Lines: 30 Hi, We can monitor timer's lifecycle and behaviors by these tracepoint. Following tracepoints are introduced as ingo's suggestion in http://marc.info/?l=linux-kernel&m=123791899529128&w=2 for timer: trace_timer_init() trace_timer_start() trace_timer_expire() trace_timer_cancel() for hrtimer: trace_hrtimer_init() trace_hrtimer_start() trace_hrtimer_expire() trace_hrtimer_cancel() for itimer: itimer_state itimer_expire() Changlog from latest patchset: Add itimer's patch to monitor itimer's lifecycle and behaviors -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/