From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754777AbbCaOfl (ORCPT ); Tue, 31 Mar 2015 10:35:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35478 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752082AbbCaOfi (ORCPT ); Tue, 31 Mar 2015 10:35:38 -0400 Date: Tue, 31 Mar 2015 16:35:27 +0200 From: Jiri Olsa To: David Ahern Cc: acme@kernel.org, linux-kernel@vger.kernel.org, Don Zickus , Joe Mario Subject: Re: [PATCH v3 2/2] perf tool: Fix ppid for synthesized fork events Message-ID: <20150331143527.GC31798@krava.brq.redhat.com> References: <1427747758-18510-1-git-send-email-dsahern@gmail.com> <1427747758-18510-2-git-send-email-dsahern@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1427747758-18510-2-git-send-email-dsahern@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 30, 2015 at 02:35:58PM -0600, David Ahern wrote: > 363b785f38 added synthesized fork events and set a thread's parent id > to itself. Since we are already processing /proc//status the ppid > can be determined properly. Make it so. > > Signed-off-by: David Ahern > Cc: Don Zickus > Cc: Joe Mario > Cc: Jiri Olsa Acked-by: Jiri Olsa thanks, jirka