Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/
Dbuiltin-lock.c2178 unsigned int nr_callgraph_args = 0; in __cmd_record() local
2203 nr_callgraph_args = ARRAY_SIZE(callgraph_args); in __cmd_record()
2206 rec_argc = ARRAY_SIZE(record_args) + nr_callgraph_args + argc - 1; in __cmd_record()
2238 for (j = 0; j < nr_callgraph_args; j++, i++) in __cmd_record()