linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] perf: Deadcode - the P's
@ 2025-03-05  2:31 linux
  2025-03-05  2:31 ` [PATCH 1/6] perf core: Remove perf_event_attrs and perf_event_refresh linux
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: linux @ 2025-03-05  2:31 UTC (permalink / raw)
  To: irogers, mark.rutland, alexander.shishkin, jolsa, adrian.hunter,
	kan.liang, namhyung
  Cc: peterz, mingo, acme, linux-perf-users, linux-kernel,
	Dr. David Alan Gilbert

From: "Dr. David Alan Gilbert" <linux@treblig.org>

Hi,
  This is another set of perf deadcode, this is my set
all starting with 'p'.  It was built on top of 
perf-tools-next as of a few days ago (7788ad59d1d9).

Dave

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>



Dr. David Alan Gilbert (6):
  perf core: Remove perf_event_attrs and perf_event_refresh
  perf util: Remove unused perf_color_default_config
  perf util: Remove unused pstack__pop
  perf util: Remove unused perf_data__update_dir
  perf util: Remove unused perf_pmus__default_pmu_name
  perf util: Remove unused perf_config__refresh

 include/linux/perf_event.h     | 10 ----------
 kernel/events/core.c           | 24 ------------------------
 tools/perf/util/color.h        |  5 -----
 tools/perf/util/color_config.c | 11 -----------
 tools/perf/util/config.c       |  6 ------
 tools/perf/util/config.h       |  1 -
 tools/perf/util/data.c         | 20 --------------------
 tools/perf/util/data.h         |  1 -
 tools/perf/util/pmus.c         | 29 -----------------------------
 tools/perf/util/pmus.h         |  1 -
 tools/perf/util/pstack.c       | 14 --------------
 tools/perf/util/pstack.h       |  1 -
 12 files changed, 123 deletions(-)

-- 
2.48.1


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

end of thread, other threads:[~2025-03-11 16:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-05  2:31 [PATCH 0/6] perf: Deadcode - the P's linux
2025-03-05  2:31 ` [PATCH 1/6] perf core: Remove perf_event_attrs and perf_event_refresh linux
2025-03-05  2:31 ` [PATCH 2/6] perf util: Remove unused perf_color_default_config linux
2025-03-05  2:31 ` [PATCH 3/6] perf util: Remove unused pstack__pop linux
2025-03-05  2:31 ` [PATCH 4/6] perf util: Remove unused perf_data__update_dir linux
2025-03-05  2:31 ` [PATCH 5/6] perf util: Remove unused perf_pmus__default_pmu_name linux
2025-03-05  2:31 ` [PATCH 6/6] perf util: Remove unused perf_config__refresh linux
2025-03-06  7:17 ` [PATCH 0/6] perf: Deadcode - the P's Ian Rogers
2025-03-06 13:13   ` Dr. David Alan Gilbert
2025-03-11 16:11 ` (subset) " 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).