From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756172AbbE2QMN (ORCPT ); Fri, 29 May 2015 12:12:13 -0400 Received: from mail.kernel.org ([198.145.29.136]:60131 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755391AbbE2QMG (ORCPT ); Fri, 29 May 2015 12:12:06 -0400 Date: Fri, 29 May 2015 13:12:01 -0300 From: Arnaldo Carvalho de Melo To: Masami Hiramatsu Cc: Linux Kernel Mailing List Subject: perf probe: segfault in 'perf probe /bin/bash array_*' Message-ID: <20150529161201.GB624@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Url: http://acmel.wordpress.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 [root@ssdandy ~]# perf probe /bin/bash array_* Added new event: Segmentation fault (core dumped) [root@ssdandy ~]# This is with my perf/core branch. - Arnaldo