diff options
| author | Dmitry Torokhov <[email protected]> | 2023-02-21 19:19:49 +0000 |
|---|---|---|
| committer | Dmitry Torokhov <[email protected]> | 2023-02-21 19:19:49 +0000 |
| commit | 7ae9fb1b7ecbb5d85d07857943f677fd1a559b18 (patch) | |
| tree | dbdd35328f43569c38c4ce193cefd7d2b6b9fbfd /tools/perf/util/trace-event-scripting.c | |
| parent | Input: i8042 - add Clevo PCX0DX to i8042 quirk table (diff) | |
| parent | dt-bindings: input: iqs626a: Redefine trackpad property types (diff) | |
| download | kernel-7ae9fb1b7ecbb5d85d07857943f677fd1a559b18.tar.gz kernel-7ae9fb1b7ecbb5d85d07857943f677fd1a559b18.zip | |
Merge branch 'next' into for-linus
Prepare input updates for 6.3 merge window.
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
| -rw-r--r-- | tools/perf/util/trace-event-scripting.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/trace-event-scripting.c b/tools/perf/util/trace-event-scripting.c index 7172ca05265f..56175c53f9af 100644 --- a/tools/perf/util/trace-event-scripting.c +++ b/tools/perf/util/trace-event-scripting.c @@ -9,12 +9,13 @@ #include <stdlib.h> #include <string.h> #include <errno.h> +#include <traceevent/event-parse.h> #include "debug.h" #include "trace-event.h" -#include "event.h" #include "evsel.h" #include <linux/zalloc.h> +#include "util/sample.h" struct scripting_context *scripting_context; |
