projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0049f2
)
perf callchain: No need to include perf.h
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Tue, 22 Jan 2019 13:32:41 +0000
(11:32 -0200)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Fri, 25 Jan 2019 14:12:09 +0000
(15:12 +0100)
So ditch it.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link:
https://lkml.kernel.org/n/tip-bodhwdvcds9ahk26dy4w8m71@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/callchain.h
patch
|
blob
|
history
diff --git
a/tools/perf/util/callchain.h
b/tools/perf/util/callchain.h
index 99d38ac019b8980c38f8ab4d2f67e3f9df5ebe1a..8afe1622edf31e4f0733f12f9d18c6471fa05186 100644
(file)
--- a/
tools/perf/util/callchain.h
+++ b/
tools/perf/util/callchain.h
@@
-2,7
+2,6
@@
#ifndef __PERF_CALLCHAIN_H
#define __PERF_CALLCHAIN_H
-#include "../perf.h"
#include <linux/list.h>
#include <linux/rbtree.h>
#include "event.h"