From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752493AbbEKFTp (ORCPT ); Mon, 11 May 2015 01:19:45 -0400 Received: from lgeamrelo04.lge.com ([156.147.1.127]:62186 "EHLO lgeamrelo04.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752161AbbEKFTm (ORCPT ); Mon, 11 May 2015 01:19:42 -0400 X-Original-SENDERIP: 10.177.220.203 X-Original-MAILFROM: namhyung@kernel.org Date: Mon, 11 May 2015 14:09:39 +0900 From: Namhyung Kim To: Arnaldo Carvalho de Melo Cc: Ingo Molnar , linux-kernel@vger.kernel.org, Adrian Hunter , Ananth N Mavinakayanahalli , Borislav Petkov , David Ahern , Davidlohr Bueso , Deng-Cheng Zhu , Don Zickus , Frederic Weisbecker , Hemant Kumar , Jiri Olsa , Masami Hiramatsu , "Naveen N . Rao" , Peter Zijlstra , Ralf Baechle , Stephane Eranian , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 00/30] perf/core improvements and fixes Message-ID: <20150511050939.GA1630@sejong> References: <1431118602-5877-1-git-send-email-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1431118602-5877-1-git-send-email-acme@kernel.org> 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 Hi Arnaldo, On Fri, May 08, 2015 at 05:56:12PM -0300, Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling, > > - Arnaldo > > > > The following changes since commit cb307113746b4d184155d2c412e8069aeaa60d42: > > perf_event: Don't allow vmalloc() backed perf on powerpc (2015-05-08 12:26:01 +0200) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-core-for-mingo > > for you to fetch changes up to 76d408498b08447e0f61dfdd611aeb6e8e61ce80: > > perf build: Disable libdw DWARF unwind when built with NO_DWARF (2015-05-08 16:43:14 -0300) > > ---------------------------------------------------------------- > perf/core improvements and fixes: > > User visible: > > - 'perf probe' improvements (Masami Hiramatsu) > > - Support glob wildcards for function name > - Support $params special probe argument: Collect all function arguments > - Make --line checks validate C-style function name. > - Add --no-inlines option to avoid searching inline functions > > - Introduce new 'perf bench futex' benchmark: 'wake-parallel', to > measure parallel waker threads generating contention for kerne > locks (hb->lock) (Davidlohr Bueso) > > Bug fixes: > > - 'perf top' survives much longer on high core count machines, more work > needed to refcount more data structures besides 'struct thread' and fix > more races (Arnaldo Carvalho de Melo) I'm seeing a segfault on 'perf report' with a large data file after applying thread refcount change - it happens regardless of the atomic operation. Thanks, Namhyung