aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/perf_regs.c
diff options
context:
space:
mode:
authorGravatar Arnaldo Carvalho de Melo <acme@redhat.com> 2022-10-26 17:24:27 -0300
committerGravatar Arnaldo Carvalho de Melo <acme@redhat.com> 2022-10-31 11:06:41 -0300
commit9823147da6c893d9295949e5ed982a8630deb6db (patch)
tree4bd9a6b2e03f9a0cb69a684187776b65c139dc5b /tools/perf/util/perf_regs.c
parentperf branch: Remove some needless headers, add a needed one (diff)
downloadlinux-9823147da6c893d9295949e5ed982a8630deb6db.tar.gz
linux-9823147da6c893d9295949e5ed982a8630deb6db.tar.bz2
linux-9823147da6c893d9295949e5ed982a8630deb6db.zip
perf tools: Move 'struct perf_sample' to a separate header file to disentangle headers
Some places were including event.h just to get 'struct perf_sample', move it to a separate place so that we speed up a bit the build. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/perf_regs.c')
-rw-r--r--tools/perf/util/perf_regs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/perf_regs.c b/tools/perf/util/perf_regs.c
index 872dd3d38782..57a567ee2cea 100644
--- a/tools/perf/util/perf_regs.c
+++ b/tools/perf/util/perf_regs.c
@@ -2,7 +2,7 @@
#include <errno.h>
#include <string.h>
#include "perf_regs.h"
-#include "event.h"
+#include "util/sample.h"
int __weak arch_sdt_arg_parse_op(char *old_op __maybe_unused,
char **new_op __maybe_unused)