diff options
author | YueHaibing <yuehaibing@huawei.com> | 2020-09-15 10:15:41 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2020-09-17 20:48:49 +0200 |
commit | a803fbe61d973ca3d65d2892a62d5fcbe6d195ff (patch) | |
tree | 602d5842150a2251de5e701c1f27827103289792 /tools/perf | |
parent | perf tools: Add documentation for topdown metrics (diff) | |
download | linux-a803fbe61d973ca3d65d2892a62d5fcbe6d195ff.tar.xz linux-a803fbe61d973ca3d65d2892a62d5fcbe6d195ff.zip |
perf metric: Remove duplicate include
Remove duplicate header which is included twice.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lore.kernel.org/lkml/20200915081541.41004-1-yuehaibing@huawei.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/tests/parse-metric.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/tests/parse-metric.c b/tools/perf/tests/parse-metric.c index cd7331aac3bd..aea4f970fccc 100644 --- a/tools/perf/tests/parse-metric.c +++ b/tools/perf/tests/parse-metric.c @@ -11,8 +11,6 @@ #include "debug.h" #include "expr.h" #include "stat.h" -#include <perf/cpumap.h> -#include <perf/evlist.h> static struct pmu_event pme_test[] = { { |