From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754811AbbINIlM (ORCPT ); Mon, 14 Sep 2015 04:41:12 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:37834 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754665AbbINIlH (ORCPT ); Mon, 14 Sep 2015 04:41:07 -0400 Date: Mon, 14 Sep 2015 10:41:03 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org, Adrian Hunter , Andi Kleen , Corey Ashford , David Ahern , Frederic Weisbecker , Jan Stancek , Jiri Olsa , Kan Liang , Matt Fleming , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Raphael Beamonte , Stephane Eranian , Steven Rostedt Subject: Re: [GIT PULL 00/15] perf/core improvements and fixes Message-ID: <20150914084103.GA10729@gmail.com> References: <1441415203-7484-1-git-send-email-acme@kernel.org> <20150908140912.GA2435@redhat.com> <20150908142147.GA16696@gmail.com> <20150908143011.GD2435@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150908143011.GD2435@redhat.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 * Arnaldo Carvalho de Melo wrote: > Em Tue, Sep 08, 2015 at 04:21:47PM +0200, Ingo Molnar escreveu: > > > > * Arnaldo Carvalho de Melo wrote: > > > > > Em Fri, Sep 04, 2015 at 10:06:28PM -0300, Arnaldo Carvalho de Melo escreveu: > > > > Hi Ingo, > > > > > > > > Please consider pulling, this is on top of the previous pull request, > > > > perf-core-for-mingo. > > > > > > Ingo, please do not pull this 'perf-core-for-mingo-2' tag, there were > > > some misunderstandings about the acks for "Move sw clock metrics > > > printout to stat-shadow" and Jiri and Andi are working that out. > > > > > > I'll remove those patches and get a new perf-core-for-mingo-2 > > > tag in place, before continuing today's batch, which possibly will be > > > available as 'perf-core-for-mingo-3' > > > > > > What is in 'perf-core-for-mingo" should be Ok. > > > > Ok! > > Thanks! I have already removed that problematic changeset and resigned > the 'perf-core-for-mingo-2' tag, same contents modulo that cset. Hm, so I pulled it (commit 1765d9b26f84), but with an old perf.data I'm getting this crash: triton:~/tip/tools/perf> perf report perf: Segmentation fault -------- backtrace -------- perf[0x52bc0b] /lib/x86_64-linux-gnu/libc.so.6(+0x352f0)[0x7f51a583c2f0] perf[0x42ce95] perf[0x4bc6c3] perf[0x4bcfa1] perf[0x4bf939] perf(perf_session__process_events+0x390)[0x4be430] perf(cmd_report+0x1070)[0x42e2e0] perf[0x478e03] perf(main+0x60a)[0x41f1ba] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f51a5827a40] perf(_start+0x29)[0x41f2d9] [0x0] I also re-tested 1765d9b26f84 and it still crashes. Bisected it to: e1e499aba570 perf tools: Add processor socket info to hist_entry and addr_location Running on Ubuntu, 1 socket box, 12 CPUs. I went back to perf/core 8f3e5684d3fb and it doesn't crash anymore - so I unpulled your tree for now. (Will send you the perf.data privately.) Thanks, Ingo