Re: [PATCH] perf: allow specifying proc-map-timeout in config file

2018-12-05 Thread Arnaldo Carvalho de Melo
Em Wed, Dec 05, 2018 at 11:42:22AM +0900, Namhyung Kim escreveu: > On Tue, Dec 04, 2018 at 12:34:20PM -0800, Mark Drayton wrote: > > The default timeout of 500ms for parsing /proc//maps files is too > > short for profiling many of our services. This can be overridden by > > passing --proc-map-timeo

Re: [PATCH] perf: allow specifying proc-map-timeout in config file

2018-12-04 Thread Namhyung Kim
Hello, On Tue, Dec 04, 2018 at 12:34:20PM -0800, Mark Drayton wrote: > The default timeout of 500ms for parsing /proc//maps files is too > short for profiling many of our services. This can be overridden by > passing --proc-map-timeout to the relevant command but it'd be nice to > globally increas

Re: [PATCH] perf: allow specifying proc-map-timeout in config file

2018-12-04 Thread Song Liu
On Tue, Dec 4, 2018 at 12:36 PM Mark Drayton wrote: > > The default timeout of 500ms for parsing /proc//maps files is too > short for profiling many of our services. This can be overridden by > passing --proc-map-timeout to the relevant command but it'd be nice to > globally increase our default v

[PATCH] perf: allow specifying proc-map-timeout in config file

2018-12-04 Thread Mark Drayton
The default timeout of 500ms for parsing /proc//maps files is too short for profiling many of our services. This can be overridden by passing --proc-map-timeout to the relevant command but it'd be nice to globally increase our default value. This patch permits setting a different default with the c