From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964792Ab3CZOk3 (ORCPT ); Tue, 26 Mar 2013 10:40:29 -0400 Received: from mail-ea0-f175.google.com ([209.85.215.175]:51250 "EHLO mail-ea0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933438Ab3CZOk2 (ORCPT ); Tue, 26 Mar 2013 10:40:28 -0400 Date: Tue, 26 Mar 2013 15:40:23 +0100 From: Ingo Molnar To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , Peter Zijlstra , Paul Mackerras , Namhyung Kim , LKML Subject: Re: [PATCH 1/3] perf sort: Add 'addr' sort key Message-ID: <20130326144023.GA1621@gmail.com> References: <1364299918-31175-1-git-send-email-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1364299918-31175-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 * Namhyung Kim wrote: > From: Namhyung Kim > > New addr sort key provides a way to sort the entries by the symbol > addresses. No objections from me - just wondering about the motivation: why would we want to sort by symbol address? Perhaps to see the overhead layout/distribution within a DSO, to better cache-pack hot functions by placing them next to each other? Putting a short usecase into the changelog (or even better, the documentation) would be nice. Thanks, Ingo