Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
commit7d48cf8102a10e4a54333811bafb5eb566509268
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 1 Aug 2017 13:33:56 +0000 (1 14:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 1 Aug 2017 13:33:56 +0000 (1 14:33 +0100)
treece8ca13de13a97932e62489c79a949955ef1bb51
parent5619c179057e24195ff19c8fe6d6a6cbcb16ed28
parentbd6952a391b6f2083d6597386f457f30044e32a3
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging

Pull request

Fixes for inconsistencies in the trace event format strings, broken
trace_event_get_state() usage, and handle_qmp_command() fix.

# gpg: Signature made Tue 01 Aug 2017 14:16:05 BST
# gpg:                using RSA key 0x9CA4ABB381AB73C8
# gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>"
# gpg:                 aka "Stefan Hajnoczi <stefanha@gmail.com>"
# Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35  775A 9CA4 ABB3 81AB 73C8

* remotes/stefanha/tags/tracing-pull-request:
  monitor: Reduce handle_qmp_command() tracing overhead
  trace-events: fix code style: print 0x before hex numbers
  checkpatch: check trace-events code style
  trace-events: fix code style: %# -> 0x%
  coding_style: add point about 0x in trace-events
  trace: add trace_event_get_state_backends()
  trace: add TRACE_<event>_BACKEND_DSTATE()
  trace: ensure unique function / variable names per .stp file
  trace: ensure .stp files are rebuilt if trace tool source changes

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>