Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-record.c401 static int nr_cblocks_max = 4; variable
421 static int nr_cblocks_max = 0; variable
2824 if (rec->opts.nr_cblocks > nr_cblocks_max) in cmd_record()
2825 rec->opts.nr_cblocks = nr_cblocks_max; in cmd_record()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-record.c499 static int nr_cblocks_max = 4; variable
519 static int nr_cblocks_max = 0; variable
4183 if (rec->opts.nr_cblocks > nr_cblocks_max) in cmd_record()
4184 rec->opts.nr_cblocks = nr_cblocks_max; in cmd_record()

Completed in 9 milliseconds