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/<pid>/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 core.proc-map-timeout config file parameter.
> > Signed-off-by: Mark Drayton <m...@fb.com> > Acked-by: Namhyung Kim <namhy...@kernel.org> Thanks, added both yours and Song's Acked-by, - Arnaldo