public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Namhyung Kim <namhyung@kernel.org>
To: Ian Rogers <irogers@google.com>
Cc: Peter Zijlstra <peterz@infradead.org>,
	Ingo Molnar <mingo@redhat.com>,
	Arnaldo Carvalho de Melo <acme@kernel.org>,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>,
	Jiri Olsa <jolsa@kernel.org>,
	Adrian Hunter <adrian.hunter@intel.com>,
	James Clark <james.clark@linaro.org>,
	Eric Biggers <ebiggers@kernel.org>,
	Palmer Dabbelt <palmer@dabbelt.com>,
	Stephen Brennan <stephen.s.brennan@oracle.com>,
	Haibo Xu <haibo1.xu@intel.com>,
	linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org
Subject: Re: [PATCH v1 0/5] perf tool: Minor code clean ups
Date: Fri, 13 Mar 2026 14:26:10 -0700	[thread overview]
Message-ID: <abSA8h6GoTW_CD0g@google.com> (raw)
In-Reply-To: <CAP-5=fWUk4pwHpgSQbrCuXKDu_wZDjmLd6kbtQ9zqCkNdJZGmw@mail.gmail.com>

On Thu, Mar 12, 2026 at 01:40:53PM -0700, Ian Rogers wrote:
> On Sat, Feb 7, 2026 at 12:24 AM Ian Rogers <irogers@google.com> wrote:
> >
> > Remove some unused functions, files, etc. Reduce scope of variables
> > and functions. Constify arrays in perf.c.
> >
> > Ian Rogers (5):
> >   perf symbol: Reduce scope of elf__needs_adjust_symbols
> >   perf dump-insn: Remove dump-insn.c
> >   perf tool: Constify the command and option arrays
> >   perf bpf_map: Remove unused code
> >   perf record: Remove unused cpu-set-sched.h
 
Sorry for the delay.  Looks fine to me.

I'll test and process them soon.

Thanks,
Namhyung


> >  tools/perf/builtin-record.c     |  1 -
> >  tools/perf/builtin-trace.c      |  1 -
> >  tools/perf/perf.c               | 12 +++---
> >  tools/perf/util/Build           |  2 -
> >  tools/perf/util/bpf_map.c       | 70 ---------------------------------
> >  tools/perf/util/bpf_map.h       | 23 -----------
> >  tools/perf/util/cpu-set-sched.h | 50 -----------------------
> >  tools/perf/util/dump-insn.c     | 23 -----------
> >  tools/perf/util/symbol-elf.c    |  8 ++--
> >  tools/perf/util/symbol.h        |  1 -
> >  10 files changed, 10 insertions(+), 181 deletions(-)
> >  delete mode 100644 tools/perf/util/bpf_map.c
> >  delete mode 100644 tools/perf/util/bpf_map.h
> >  delete mode 100644 tools/perf/util/cpu-set-sched.h
> >  delete mode 100644 tools/perf/util/dump-insn.c
> >
> > --
> > 2.53.0.239.g8d8fc8a987-goog
> >

  reply	other threads:[~2026-03-13 21:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-07  8:24 [PATCH v1 0/5] perf tool: Minor code clean ups Ian Rogers
2026-02-07  8:24 ` [PATCH v1 1/5] perf symbol: Reduce scope of elf__needs_adjust_symbols Ian Rogers
2026-02-07  8:24 ` [PATCH v1 2/5] perf dump-insn: Remove dump-insn.c Ian Rogers
2026-02-07  8:24 ` [PATCH v1 3/5] perf tool: Constify the command and option arrays Ian Rogers
2026-02-07  8:24 ` [PATCH v1 4/5] perf bpf_map: Remove unused code Ian Rogers
2026-02-07  8:24 ` [PATCH v1 5/5] perf record: Remove unused cpu-set-sched.h Ian Rogers
2026-03-12 20:40 ` [PATCH v1 0/5] perf tool: Minor code clean ups Ian Rogers
2026-03-13 21:26   ` Namhyung Kim [this message]
2026-03-14 17:42     ` Namhyung Kim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=abSA8h6GoTW_CD0g@google.com \
    --to=namhyung@kernel.org \
    --cc=acme@kernel.org \
    --cc=adrian.hunter@intel.com \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=ebiggers@kernel.org \
    --cc=haibo1.xu@intel.com \
    --cc=irogers@google.com \
    --cc=james.clark@linaro.org \
    --cc=jolsa@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=palmer@dabbelt.com \
    --cc=peterz@infradead.org \
    --cc=stephen.s.brennan@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox