Searched refs:nr_cblocks_max (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-record.c503 static int nr_cblocks_max = 4; variable
523 static int nr_cblocks_max = 0; variable
4248 if (rec->opts.nr_cblocks > nr_cblocks_max)
4249 rec->opts.nr_cblocks = nr_cblocks_max;

Completed in 267 milliseconds