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

/linux-master/tools/perf/
H A Dbuiltin-lock.c2235 unsigned int nr_callgraph_args = 0; local
2260 nr_callgraph_args = ARRAY_SIZE(callgraph_args);
2263 rec_argc = ARRAY_SIZE(record_args) + nr_callgraph_args + argc - 1;
2297 for (j = 0; j < nr_callgraph_args; j++, i++)

Completed in 124 milliseconds