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

2015-12-15 Thread Arnaldo Carvalho de Melo
Em Tue, Dec 15, 2015 at 10:49:56AM +0900, Namhyung Kim escreveu: > 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 cont

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

2015-12-15 Thread Peter Zijlstra
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

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

2015-12-15 Thread Jiri Olsa
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

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

2015-12-14 Thread Namhyung Kim
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 f