mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-29 21:06:41 +07:00
perf tools: Debug.h needs to include event.h for event_t
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <peterz@infradead.org> LKML-Reference: <1258396365-29217-2-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
84fe8488ad
commit
8f41146aed
@ -2,6 +2,8 @@
|
||||
#ifndef __PERF_DEBUG_H
|
||||
#define __PERF_DEBUG_H
|
||||
|
||||
#include "event.h"
|
||||
|
||||
extern int verbose;
|
||||
extern int dump_trace;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user