diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2023-01-10 07:28:19 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2023-01-10 07:28:19 +0300 |
commit | 407da561244b9d51e6a794d6305ba38ec2c9d907 (patch) | |
tree | a9b8e399f85eb14f9591fc654ae2372281ffa729 /tools/perf/util/trace-event-scripting.c | |
parent | 144ff5e03d745a299a9aabe2a597da843cf1c430 (diff) | |
parent | b7bfaa761d760e72a969d116517eaa12e404c262 (diff) | |
download | linux-407da561244b9d51e6a794d6305ba38ec2c9d907.tar.xz |
Merge tag 'v6.2-rc3' into next
Merge with mainline to bring in timer_shutdown_sync() API.
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; |