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 091bce67844c..1546b749a3a3 100644 --- a/tools/perf/util/scripting-engines/trace-event-python.c +++ b/tools/perf/util/scripting-engines/trace-event-python.c | |||
| @@ -1062,7 +1062,7 @@ static void set_table_handlers(struct tables *tables) | |||
| 1062 | tables->dbe.cpr = call_path_root__new(); | 1062 | tables->dbe.cpr = call_path_root__new(); |
| 1063 | 1063 | ||
| 1064 | if (!tables->dbe.cpr) | 1064 | if (!tables->dbe.cpr) |
| 1065 | Py_FatalError("failed to create calls processor"); | 1065 | Py_FatalError("failed to create call path root"); |
| 1066 | } | 1066 | } |
| 1067 | 1067 | ||
| 1068 | tables->db_export_mode = true; | 1068 | tables->db_export_mode = true; |
