mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Swapnil Sapkal <swapnil.sapkal@amd.com>
To: Namhyung Kim <namhyung@kernel.org>
Cc: Ian Rogers <irogers@google.com>, <peterz@infradead.org>,
	<mingo@redhat.com>, <acme@kernel.org>, <james.clark@arm.com>,
	<ravi.bangoria@amd.com>, <yu.c.chen@intel.com>,
	<mark.rutland@arm.com>, <alexander.shishkin@linux.intel.com>,
	<jolsa@kernel.org>, <rostedt@goodmis.org>,
	<vincent.guittot@linaro.org>, <adrian.hunter@intel.com>,
	<kan.liang@linux.intel.com>, <gautham.shenoy@amd.com>,
	<kprateek.nayak@amd.com>, <juri.lelli@redhat.com>,
	<yangjihong@bytedance.com>, <void@manifault.com>, <tj@kernel.org>,
	<sshegde@linux.ibm.com>, <linux-kernel@vger.kernel.org>,
	<linux-perf-users@vger.kernel.org>, <santosh.shukla@amd.com>,
	<sandipan.das@amd.com>, Cristian Prundeanu <cpru@amazon.com>
Subject: Re: [PATCH v4 00/11] perf sched: Introduce stats tool
Date: Thu, 18 Dec 2025 15:16:40 +0530	[thread overview]
Message-ID: <c06e8773-ead7-4f1c-b4ac-9d0b0bba2ac0@amd.com> (raw)
In-Reply-To: <aULOMekyd9_IiJBt@google.com>

Hi Namhyung,

On 17-12-2025 21:07, Namhyung Kim wrote:
> Hello,
> 
> On Tue, Dec 16, 2025 at 03:39:21PM +0530, Swapnil Sapkal wrote:
>> Hi Ian,
>>
>> On 10-12-2025 02:33, Ian Rogers wrote:
>>> On Wed, Aug 27, 2025 at 9:43 PM Sapkal, Swapnil <swapnil.sapkal@amd.com> wrote:
>>>>
>>>> Hello all,
>>>>
>>>> Missed to add perf folks to the list. Adding them here. Sorry about that.
>>>
>>> Hi Swapnil,
>>>
>>> I was wondering if this patch series was active? The kernel test robot
>>> mentioned an issue.
>>
>> The series is active. I have fix for the kernel test robot issue. I will be
>> posting the next version in a week. I did not see any more review comments
>> on the series hopefully it will be the final version.
> 
> Sorry for the delay.  I'll try to review the series next week. ;-)
> 
No problems.

I will be taking off next week. I will incorporate your review comments 
after coming back and post the new series.

--
Thanks and Regards,
Swapnil

> Thanks,
> Namhyung
> 


      reply	other threads:[~2025-12-18  9:46 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-26  5:10 Swapnil Sapkal
2025-08-26  5:10 ` [PATCH v4 01/11] perf: Add print_separator to util Swapnil Sapkal
2025-08-26  5:10 ` [PATCH v4 02/11] tools/lib: Add list_is_first() Swapnil Sapkal
2025-08-26  5:10 ` [PATCH v4 03/11] perf header: Support CPU DOMAIN relation info Swapnil Sapkal
2025-08-26  5:10 ` [PATCH v4 04/11] perf sched stats: Add record and rawdump support Swapnil Sapkal
2025-08-26  5:10 ` [PATCH v4 05/11] perf sched stats: Add schedstat v16 support Swapnil Sapkal
2025-08-26  5:10 ` [PATCH v4 06/11] perf sched stats: Add schedstat v17 support Swapnil Sapkal
2025-08-26  5:10 ` [PATCH v4 07/11] perf sched stats: Add support for report subcommand Swapnil Sapkal
2025-08-26  5:10 ` [PATCH v4 08/11] perf sched stats: Add support for live mode Swapnil Sapkal
2025-08-26  5:10 ` [PATCH v4 09/11] perf sched stats: Add support for diff subcommand Swapnil Sapkal
2025-08-26  5:10 ` [PATCH v4 10/11] perf sched stats: Add basic perf sched stats test Swapnil Sapkal
2025-08-26  5:10 ` [PATCH v4 11/11] perf sched stats: Add details in man page Swapnil Sapkal
2025-08-28  4:43 ` [PATCH v4 00/11] perf sched: Introduce stats tool Sapkal, Swapnil
2025-12-09 21:03   ` Ian Rogers
2025-12-12  3:43     ` Ravi Bangoria
2025-12-12  5:11       ` Ian Rogers
2025-12-16 10:09     ` Swapnil Sapkal
2025-12-17 15:37       ` Namhyung Kim
2025-12-18  9:46         ` Swapnil Sapkal [this message]

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=c06e8773-ead7-4f1c-b4ac-9d0b0bba2ac0@amd.com \
    --to=swapnil.sapkal@amd.com \
    --cc=acme@kernel.org \
    --cc=adrian.hunter@intel.com \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=cpru@amazon.com \
    --cc=gautham.shenoy@amd.com \
    --cc=irogers@google.com \
    --cc=james.clark@arm.com \
    --cc=jolsa@kernel.org \
    --cc=juri.lelli@redhat.com \
    --cc=kan.liang@linux.intel.com \
    --cc=kprateek.nayak@amd.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mingo@redhat.com \
    --cc=namhyung@kernel.org \
    --cc=peterz@infradead.org \
    --cc=ravi.bangoria@amd.com \
    --cc=rostedt@goodmis.org \
    --cc=sandipan.das@amd.com \
    --cc=santosh.shukla@amd.com \
    --cc=sshegde@linux.ibm.com \
    --cc=tj@kernel.org \
    --cc=vincent.guittot@linaro.org \
    --cc=void@manifault.com \
    --cc=yangjihong@bytedance.com \
    --cc=yu.c.chen@intel.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

all inboxes | Powered by JetHome®