linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Athira Rajeev <atrajeev@linux.ibm.com>
To: Arnaldo Carvalho de Melo <arnaldo.melo@gmail.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>,
	Ian Rogers <irogers@google.com>,
	Namhyung Kim <namhyung@kernel.org>,
	Arnaldo Carvalho de Melo <acme@kernel.org>,
	Jiri Olsa <jolsa@kernel.org>,
	Madhavan Srinivasan <maddy@linux.ibm.com>,
	"open list:PERFORMANCE EVENTS SUBSYSTEM"
	<linux-perf-users@vger.kernel.org>,
	linuxppc-dev <linuxppc-dev@lists.ozlabs.org>,
	Aboorva Devarajan <aboorvad@linux.ibm.com>,
	Shrikanth Hegde <sshegde@linux.ibm.com>,
	hbathini@linux.vnet.ibm.com,
	Aditya Bodkhe <Aditya.Bodkhe1@ibm.com>,
	Venkat Rao Bagalkote <venkat88@linux.ibm.com>,
	Tejas Manhas <Tejas.Manhas1@ibm.com>
Subject: Re: [PATCH V3 0/6] perf/tools: Add interface to expose vpa dtl
Date: Fri, 26 Sep 2025 10:23:56 +0530	[thread overview]
Message-ID: <AB498516-CA5D-428C-B6FC-CC46A43E39AA@linux.ibm.com> (raw)
In-Reply-To: <7EE7DD5B-6550-436B-A799-2B1DF293121E@gmail.com>



> On 25 Sep 2025, at 9:57 PM, Arnaldo Carvalho de Melo <arnaldo.melo@gmail.com> wrote:
> 
> 
> 
> On September 25, 2025 6:21:19 PM GMT+02:00, Athira Rajeev <atrajeev@linux.ibm.com> wrote:
>> 
>> 
>>> On 17 Sep 2025, at 11:28 AM, Adrian Hunter <adrian.hunter@intel.com> wrote:
>>> 
>>> On 16/09/2025 08:25, Athira Rajeev wrote:
>>>> The pseries Shared Processor Logical Partition(SPLPAR) machines can
>>>> retrieve a log of dispatch and preempt events from the hypervisor
>>>> using data from Disptach Trace Log(DTL) buffer. With this information,
>>>> user can retrieve when and why each dispatch & preempt has occurred.
>>>> The vpa-dtl PMU exposes the Virtual Processor Area(VPA) DTL counters
>>>> via perf.
>>>> 
>>>> - Patch 1 to 6 is perf tools side code changes to enable perf
>>>> report/script on perf.data file
>>> 
>>> For all patches 1 to 6:
>>> 
>>> Reviewed-by: Adrian Hunter <adrian.hunter@intel.com>
>> 
>> Hi All,
>> 
>> Looking for further comments if any on this patchset.
>> The kernel side patches for this feature which was sent as separate series is pulled to powerpc tree by Maddy
>> 
>> If the tools side changes looks good, can we have this merged to perf tools tree ?
> 
> 
> Sure, I'll look at it soon now that the kernel part is merged.
> 
> - Arnaldo
Sure, thanks Arnaldo 

Athira
>> 
>> Thanks
>> Athira
>> 
>>> 
>> 
> 
> - Arnaldo



  reply	other threads:[~2025-09-26  4:54 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-16  5:25 [PATCH V3 0/6] perf/tools: Add interface to expose vpa dtl Athira Rajeev
2025-09-16  5:25 ` [PATCH V3 1/6] tools/perf: Add basic CONFIG_AUXTRACE support for VPA pmu on powerpc Athira Rajeev
2025-09-16  5:25 ` [PATCH V3 2/6] tools/perf: process auxtrace events and display in perf report -D Athira Rajeev
2025-09-16  5:25 ` [PATCH V3 3/6] tools/perf: Add event name as vpa-dtl of PERF_TYPE_SYNTH type to present DTL samples Athira Rajeev
2025-09-16  5:25 ` [PATCH V3 4/6] tools/perf: Allocate and setup aux buffer queue to help co-relate with other events across CPU's Athira Rajeev
2025-09-16  5:25 ` [PATCH V3 5/6] tools/perf: Process the DTL entries in queue and deliver samples Athira Rajeev
2025-09-16  5:25 ` [PATCH V3 6/6] tools/perf: Enable perf script to present the DTL entries Athira Rajeev
2025-09-17  5:58 ` [PATCH V3 0/6] perf/tools: Add interface to expose vpa dtl Adrian Hunter
2025-09-18  6:29   ` Athira Rajeev
2025-09-25 16:21   ` Athira Rajeev
2025-09-25 16:27     ` Arnaldo Carvalho de Melo
2025-09-26  4:53       ` Athira Rajeev [this message]
2025-10-01 14:09         ` Arnaldo Carvalho de Melo
2025-10-07  5:33           ` Athira Rajeev
2025-09-17  9:01 ` tejas05
2025-09-18  6:29   ` Athira Rajeev
2025-10-08  7:22 ` Aboorva Devarajan

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=AB498516-CA5D-428C-B6FC-CC46A43E39AA@linux.ibm.com \
    --to=atrajeev@linux.ibm.com \
    --cc=Aditya.Bodkhe1@ibm.com \
    --cc=Tejas.Manhas1@ibm.com \
    --cc=aboorvad@linux.ibm.com \
    --cc=acme@kernel.org \
    --cc=adrian.hunter@intel.com \
    --cc=arnaldo.melo@gmail.com \
    --cc=hbathini@linux.vnet.ibm.com \
    --cc=irogers@google.com \
    --cc=jolsa@kernel.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=maddy@linux.ibm.com \
    --cc=namhyung@kernel.org \
    --cc=sshegde@linux.ibm.com \
    --cc=venkat88@linux.ibm.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;
as well as URLs for NNTP newsgroup(s).