LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
To: Michael Ellerman <mpe@ellerman.id.au>,
Paul Mackerras <paulus@samba.org>,
peterz@infradead.org
Cc: dev@codyps.com, <linux-kernel@vger.kernel.org>,
linuxppc-dev@lists.ozlabs.org
Subject: [PATCH v2 00/10] powerpc/hv-24x7: Reorganize single_24x7_request()
Date: Mon, 30 Mar 2015 18:53:37 -0700 [thread overview]
Message-ID: <1427766828-771-1-git-send-email-sukadev@linux.vnet.ibm.com> (raw)
We currently issue a new hcall for to retrieve the value of each 24x7
counter that we want to read. However, the H_GET_24x7_DATA hcall can
retrieve several counters in a single call, which would be useful in
getting a more consistent snapshot of the system.
Reorganize the code that prepares a 24x7 hcall request, submits it and
processes the result to allow reading seveal counters at once. We still
submit a fresh hcall for each event for now. A follow-on patch-set will
build on this to submit multiple perf_events in a single hcall.
Thanks to Peter Zijlstra for his input.
Changelog[v2]
- Split independent changes in patch 2 into patch 3.
- Minor changes to pr_err() (Patch 4).
- Move whitespace changes to separate patch (Patch 8).
- Minor function renames (Patch 10).
Sukadev Bhattiprolu (10):
powerpc/hv-24x7: Modify definition of request and result buffers
powerpc/hv24x7: Remove unnecessary parameter
perf/hv24x7: Use pr_devel() to log message
powerpc/hv-24x7: Drop event_24x7_request()
powerpc/hv24x7: Move debug prints to separate function
powerpc/hv-24x7: Rename hv_24x7_event_update
powerpc/hv-24x7: Define add_event_to_24x7_request()
perf/hv24x7: Whitespace cleanup
powerpc/hv-24x7: Define update_event_count()
powerpc/hv-24x7: Break up single_24x7_request
arch/powerpc/perf/hv-24x7.c | 212 +++++++++++++++++++++++++++-----------------
arch/powerpc/perf/hv-24x7.h | 8 +-
2 files changed, 137 insertions(+), 83 deletions(-)
--
1.8.3.1
next reply other threads:[~2015-03-31 1:57 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-31 1:53 Sukadev Bhattiprolu [this message]
2015-03-31 1:53 ` [PATCH v2 01/10] powerpc/hv-24x7: Modify definition of request and result buffers Sukadev Bhattiprolu
2015-03-31 1:53 ` [PATCH v2 02/10] powerpc/hv24x7: Remove unnecessary parameter Sukadev Bhattiprolu
2015-03-31 1:53 ` [PATCH v2 03/10] perf/hv24x7: Use pr_devel() to log message Sukadev Bhattiprolu
2015-03-31 1:53 ` [PATCH v2 04/10] powerpc/hv-24x7: Drop event_24x7_request() Sukadev Bhattiprolu
2015-03-31 1:53 ` [PATCH v2 05/10] powerpc/hv24x7: Move debug prints to separate function Sukadev Bhattiprolu
2015-03-31 1:53 ` [PATCH v2 06/10] powerpc/hv-24x7: Rename hv_24x7_event_update Sukadev Bhattiprolu
2015-03-31 1:53 ` [PATCH v2 07/10] powerpc/hv-24x7: Define add_event_to_24x7_request() Sukadev Bhattiprolu
2015-03-31 1:53 ` [PATCH v2 08/10] perf/hv24x7: Whitespace cleanup Sukadev Bhattiprolu
2015-03-31 3:08 ` Joe Perches
2015-04-01 18:26 ` Sukadev Bhattiprolu
2015-03-31 1:53 ` [PATCH v2 09/10] powerpc/hv-24x7: Define update_event_count() Sukadev Bhattiprolu
2015-03-31 1:53 ` [PATCH v2 10/10] powerpc/hv-24x7: Break up single_24x7_request Sukadev Bhattiprolu
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=1427766828-771-1-git-send-email-sukadev@linux.vnet.ibm.com \
--to=sukadev@linux.vnet.ibm.com \
--cc=dev@codyps.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mpe@ellerman.id.au \
--cc=paulus@samba.org \
--cc=peterz@infradead.org \
--subject='Re: [PATCH v2 00/10] powerpc/hv-24x7: Reorganize single_24x7_request()' \
/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
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).