* [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
* Re: [PATCH v1] perf tools: Add the legacy-cache.json to .gitignore
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
0 siblings, 1 reply; 3+ messages in thread
From: James Clark @ 2025-12-09 12:55 UTC (permalink / raw)
To: Haiyue Wang, linux-perf-users
Cc: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
Namhyung Kim, Mark Rutland, Alexander Shishkin, Jiri Olsa,
Ian Rogers, Adrian Hunter, open list:PERFORMANCE EVENTS SUBSYSTEM
On 08/12/2025 2:15 am, Haiyue Wang wrote:
> 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
Reviewed-by: James Clark <james.clark@linaro.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v1] perf tools: Add the legacy-cache.json to .gitignore
2025-12-09 12:55 ` James Clark
@ 2026-01-20 20:28 ` Arnaldo Carvalho de Melo
0 siblings, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2026-01-20 20:28 UTC (permalink / raw)
To: James Clark
Cc: Haiyue Wang, linux-perf-users, Peter Zijlstra, Ingo Molnar,
Namhyung Kim, Mark Rutland, Alexander Shishkin, Jiri Olsa,
Ian Rogers, Adrian Hunter, open list:PERFORMANCE EVENTS SUBSYSTEM
On Tue, Dec 09, 2025 at 12:55:45PM +0000, James Clark wrote:
>
>
> On 08/12/2025 2:15 am, Haiyue Wang wrote:
> > 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
>
> Reviewed-by: James Clark <james.clark@linaro.org>
Thanks, applied to perf-tools-next,
- Arnaldo
^ permalink raw reply [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.