1
0
Fork 0

perf tools: Remove needless perf.h include directive from headers

Its not needed there, add it to the places that need it and were getting
it via those headers.

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-5yulx1u16vyd0zmrbg1tjhju@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
alistair/sunxi64-5.4-dsi
Arnaldo Carvalho de Melo 2019-08-29 15:20:59 -03:00
parent f37110205c
commit c1a604dff4
21 changed files with 18 additions and 3 deletions

View File

@ -35,6 +35,7 @@
#include "thread.h"
#include "mem2node.h"
#include "symbol.h"
#include "../perf.h"
struct c2c_hists {
struct hists hists;

View File

@ -6,6 +6,7 @@
* DSOs and symbol information, sort them and produce a diff.
*/
#include "builtin.h"
#include "perf.h"
#include "util/debug.h"
#include "util/event.h"

View File

@ -42,6 +42,7 @@
#include "util/units.h"
#include "util/bpf-event.h"
#include "asm/bug.h"
#include "perf.h"
#include <errno.h>
#include <inttypes.h>

View File

@ -53,6 +53,7 @@
#include <perf/evlist.h>
#include "util/record.h"
#include "util/util.h"
#include "perf.h"
#include <linux/ctype.h>

View File

@ -41,6 +41,7 @@
*/
#include "builtin.h"
#include "perf.h"
#include "util/cgroup.h"
#include <subcmd/parse-options.h>
#include "util/parse-events.h"

View File

@ -51,6 +51,7 @@
#include "string2.h"
#include "syscalltbl.h"
#include "rb_resort.h"
#include "../perf.h"
#include <errno.h>
#include <inttypes.h>

View File

@ -8,6 +8,7 @@
* perf top, perf record, perf report, etc.) are started.
*/
#include "builtin.h"
#include "perf.h"
#include "util/env.h"
#include <subcmd/exec-cmd.h>

View File

@ -22,6 +22,7 @@
#include "../../util/top.h"
#include "../../util/thread.h"
#include "../../arch/common.h"
#include "../../perf.h"
#include "../browsers/hists.h"
#include "../helpline.h"

View File

@ -8,6 +8,7 @@
#include "time-utils.h"
#include "../util.h"
#include "../../util/util.h"
#include "../../perf.h"
#include <linux/time64.h>
#include <linux/zalloc.h>

View File

@ -1,5 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
#include "../../builtin.h"
#include "../../perf.h"
#include "../../util/sort.h"
#include "../../util/util.h"
#include "../../util/hist.h"

View File

@ -9,6 +9,7 @@
#include "../util/sort.h"
#include "../util/evsel.h"
#include "../util/evlist.h"
#include "../perf.h"
/* hist period print (hpp) functions */

View File

@ -11,6 +11,7 @@
#include "../../util/cache.h"
#include "../../util/debug.h"
#include "../../util/util.h"
#include "../../perf.h"
#include "../browser.h"
#include "../helpline.h"
#include "../ui.h"

View File

@ -17,7 +17,6 @@
#include <asm/bitsperlong.h>
#include <asm/barrier.h>
#include "../perf.h"
#include "event.h"
#include "session.h"
#include "debug.h"

View File

@ -28,6 +28,7 @@
#include "callchain.h"
#include "branch.h"
#include "symbol.h"
#include "../perf.h"
#define CALLCHAIN_PARAM_DEFAULT \
.mode = CHAIN_GRAPH_ABS, \

View File

@ -30,6 +30,7 @@
#include "stat.h"
#include "session.h"
#include "bpf-event.h"
#include "../perf.h"
#define DEFAULT_PROC_MAP_PARSE_TIMEOUT 500

View File

@ -9,7 +9,6 @@
#include <linux/perf_event.h>
#include <perf/event.h>
#include "../perf.h"
#include "build-id.h"
#include "perf_regs.h"

View File

@ -17,6 +17,7 @@
#include "debug.h"
#include "units.h"
#include "util.h"
#include "../perf.h"
#include "asm/bug.h"
#include "bpf-event.h"
#include <signal.h>

View File

@ -9,7 +9,6 @@
#include <api/fd/array.h>
#include <stdio.h>
#include <internal/evlist.h>
#include "../perf.h"
#include "event.h"
#include "evsel.h"
#include "mmap.h"

View File

@ -16,6 +16,7 @@
#include "debug.h"
#include "event.h"
#include "mmap.h"
#include "../perf.h"
#include "util.h" /* page_size */
size_t perf_mmap__mmap_len(struct perf_mmap *map)

View File

@ -29,6 +29,7 @@
#include "sample-raw.h"
#include "stat.h"
#include "util.h"
#include "../perf.h"
#include "arch/common.h"
#ifdef HAVE_ZSTD_SUPPORT

View File

@ -12,6 +12,7 @@
#include "parse-events.h"
#include "symbol.h"
#include "top.h"
#include "../perf.h"
#include <inttypes.h>
#define SNPRINTF(buf, size, fmt, args...) \