Home
last modified time | relevance | path

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

/tools/perf/util/
Dtrace-event.h87 extern unsigned int scripting_max_stack;
/tools/perf/
Dbuiltin-script.c45 unsigned int scripting_max_stack = PERF_MAX_STACK_DEPTH; variable
645 sample, NULL, NULL, scripting_max_stack) == 0) in print_sample_bts()
897 sample, NULL, NULL, scripting_max_stack) == 0) in process_event()
2139 OPT_UINTEGER(0, "max-stack", &scripting_max_stack, in cmd_script()
2202 itrace_synth_opts.callchain_sz > scripting_max_stack) in cmd_script()
2203 scripting_max_stack = itrace_synth_opts.callchain_sz; in cmd_script()
/tools/perf/util/scripting-engines/
Dtrace-event-perl.c268 sample, NULL, NULL, scripting_max_stack) != 0) { in perl_process_callchain()
Dtrace-event-python.c330 scripting_max_stack) != 0) { in python_process_callchain()