[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20151215124415.GE6357@twins.programming.kicks-ass.net>
Date: Tue, 15 Dec 2015 13:44:15 +0100
From: Peter Zijlstra <peterz@...radead.org>
To: Namhyung Kim <namhyung@...nel.org>
Cc: Arnaldo Carvalho de Melo <acme@...nel.org>,
Ingo Molnar <mingo@...nel.org>, Jiri Olsa <jolsa@...hat.com>,
LKML <linux-kernel@...r.kernel.org>,
David Ahern <dsahern@...il.com>,
Taeung Song <treeze.taeung@...il.com>
Subject: Re: [PATCH] perf record: Add record.build-id config option
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.
>
> Reported-by: Peter Zijlstra <peterz@...radead.org>
Nice!
Acked-by: Peter Zijlstra (Intel) <peterz@...radead.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists