X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=tools%2Fperf%2Futil%2Fscripting-engines%2Ftrace-event-python.c;h=db8f24341406168c34ddeb15e441eb30d54b4737;hb=6ea4b5dbe0c40bbafacdb78405a3bcbe88593ba1;hp=4e4aa4c97ac5959757d073cb592627e49b037ce7;hpb=57151b502cbc0fa6ff9074a76883fa9d9eda322e;p=linux-2.6-microblaze.git diff --git a/tools/perf/util/scripting-engines/trace-event-python.c b/tools/perf/util/scripting-engines/trace-event-python.c index 4e4aa4c97ac5..db8f24341406 100644 --- a/tools/perf/util/scripting-engines/trace-event-python.c +++ b/tools/perf/util/scripting-engines/trace-event-python.c @@ -1876,6 +1876,7 @@ static int python_generate_script(struct tep_handle *pevent, const char *outfile struct scripting_ops python_scripting_ops = { .name = "Python", + .dirname = "python", .start_script = python_start_script, .flush_script = python_flush_script, .stop_script = python_stop_script,