aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2019-10-04 09:06:41 -0700
committerTony Lindgren <tony@atomide.com>2019-10-04 09:06:41 -0700
commit1913c7f3fc2514e09262baf2267a82dfdb215c39 (patch)
tree1aaf6970e99c1f5535776f9fd9067f0d811b2532 /tools/perf/util/trace-event-scripting.c
parentARM: dts: am4372: Set memory bandwidth limit for DISPC (diff)
parentARM: omap2plus_defconfig: Fix selected panels after generic panel changes (diff)
downloadwireguard-linux-1913c7f3fc2514e09262baf2267a82dfdb215c39.tar.xz
wireguard-linux-1913c7f3fc2514e09262baf2267a82dfdb215c39.zip
Merge tag 'fix-missing-panels' into fixes
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
-rw-r--r--tools/perf/util/trace-event-scripting.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/util/trace-event-scripting.c b/tools/perf/util/trace-event-scripting.c
index ba58f69777a1..714581b0de65 100644
--- a/tools/perf/util/trace-event-scripting.c
+++ b/tools/perf/util/trace-event-scripting.c
@@ -10,7 +10,6 @@
#include <string.h>
#include <errno.h>
-#include "../perf.h"
#include "debug.h"
#include "trace-event.h"
#include <linux/zalloc.h>
@@ -29,7 +28,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)
{
}