Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1291919

Re: [PATCH] perf record: Add record.build-id config option

Path csiph.com!au2pb.net!feeder.erje.net!2.eu.feeder.erje.net!nntpspool01.opticnetworks.net!aioe.org!bofh.it!news.nic.it!robomod
From Jiri Olsa <jolsa@redhat.com>
Newsgroups linux.kernel
Subject Re: [PATCH] perf record: Add record.build-id config option
Date Tue, 15 Dec 2015 09:20:01 +0100
Message-ID <qFSZX-1rd-3@gated-at.bofh.it> (permalink)
References <qFN4e-5Oz-25@gated-at.bofh.it>
X-Original-To Namhyung Kim <namhyung@kernel.org>
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
User-Agent Mutt/1.5.24 (2015-08-30)
X-Scanned-By MIMEDefang 2.68 on 10.5.11.23
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 24
Organization linux.* mail to news gateway
X-Original-Cc Arnaldo Carvalho de Melo <acme@kernel.org>, Ingo Molnar <mingo@kernel.org>, Peter Zijlstra <peterz@infradead.org>, LKML <linux-kernel@vger.kernel.org>, David Ahern <dsahern@gmail.com>, Taeung Song <treeze.taeung@gmail.com>
X-Original-Date Tue, 15 Dec 2015 09:16:02 +0100
X-Original-Message-ID <20151215081602.GA26506@krava.brq.redhat.com>
X-Original-References <1450144196-22957-1-git-send-email-namhyung@kernel.org>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1291919

Show key headers only | View raw


On Tue, Dec 15, 2015 at 10:49:56AM +0900, Namhyung Kim wrote:
> Post processing at perf record takes long time on big machines.  What it
> does is to find build-id of related binaries.  Sometimes we just want to
> skip the processing and get the result quickly.  Add a new config option
> to control this behavior.
> 
> The record.build-id config variable can have one of following:
> 
>  - cache: post-process data and save/update the binaries into the
>           build-id cache (in ~/.debug).  This is default.
>  - no-cache: post-process data but not update the build-id cache.
>              Same effect with using -N option.
>  - skip: skip post-processing and not update the cache.
>          Same effect with using -B option.

Acked-by: Jiri Olsa <jolsa@kernel.org>

thanks,
jirka
--
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/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] perf record: Add record.build-id config option Namhyung Kim <namhyung@kernel.org> - 2015-12-15 03:00 +0100
  Re: [PATCH] perf record: Add record.build-id config option Jiri Olsa <jolsa@redhat.com> - 2015-12-15 09:20 +0100
  Re: [PATCH] perf record: Add record.build-id config option Peter Zijlstra <peterz@infradead.org> - 2015-12-15 13:50 +0100
  Re: [PATCH] perf record: Add record.build-id config option Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-12-15 15:50 +0100
  [tip:perf/core] perf record: Add record.build-id config option tip-bot for Namhyung Kim <tipbot@zytor.com> - 2015-12-18 10:00 +0100

csiph-web