]> Git Repo - linux.git/commitdiff
perf stat: Remove duplicated include in builtin-stat.c
authorYang Li <[email protected]>
Thu, 4 Aug 2022 00:52:13 +0000 (08:52 +0800)
committerArnaldo Carvalho de Melo <[email protected]>
Fri, 12 Aug 2022 19:51:31 +0000 (16:51 -0300)
util/topdown.h is included twice in builtin-stat.c,
remove one of them.

Reported-by: Abaci Robot <[email protected]>
Signed-off-by: Yang Li <[email protected]>
Tested-by: Ian Rogers <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=1818
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/builtin-stat.c

index 0d9fec377071b45ea64b97df0fbc9f411b0850af..7fb81a44672d76e116b67207e1d80d69afafefcd 100644 (file)
@@ -71,7 +71,6 @@
 #include "util/bpf_counter.h"
 #include "util/iostat.h"
 #include "util/pmu-hybrid.h"
- #include "util/topdown.h"
 #include "asm/bug.h"
 
 #include <linux/time64.h>
This page took 0.055428 seconds and 4 git commands to generate.