From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751927AbaG2FCq (ORCPT ); Tue, 29 Jul 2014 01:02:46 -0400 Received: from lgeamrelo02.lge.com ([156.147.1.126]:60057 "EHLO lgeamrelo02.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751416AbaG2FCp (ORCPT ); Tue, 29 Jul 2014 01:02:45 -0400 X-Original-SENDERIP: 10.177.222.156 X-Original-MAILFROM: minchan@kernel.org Date: Tue, 29 Jul 2014 14:02:46 +0900 From: Minchan Kim To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , Peter Zijlstra , Ingo Molnar , Paul Mackerras , Namhyung Kim , LKML , Jiri Olsa , David Ahern Subject: Re: [PATCH 1/2] perf tools: Ensure --symfs ends with '/' Message-ID: <20140729050246.GC22707@bbox> References: <1406251908-8195-1-git-send-email-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1406251908-8195-1-git-send-email-namhyung@kernel.org> 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 On Fri, Jul 25, 2014 at 10:31:47AM +0900, Namhyung Kim wrote: > Minchan reported that perf failed to load vmlinux if --symfs argument > doesn't end with '/' character. So make sure that the symfs always > ends with the '/'. > > Reported-by: Minchan Kim > Signed-off-by: Namhyung Kim Both patches work and are handy to me. Thanks Namhyung. -- Kind regards, Minchan Kim