From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751783AbcISQHr (ORCPT ); Mon, 19 Sep 2016 12:07:47 -0400 Received: from mga03.intel.com ([134.134.136.65]:49456 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750866AbcISQHq (ORCPT ); Mon, 19 Sep 2016 12:07:46 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,362,1470726000"; d="scan'208";a="1053373288" Date: Mon, 19 Sep 2016 09:07:45 -0700 From: Andi Kleen To: Jiri Olsa Cc: Andi Kleen , acme@kernel.org, jolsa@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] perf, tools, list: Print aliases with --raw-dump Message-ID: <20160919160745.GP3078@tassilo.jf.intel.com> References: <1474222699-28969-1-git-send-email-andi@firstfloor.org> <20160919081438.GD26906@krava> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160919081438.GD26906@krava> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > why don't you copy syms->alias into name and let the code below do the queue? Because it needs to queue two entries, not just a single one. -Andi