qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] contrib/plugins/hotblocks: Minor bug fixes and add limit argument
@ 2025-07-30  6:41 Alex Bradbury
  2025-07-30  6:41 ` [PATCH 1/5] contrib/plugins/hotblocks: Correctly free sorted counts list Alex Bradbury
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Alex Bradbury @ 2025-07-30  6:41 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bradbury, alex.bennee, erdnaxe, ma.mandourr,
	pierrick.bouvier

This series contains one minor feature addition and a series of small
bugfixes/improvements. The addition that motivates the submission is to add a
limit argument for the hotblocks plugin, allowing you to control how many
blocks are printed rather than being hardcoded to the 20 most executed.
Setting limit=0 and dumping information about all executed blocks is
incredibly helpful for an analysis script I have downstream.

This is my first contribution to QEMU. I've attempted to follow all of the
guidance in the "Submitting a Patch" guide, but apologies if I missed
anything.

Alex Bradbury (5):
  contrib/plugins/hotblocks: Correctly free sorted counts list
  contrib/plugins/hotblocks: Fix off by one error in iteration of sorted
    blocks
  contrib/plugins/hotblocks: Print uint64_t with PRIu64 rather than
    PRId64
  docs/about/emulation: Add documentation for hotblocks plugin arguments
  contrib/plugins/hotblocks: Allow limit to be set as a command line
    argument

 contrib/plugins/hotblocks.c | 20 ++++++++++++++------
 docs/about/emulation.rst    | 12 ++++++++++++
 2 files changed, 26 insertions(+), 6 deletions(-)

-- 
2.50.1



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

end of thread, other threads:[~2025-07-30 19:52 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-30  6:41 [PATCH 0/5] contrib/plugins/hotblocks: Minor bug fixes and add limit argument Alex Bradbury
2025-07-30  6:41 ` [PATCH 1/5] contrib/plugins/hotblocks: Correctly free sorted counts list Alex Bradbury
2025-07-30 14:03   ` Manos Pitsidianakis
2025-07-30 17:44   ` Pierrick Bouvier
2025-07-30  6:41 ` [PATCH 2/5] contrib/plugins/hotblocks: Fix off by one error in iteration of sorted blocks Alex Bradbury
2025-07-30 17:45   ` Pierrick Bouvier
2025-07-30  6:41 ` [PATCH 3/5] contrib/plugins/hotblocks: Print uint64_t with PRIu64 rather than PRId64 Alex Bradbury
2025-07-30 13:32   ` Manos Pitsidianakis
2025-07-30 17:46   ` Pierrick Bouvier
2025-07-30  6:41 ` [PATCH 4/5] docs/about/emulation: Add documentation for hotblocks plugin arguments Alex Bradbury
2025-07-30 17:46   ` Pierrick Bouvier
2025-07-30  6:41 ` [PATCH 5/5] contrib/plugins/hotblocks: Allow limit to be set as a command line argument Alex Bradbury
2025-07-30 17:52   ` Pierrick Bouvier
2025-07-30 13:48 ` [PATCH 0/5] contrib/plugins/hotblocks: Minor bug fixes and add limit argument Manos Pitsidianakis
2025-07-30 13:54   ` Alex Bradbury
2025-07-30 17:50   ` Pierrick Bouvier
2025-07-30 17:48 ` Pierrick Bouvier

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).