On Tue, May 26, 2015 at 04:40:28PM +0900, Taeung Song wrote:
> Hi, linux-perf list
> 
> I have a question about the default value of report.queue-size.
> 
> I found 'struct report' and 'queue_size' which is a member variable of it in 
> builtin-report.c file.
> But when report.queue_size isn't customized by perf-config 
> 'report.queue-size',
> I don't know the default value of 'report.queue_size'.
> 
> What is the default value of 'report.queue-size' ?

0 - meaning no limit

it's used to initialize 'struct ordered_events::max_alloc_size' which
by default set to max u64

jirka
--
To unsubscribe from this list: send the line "unsubscribe linux-perf-users" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to