Home
last modified time | relevance | path

Searched refs:max_blocks (Results 1 – 1 of 1) sorted by relevance

/tools/perf/
Dbuiltin-script.c86 static int max_blocks; variable
1246 if (max_blocks && nr > max_blocks + 1) in perf_sample__fprintf_brstackinsn()
1247 nr = max_blocks + 1; in perf_sample__fprintf_brstackinsn()
3981 OPT_INTEGER(0, "max-blocks", &max_blocks, in cmd_script()