Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751324AbbHQSVI (ORCPT ); Mon, 17 Aug 2015 14:21:08 -0400 Received: from one.firstfloor.org ([193.170.194.197]:49470 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751159AbbHQSVG (ORCPT ); Mon, 17 Aug 2015 14:21:06 -0400 Date: Mon, 17 Aug 2015 20:21:04 +0200 From: Andi Kleen To: Frederic Weisbecker Cc: Andi Kleen , LKML , perf group Subject: Re: Announcing simple-pt -- a simple Processor Trace implementation for Linux Message-ID: <20150817182104.GJ1747@two.firstfloor.org> References: <20150817043130.GI1747@two.firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Content-Length: 1371 Lines: 31 > > % sptdecode --sideband ptout.sideband --pt ptout.0 | less > > TIME DELTA INSNs OPERATION > > frequency 32 > > 0 [+0] [+ 1] _dl_aux_init+436 > > [+ 6] __libc_start_main+455 -> _dl_discover_osversion > > ... > > [+ 13] __libc_start_main+446 -> main > > [+ 9] main+22 -> f1 > > [+ 4] f1+9 -> f2 > > [+ 2] f1+19 -> f2 > > [+ 5] main+22 -> f1 > > [+ 4] f1+9 -> f2 > > [+ 2] f1+19 -> f2 > > [+ 5] main+22 -> f1 > > Nice. So I guess +x is the address offset. How hard would it be to > translate to file lines? Yes it's the address offset. Translating to lines wouldn't be too hard, just needs to be implemented with a dwarf reader. BTW the PT trace has all branches, just not the calls, but it's more difficult to display them all in a nice way. -Andi -- 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/