forked from Minki/linux
perf evlist: Remove needless util.h from evlist.h
There is no need for that util/util.h include there and, remove it, pruning the include tree, fix the fallout by adding necessary headers to places that were getting needed includes indirectly from evlist.h -> util.h. 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-s9f7uve8wvykr5itcm7m7d8q@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
efa73d37c1
commit
2da39f1cc3
@ -22,6 +22,7 @@
|
||||
#include "../../util/tsc.h"
|
||||
#include "../../util/auxtrace.h"
|
||||
#include "../../util/intel-bts.h"
|
||||
#include "../../util/util.h"
|
||||
|
||||
#define KiB(x) ((x) * 1024)
|
||||
#define MiB(x) ((x) * 1024 * 1024)
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include "../../util/record.h"
|
||||
#include "../../util/target.h"
|
||||
#include "../../util/tsc.h"
|
||||
#include "../../util/util.h"
|
||||
#include "../../util/intel-pt.h"
|
||||
|
||||
#define KiB(x) ((x) * 1024)
|
||||
|
@ -44,6 +44,7 @@
|
||||
#include "util/auxtrace.h"
|
||||
#include "util/units.h"
|
||||
#include "util/branch.h"
|
||||
#include "util/util.h"
|
||||
|
||||
#include <dlfcn.h>
|
||||
#include <errno.h>
|
||||
|
@ -52,6 +52,7 @@
|
||||
#include <subcmd/pager.h>
|
||||
#include <perf/evlist.h>
|
||||
#include "util/record.h"
|
||||
#include "util/util.h"
|
||||
|
||||
#include <linux/ctype.h>
|
||||
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include "util/thread.h"
|
||||
#include "util/thread_map.h"
|
||||
#include "util/top.h"
|
||||
#include "util/util.h"
|
||||
#include <linux/rbtree.h>
|
||||
#include <subcmd/parse-options.h>
|
||||
#include "util/parse-events.h"
|
||||
|
@ -41,6 +41,7 @@
|
||||
#include "util/intlist.h"
|
||||
#include "util/thread_map.h"
|
||||
#include "util/stat.h"
|
||||
#include "util/util.h"
|
||||
#include "trace/beauty/beauty.h"
|
||||
#include "trace-event.h"
|
||||
#include "util/parse-events.h"
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include "debug.h"
|
||||
#include "probe-file.h"
|
||||
#include "build-id.h"
|
||||
#include "util.h"
|
||||
|
||||
/* To test SDT event, we need libelf support to scan elf binary */
|
||||
#if defined(HAVE_SDT_EVENT) && defined(HAVE_LIBELF_SUPPORT)
|
||||
|
@ -50,6 +50,7 @@
|
||||
#include "intel-bts.h"
|
||||
#include "arm-spe.h"
|
||||
#include "s390-cpumsf.h"
|
||||
#include "util.h"
|
||||
|
||||
#include <linux/ctype.h>
|
||||
#include "symbol/kallsyms.h"
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include "evsel.h"
|
||||
#include "debug.h"
|
||||
#include "units.h"
|
||||
#include "util.h"
|
||||
#include "asm/bug.h"
|
||||
#include "bpf-event.h"
|
||||
#include <signal.h>
|
||||
|
@ -13,7 +13,6 @@
|
||||
#include "event.h"
|
||||
#include "evsel.h"
|
||||
#include "mmap.h"
|
||||
#include "util.h"
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
@ -40,6 +40,7 @@
|
||||
#include "stat.h"
|
||||
#include "string2.h"
|
||||
#include "memswap.h"
|
||||
#include "util.h"
|
||||
#include "util/parse-branch-options.h"
|
||||
#include <internal/xyarray.h>
|
||||
|
||||
|
@ -42,6 +42,7 @@
|
||||
#include "tool.h"
|
||||
#include "time-utils.h"
|
||||
#include "units.h"
|
||||
#include "util.h"
|
||||
#include "cputopo.h"
|
||||
#include "bpf-event.h"
|
||||
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include "thread-stack.h"
|
||||
#include "sample-raw.h"
|
||||
#include "stat.h"
|
||||
#include "util.h"
|
||||
#include "arch/common.h"
|
||||
|
||||
#ifdef HAVE_ZSTD_SUPPORT
|
||||
|
Loading…
Reference in New Issue
Block a user