diff options
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
| -rw-r--r-- | tools/perf/util/scripting-engines/trace-event-python.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/scripting-engines/trace-event-python.c b/tools/perf/util/scripting-engines/trace-event-python.c index aa9e1257c1ee..a8e825fca42a 100644 --- a/tools/perf/util/scripting-engines/trace-event-python.c +++ b/tools/perf/util/scripting-engines/trace-event-python.c | |||
| @@ -319,7 +319,7 @@ static PyObject *python_process_callchain(struct perf_sample *sample, | |||
| 319 | 319 | ||
| 320 | if (thread__resolve_callchain(al->thread, evsel, | 320 | if (thread__resolve_callchain(al->thread, evsel, |
| 321 | sample, NULL, NULL, | 321 | sample, NULL, NULL, |
| 322 | PERF_MAX_STACK_DEPTH) != 0) { | 322 | scripting_max_stack) != 0) { |
| 323 | pr_err("Failed to resolve callchain. Skipping\n"); | 323 | pr_err("Failed to resolve callchain. Skipping\n"); |
| 324 | goto exit; | 324 | goto exit; |
| 325 | } | 325 | } |
