Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753194AbaDYLJu (ORCPT ); Fri, 25 Apr 2014 07:09:50 -0400 Received: from mail-wi0-f173.google.com ([209.85.212.173]:38184 "EHLO mail-wi0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751866AbaDYLJr (ORCPT ); Fri, 25 Apr 2014 07:09:47 -0400 MIME-Version: 1.0 Date: Fri, 25 Apr 2014 14:09:45 +0300 X-Google-Sender-Auth: qrB00oDhPt0Ad3P4FVD4E1za0HA Message-ID: Subject: [PROBLEM] perf report --gtk doesn't work From: Pekka Enberg To: Ingo Molnar , Namhyung Kim Cc: LKML , Arnaldo Carvalho de Melo Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, I'm seeing the following with v3.15-rc2: $ ~/bin/perf report --gtk GTK browser requested but could not find libperf-gtk.so The library file is in $HOME/lib64 and perf attempts to look it up. However, printing out dlerror() output shows the following: [penberg@localhost hornet]$ ~/bin/perf report --gtk /home/penberg/lib64/libperf-gtk.so: undefined symbol: sort_sym GTK browser requested but could not find libperf-gtk.so I'm not sure how this is supposed to work. sort_sym() is defined in the 'perf' executable so how is libperf-gtk.so going to see it? - Pekka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/