linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Removing unused macros in arch/powerpc/perf
@ 2025-04-26  3:55 Likhitha Korrapati
  2025-04-26  3:55 ` [PATCH 1/7] arch/powerpc/perf : Removing unused macros from power5+-pmu.c Likhitha Korrapati
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Likhitha Korrapati @ 2025-04-26  3:55 UTC (permalink / raw)
  To: maddy, linuxppc-dev
  Cc: mpe, npiggin, christophe.leroy, naveen, Likhitha Korrapati

The patch set below is work done to list all macros defined in c files
that are not in use anymore. Thereby categorising these macros as dead
macros. Use scripts to identify these macros along with
commit-ids. Patch set consists of patches targeting a file in
arch/powerpc/perf which has unused macros.

Likhitha Korrapati (7):
  arch/powerpc/perf : Removing unused macros from power5+-pmu.c
  arch/powerpc/perf : Removing unused macros from power5-pmu.c
  arch/powerpc/perf : Removing unused macros from ppc970-pmu.c
  arch/powerpc/perf : Removing unused macros from power7-pmu.c
  arch/powerpc/perf : Removing unused macros from power6-pmu.c
  arch/powerpc/perf : Removing unused macros from power8-pmu.c
  arch/powerpc/perf : Removing unused macros from power9-pmu.c

 arch/powerpc/perf/power5+-pmu.c | 16 ----------------
 arch/powerpc/perf/power5-pmu.c  | 16 ----------------
 arch/powerpc/perf/power6-pmu.c  |  2 --
 arch/powerpc/perf/power7-pmu.c  | 14 --------------
 arch/powerpc/perf/power8-pmu.c  |  2 --
 arch/powerpc/perf/power9-pmu.c  |  2 --
 arch/powerpc/perf/ppc970-pmu.c  | 14 --------------
 7 files changed, 66 deletions(-)

-- 
2.43.5



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

end of thread, other threads:[~2025-04-26  3:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-26  3:55 [PATCH 0/7] Removing unused macros in arch/powerpc/perf Likhitha Korrapati
2025-04-26  3:55 ` [PATCH 1/7] arch/powerpc/perf : Removing unused macros from power5+-pmu.c Likhitha Korrapati
2025-04-26  3:55 ` [PATCH 2/7] arch/powerpc/perf : Removing unused macros from power5-pmu.c Likhitha Korrapati
2025-04-26  3:55 ` [PATCH 3/7] arch/powerpc/perf : Removing unused macros from ppc970-pmu.c Likhitha Korrapati
2025-04-26  3:55 ` [PATCH 4/7] arch/powerpc/perf : Removing unused macros from power7-pmu.c Likhitha Korrapati
2025-04-26  3:55 ` [PATCH 5/7] arch/powerpc/perf : Removing unused macros from power6-pmu.c Likhitha Korrapati
2025-04-26  3:55 ` [PATCH 6/7] arch/powerpc/perf : Removing unused macros from power8-pmu.c Likhitha Korrapati
2025-04-26  3:55 ` [PATCH 7/7] arch/powerpc/perf : Removing unused macros from power9-pmu.c Likhitha Korrapati

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).