mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-15 22:41:38 +00:00
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>
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
|
||||
#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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user