commit | 32dcd021d004038ca12ac17319da5aa4756e9312 | [log] [tgz] |
---|---|---|
author | Jiri Olsa <[email protected]> | Sun Jul 21 13:23:51 2019 +0200 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Mon Jul 29 18:34:42 2019 -0300 |
tree | 8b7ddd4ff8daacea1ce31b56b9ef689317be1386 | |
parent | 9749b90e566ca1a235fc8e2118f99c5690969342 [diff] [blame] |
perf evsel: Rename struct perf_evsel to struct evsel Rename struct perf_evsel to struct evsel, so we don't have a name clash when we add struct perf_evsel in libperf. Committer notes: Added fixes for arm64, provided by Jiri. Signed-off-by: Jiri Olsa <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Alexey Budankov <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Michael Petlan <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
diff --git a/tools/perf/util/trace-event-scripting.c b/tools/perf/util/trace-event-scripting.c index ba58f69..dfd2640 100644 --- a/tools/perf/util/trace-event-scripting.c +++ b/tools/perf/util/trace-event-scripting.c
@@ -29,7 +29,7 @@ static int stop_script_unsupported(void) static void process_event_unsupported(union perf_event *event __maybe_unused, struct perf_sample *sample __maybe_unused, - struct perf_evsel *evsel __maybe_unused, + struct evsel *evsel __maybe_unused, struct addr_location *al __maybe_unused) { }