diff options
author | Tony Lindgren <tony@atomide.com> | 2018-08-28 12:58:03 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-08-28 12:58:03 -0400 |
commit | ea4d65f14f6aaa53e379b93c5544245ef081b3e7 (patch) | |
tree | a15485f4f1cf547a52b31fa8e16e14b9579b7200 /tools/perf/util/trace-event-scripting.c | |
parent | ce32d59ee2cd036f6e8a6ed17a06a0b0bec5c67c (diff) | |
parent | 496f3347d834aec91c38b45d6249ed00f58ad233 (diff) |
Merge branch 'perm-fix' into omap-for-v4.19/fixes-v2
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
-rw-r--r-- | tools/perf/util/trace-event-scripting.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/trace-event-scripting.c b/tools/perf/util/trace-event-scripting.c index b1e5c3a2b8e3..b749f812ac70 100644 --- a/tools/perf/util/trace-event-scripting.c +++ b/tools/perf/util/trace-event-scripting.c | |||
@@ -66,7 +66,7 @@ static int python_start_script_unsupported(const char *script __maybe_unused, | |||
66 | return -1; | 66 | return -1; |
67 | } | 67 | } |
68 | 68 | ||
69 | static int python_generate_script_unsupported(struct pevent *pevent | 69 | static int python_generate_script_unsupported(struct tep_handle *pevent |
70 | __maybe_unused, | 70 | __maybe_unused, |
71 | const char *outfile | 71 | const char *outfile |
72 | __maybe_unused) | 72 | __maybe_unused) |
@@ -130,7 +130,7 @@ static int perl_start_script_unsupported(const char *script __maybe_unused, | |||
130 | return -1; | 130 | return -1; |
131 | } | 131 | } |
132 | 132 | ||
133 | static int perl_generate_script_unsupported(struct pevent *pevent | 133 | static int perl_generate_script_unsupported(struct tep_handle *pevent |
134 | __maybe_unused, | 134 | __maybe_unused, |
135 | const char *outfile __maybe_unused) | 135 | const char *outfile __maybe_unused) |
136 | { | 136 | { |