From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754765AbdKBMQh (ORCPT ); Thu, 2 Nov 2017 08:16:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56886 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751324AbdKBMQf (ORCPT ); Thu, 2 Nov 2017 08:16:35 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 42AEDC0467FC Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=jolsa@redhat.com Date: Thu, 2 Nov 2017 13:16:32 +0100 From: Jiri Olsa To: Jiri Olsa Cc: Arnaldo Carvalho de Melo , lkml , Ingo Molnar , Namhyung Kim , David Ahern , Peter Zijlstra , Andi Kleen Subject: Re: [PATCH 00/35] perf annotate: Use generic annotation line Message-ID: <20171102121632.GA2345@krava> References: <20171011150158.11895-1-jolsa@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171011150158.11895-1-jolsa@kernel.org> User-Agent: Mutt/1.9.1 (2017-09-22) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Thu, 02 Nov 2017 12:16:35 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 11, 2017 at 05:01:23PM +0200, Jiri Olsa wrote: > hi, > I'm working on script profiling support and came up > with some generic annotation code changes, which IMO > make the code simpler and more generic. > > The main idea of this patchset is to have generic > struct (annotation_line), which holds the common > profile data. Having this we can easily add new > types, like script annotation support. Currently > there's disasm_line support only. > > It's also available at: > git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git perf/annotate updated with last perf/core and pushed out jirka