linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] perf tools: Add the empty-pmu-events build to .gitignore
@ 2024-11-06 12:12 Haiyue Wang
  2024-11-07 19:26 ` Namhyung Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Haiyue Wang @ 2024-11-06 12:12 UTC (permalink / raw)
  To: linux-perf-users
  Cc: Haiyue Wang, Ian Rogers, Peter Zijlstra, Ingo Molnar,
	Arnaldo Carvalho de Melo, Namhyung Kim, Mark Rutland,
	Alexander Shishkin, Jiri Olsa, Adrian Hunter, Liang, Kan,
	open list:PERFORMANCE EVENTS SUBSYSTEM

The commit 0fe881f10ceb ("perf jevents: Autogenerate empty-pmu-events.c")
build will generate two files, add them to .gitignore:

	tools/perf/pmu-events/empty-pmu-events.log
	tools/perf/pmu-events/test-empty-pmu-events.c

Signed-off-by: Haiyue Wang <haiyuewa@163.com>
Reviewed-by: Ian Rogers <irogers@google.com>
---
v2: Rebase the perf-tools-next.git on branch 'perf-tools-next'
---
 tools/perf/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore
index 19ce1cd56f8c..5aaf73df6700 100644
--- a/tools/perf/.gitignore
+++ b/tools/perf/.gitignore
@@ -39,6 +39,8 @@ trace/beauty/generated/
 pmu-events/pmu-events.c
 pmu-events/jevents
 pmu-events/metric_test.log
+pmu-events/empty-pmu-events.log
+pmu-events/test-empty-pmu-events.c
 *.shellcheck_log
 feature/
 libapi/
-- 
2.47.0


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

* Re: [PATCH v2] perf tools: Add the empty-pmu-events build to .gitignore
  2024-11-06 12:12 [PATCH v2] perf tools: Add the empty-pmu-events build to .gitignore Haiyue Wang
@ 2024-11-07 19:26 ` Namhyung Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Namhyung Kim @ 2024-11-07 19:26 UTC (permalink / raw)
  To: linux-perf-users, Haiyue Wang
  Cc: Ian Rogers, Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Adrian Hunter,
	Liang, Kan, linux-kernel

On Wed, 06 Nov 2024 20:12:14 +0800, Haiyue Wang wrote:

> The commit 0fe881f10ceb ("perf jevents: Autogenerate empty-pmu-events.c")
> build will generate two files, add them to .gitignore:
> 
> 	tools/perf/pmu-events/empty-pmu-events.log
> 	tools/perf/pmu-events/test-empty-pmu-events.c
> 
> 
> [...]

Applied to perf-tools-next, thanks!

Best regards,
Namhyung


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

end of thread, other threads:[~2024-11-07 19:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-06 12:12 [PATCH v2] perf tools: Add the empty-pmu-events build to .gitignore Haiyue Wang
2024-11-07 19:26 ` Namhyung Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).