qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 79cad8: monitor: add handle_hmp_command trace


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 79cad8: monitor: add handle_hmp_command trace event
Date: Tue, 13 Jun 2017 07:48:29 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 79cad8b46ba79116ded5690ea2e265585bb9cb53
      
https://github.com/qemu/qemu/commit/79cad8b46ba79116ded5690ea2e265585bb9cb53
  Author: Stefan Hajnoczi <address@hidden>
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
    M monitor.c
    M trace-events

  Log Message:
  -----------
  monitor: add handle_hmp_command trace event

It is often useful to correlate QEMU-internal events with monitor
commands that caused them.  Trace the full HMP command being executed.

Signed-off-by: Stefan Hajnoczi <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: b097efc0027e36fd15a4fc2e415e780611024757
      
https://github.com/qemu/qemu/commit/b097efc0027e36fd15a4fc2e415e780611024757
  Author: Stefan Hajnoczi <address@hidden>
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
    M monitor.c
    M trace-events

  Log Message:
  -----------
  monitor: resurrect handle_qmp_command trace event

Commit 104fc3027960dd2aa9d310936a6cb201c60e1088 ("qmp: Drop duplicated
QMP command object checks") removed the call to
trace_handle_qmp_command() while eliminating code duplication.

This patch brings the trace event back so QEMU-internal trace events can
be correlated with the QMP commands that caused them.

Signed-off-by: Stefan Hajnoczi <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 6f153ceb9bb8233dd3887320737aba90554ddd70
      
https://github.com/qemu/qemu/commit/6f153ceb9bb8233dd3887320737aba90554ddd70
  Author: Peter Maydell <address@hidden>
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
    M monitor.c
    M trace-events

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' 
into staging

# gpg: Signature made Tue 13 Jun 2017 14:35:25 BST
# gpg:                using RSA key 0x9CA4ABB381AB73C8
# gpg: Good signature from "Stefan Hajnoczi <address@hidden>"
# gpg:                 aka "Stefan Hajnoczi <address@hidden>"
# Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35  775A 9CA4 ABB3 81AB 73C8

* remotes/stefanha/tags/tracing-pull-request:
  monitor: resurrect handle_qmp_command trace event
  monitor: add handle_hmp_command trace event

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/735286a4f882...6f153ceb9bb8

reply via email to

[Prev in Thread] Current Thread [Next in Thread]