Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753020Ab0FYBKt (ORCPT ); Thu, 24 Jun 2010 21:10:49 -0400 Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:49629 "EHLO fgwmail6.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751083Ab0FYBKs (ORCPT ); Thu, 24 Jun 2010 21:10:48 -0400 X-SecurityPolicyCheck-FJ: OK by FujitsuOutboundMailChecker v1.3.1 From: KOSAKI Motohiro To: Koki Sanagi Subject: Re: [RFC PATCH v2 1/5] irq: add tracepoint to softirq_raise Cc: kosaki.motohiro@jp.fujitsu.com, linux-kernel@vger.kernel.org, kaneshige.kenji@jp.fujitsu.com, izumi.taku@jp.fujitsu.com, Lai Jiangshan In-Reply-To: <4C23FF0E.4020908@jp.fujitsu.com> References: <4C2312A8.9060903@jp.fujitsu.com> <4C23FF0E.4020908@jp.fujitsu.com> Message-Id: <20100625100718.8034.A69D9226@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.50.07 [ja] Date: Fri, 25 Jun 2010 10:10:44 +0900 (JST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2020 Lines: 46 (cc to Lai) > This patch adds a tracepoint to raising of softirq. > This is useful if you want to detect which hard interrupt raise softirq > and lets you know a time between raising softirq and performing softirq. > Combinating with other tracepoint, it lets us know a process of packets > (See patch 0/5). > > -0 [001] 241229.957184: softirq_raise: vec=3 [action=NET_RX] > -0 [000] 241229.993399: softirq_raise: vec=1 [action=TIMER] > -0 [000] 241229.993400: softirq_raise: vec=9 [action=RCU] > > This is a same patch Lai Jiangshan submitted. > http://marc.info/?l=linux-kernel&m=126026122728732&w=2 If so, you shouldn't remove author's info. please fix the description as following. ------------------------------------------------------------------------- From: Lai Jiangshan This patch adds a tracepoint to raising of softirq. This is useful if you want to detect which hard interrupt raise softirq and lets you know a time between raising softirq and performing softirq. Combinating with other tracepoint, it lets us know a process of packets (See patch 0/5). -0 [001] 241229.957184: softirq_raise: vec=3 [action=NET_RX] -0 [000] 241229.993399: softirq_raise: vec=1 [action=TIMER] -0 [000] 241229.993400: softirq_raise: vec=9 [action=RCU] This is a same below. http://marc.info/?l=linux-kernel&m=126026122728732&w=2 Signed-off-by: Lai Jiangshan Acked-by: Mathieu Desnoyers Acked-by: Frederic Weisbecker Signed-off-by: Koki Sanagi -------------------------------------------------------------------------------- -- 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/