From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965721Ab3HHPAP (ORCPT ); Thu, 8 Aug 2013 11:00:15 -0400 Received: from mail-ye0-f178.google.com ([209.85.213.178]:61738 "EHLO mail-ye0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965294Ab3HHPAN (ORCPT ); Thu, 8 Aug 2013 11:00:13 -0400 Date: Thu, 8 Aug 2013 12:00:06 -0300 From: Arnaldo Carvalho de Melo To: David Ahern Cc: linux-kernel@vger.kernel.org, mingo@kernel.org, Jiri Olsa , Namhyung Kim , Frederic Weisbecker , Peter Zijlstra , Stephane Eranian Subject: Re: [PATCH 05/19] perf sched: Remove sched_process_fork tracepoint Message-ID: <20130808150006.GA6102@ghostprotocols.net> References: <1375930261-77273-1-git-send-email-dsahern@gmail.com> <1375930261-77273-6-git-send-email-dsahern@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1375930261-77273-6-git-send-email-dsahern@gmail.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, Aug 07, 2013 at 10:50:47PM -0400, David Ahern escreveu: > The PERF_RECORD_FORK event is already collected as part of the use of > cmd_record and those events are analyzed as part of the libperf machinery. > Using the fork tracepoint as well just duplicates the event load. Thanks, applied.