All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH  v1 0/7] plugins/next (windows, leaks, tcg tracing)
@ 2021-05-05  9:22 Alex Bennée
  2021-05-05  9:22 ` [PATCH v1 1/7] plugins: Update qemu-plugins.symbols to match qemu-plugins.h Alex Bennée
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Alex Bennée @ 2021-05-05  9:22 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée, minyihh, robhenry, vilanova, mahmoudabdalghany,
	aaron, cota, stefanha, mohamad.gebai, kuhn.chenqun,
	matheus.ferst

Hi,

This is my current plugins queue. It has a few fixes from Yonggang and
Mahmoud as well as some minor tweaks to the TCG tracing. I've also
marked an intention to deprecate following the discussion we had in:

  Subject: trace_FOO_tcg bit-rotted?
  Date: Tue, 06 Apr 2021 17:00:20 +0100
  Message-ID: <87eefnwd0l.fsf@linaro.org>

After the fixes to the tool I've actually managed to implement some
trace points in the generic code but I was still running into issues
in translator specific code. For the time being the tracing
documentation just references TCG plugins as another approach to
solving these sort of instrumentation problems.

The following still need review:

 - tcg: add trace events for [exit|goto]_tb and goto_ptr
 - scripts/tracetool: don't barf validating TCG types
 - docs: mark intention to deprecate TCG tracing functionality

Alex Bennée (3):
  docs: mark intention to deprecate TCG tracing functionality
  scripts/tracetool: don't barf validating TCG types
  tcg: add trace events for [exit|goto]_tb and goto_ptr

Mahmoud Mandour (2):
  plugins/hotblocks: Properly freed the hash table values
  plugins/hotpages: Properly freed the hash table values

Yonggang Luo (2):
  plugins: Update qemu-plugins.symbols to match qemu-plugins.h
  plugins: Move all typedef and type declaration to the front of the
    qemu-plugin.h

 docs/devel/tcg-plugins.rst    |   2 +
 docs/devel/tracing.rst        |   7 ++
 docs/system/deprecated.rst    |  13 +++
 include/qemu/qemu-plugin.h    | 187 +++++++++++++++++-----------------
 contrib/plugins/hotblocks.c   |   3 +-
 contrib/plugins/hotpages.c    |   3 +-
 tcg/tcg-op.c                  |   8 ++
 plugins/qemu-plugins.symbols  |  25 +++--
 scripts/tracetool/__init__.py |   7 +-
 trace-events                  |  12 +++
 10 files changed, 155 insertions(+), 112 deletions(-)

-- 
2.20.1



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

end of thread, other threads:[~2021-05-17 13:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-05  9:22 [PATCH v1 0/7] plugins/next (windows, leaks, tcg tracing) Alex Bennée
2021-05-05  9:22 ` [PATCH v1 1/7] plugins: Update qemu-plugins.symbols to match qemu-plugins.h Alex Bennée
2021-05-05  9:22 ` [PATCH v1 2/7] plugins: Move all typedef and type declaration to the front of the qemu-plugin.h Alex Bennée
2021-05-05  9:22 ` [PATCH v1 3/7] plugins/hotblocks: Properly freed the hash table values Alex Bennée
2021-05-05  9:22 ` [PATCH v1 4/7] plugins/hotpages: " Alex Bennée
2021-05-05  9:22 ` [PATCH v1 5/7] docs: mark intention to deprecate TCG tracing functionality Alex Bennée
2021-05-05  9:33   ` Daniel P. Berrangé
2021-05-05 10:35     ` Alex Bennée
2021-05-05 10:41       ` Alex Bennée
2021-05-05 10:52         ` Daniel P. Berrangé
2021-05-17 10:47           ` Alex Bennée
2021-05-17 13:44             ` Stefan Hajnoczi
2021-05-05  9:22 ` [PATCH v1 6/7] scripts/tracetool: don't barf validating TCG types Alex Bennée
2021-05-05  9:22 ` [PATCH v1 7/7] tcg: add trace events for [exit|goto]_tb and goto_ptr Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.