public inbox for linux-perf-users@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf intel-tpebs: Remove duplicate include of stat.h
@ 2026-03-18  3:49 Chen Ni
  2026-03-18 17:33 ` Ian Rogers
  2026-03-19 17:24 ` Namhyung Kim
  0 siblings, 2 replies; 6+ messages in thread
From: Chen Ni @ 2026-03-18  3:49 UTC (permalink / raw)
  To: linux-perf-users
  Cc: peterz, mingo, acme, namhyung, mark.rutland, alexander.shishkin,
	jolsa, irogers, adrian.hunter, james.clark, Chen Ni

Remove duplicate inclusion of stat.h in intel-tpebs.c to clean up
redundant code.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
---
 tools/perf/util/intel-tpebs.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/perf/util/intel-tpebs.c b/tools/perf/util/intel-tpebs.c
index 3c958d738ca6..2af5455488b2 100644
--- a/tools/perf/util/intel-tpebs.c
+++ b/tools/perf/util/intel-tpebs.c
@@ -22,7 +22,6 @@
 #include "tool.h"
 #include "cpumap.h"
 #include "metricgroup.h"
-#include "stat.h"
 #include <sys/stat.h>
 #include <sys/file.h>
 #include <errno.h>
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-03-19 17:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-18  3:49 [PATCH] perf intel-tpebs: Remove duplicate include of stat.h Chen Ni
2026-03-18 17:33 ` Ian Rogers
2026-03-18 18:34   ` Namhyung Kim
2026-03-18 18:57     ` Arnaldo Carvalho de Melo
2026-03-18 20:40       ` Ian Rogers
2026-03-19 17:24 ` Namhyung Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox