Re: [PATCH 14/17] perf tools: Add report.queue-size config file option

2014-06-15 Thread Jiri Olsa
On Fri, Jun 13, 2014 at 09:08:58PM +0900, Namhyung Kim wrote: > 2014-06-13 (금), 00:08 +0200, Jiri Olsa: > > Adding report.queue-size config file option to setup > > the maximum allocation size for session's struct > > ordered_events_queue object. > > Only a config option without a command line swi

Re: [PATCH 14/17] perf tools: Add report.queue-size config file option

2014-06-13 Thread Namhyung Kim
2014-06-13 (금), 00:08 +0200, Jiri Olsa: > Adding report.queue-size config file option to setup > the maximum allocation size for session's struct > ordered_events_queue object. Only a config option without a command line switch? Thanks, Namhyung -- To unsubscribe from this list: send the line

[PATCH 14/17] perf tools: Add report.queue-size config file option

2014-06-12 Thread Jiri Olsa
Adding report.queue-size config file option to setup the maximum allocation size for session's struct ordered_events_queue object. Cc: Arnaldo Carvalho de Melo Cc: Corey Ashford Cc: David Ahern Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Jean Pihet Cc: Namhyung Kim Cc: Paul Mackerras Cc: P