]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - tools/perf/util/trace-event-scripting.c
perf evsel: Rename struct perf_evsel to struct evsel
[mirror_ubuntu-hirsute-kernel.git] / tools / perf / util / trace-event-scripting.c
index ba58f69777a1aad9b609316badd2c64ca117c57c..dfd2640c763a67092ac8081f9b030ef53916f815 100644 (file)
@@ -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)
 {
 }