All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] perf tools: Add the legacy-cache.json to .gitignore
@ 2025-12-08  2:15 Haiyue Wang
  2025-12-09 12:55 ` James Clark
  0 siblings, 1 reply; 3+ messages in thread
From: Haiyue Wang @ 2025-12-08  2:15 UTC (permalink / raw)
  To: linux-perf-users
  Cc: Haiyue Wang, Peter Zijlstra, Ingo Molnar,
	Arnaldo Carvalho de Melo, Namhyung Kim, Mark Rutland,
	Alexander Shishkin, Jiri Olsa, Ian Rogers, Adrian Hunter,
	James Clark, open list:PERFORMANCE EVENTS SUBSYSTEM

The commit 0012e0fa221b ("perf jevents: Add legacy-hardware and legacy-cache json")
will auto-generate: "pmu-events/arch/common/common/legacy-cache.json".

Signed-off-by: Haiyue Wang <haiyuewa@163.com>
---
 tools/perf/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore
index b64302a76144..5c59f954f52a 100644
--- a/tools/perf/.gitignore
+++ b/tools/perf/.gitignore
@@ -36,6 +36,7 @@ config.mak.autogen
 util/intel-pt-decoder/inat-tables.c
 arch/*/include/generated/
 trace/beauty/generated/
+pmu-events/arch/common/common/legacy-cache.json
 pmu-events/pmu-events.c
 pmu-events/jevents
 pmu-events/metric_test.log
-- 
2.52.0


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

end of thread, other threads:[~2026-01-20 20:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-08  2:15 [PATCH v1] perf tools: Add the legacy-cache.json to .gitignore Haiyue Wang
2025-12-09 12:55 ` James Clark
2026-01-20 20:28   ` Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.