|
@@ -1219,7 +1219,7 @@ static int python_generate_script(struct pevent *pevent, const char *outfile)
|
|
fprintf(ofp, "# be retrieved using Python functions of the form "
|
|
fprintf(ofp, "# be retrieved using Python functions of the form "
|
|
"common_*(context).\n");
|
|
"common_*(context).\n");
|
|
|
|
|
|
- fprintf(ofp, "# See the perf-trace-python Documentation for the list "
|
|
|
|
|
|
+ fprintf(ofp, "# See the perf-script-python Documentation for the list "
|
|
"of available functions.\n\n");
|
|
"of available functions.\n\n");
|
|
|
|
|
|
fprintf(ofp, "import os\n");
|
|
fprintf(ofp, "import os\n");
|