aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2019-03-25 17:01:10 +0000
committerPeter Maydell <peter.maydell@linaro.org>2019-03-25 17:01:10 +0000
commitd132baa05ed7a647067c807fd452ec794cc2ecb7 (patch)
tree3cb6fdefdd3e2e86769eca5413328e01f36602a0 /hw/i2c
parent50ccc488b0d4c3b8e2790c18bcd7329fc609a1c6 (diff)
parentdec9776049e32d6c830127b286530c5f53267eff (diff)
downloadqemu-d132baa05ed7a647067c807fd452ec794cc2ecb7.zip
qemu-d132baa05ed7a647067c807fd452ec794cc2ecb7.tar.gz
qemu-d132baa05ed7a647067c807fd452ec794cc2ecb7.tar.bz2
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
Pull request Compilation fixes and cleanups for QEMU 4.0.0. # gpg: Signature made Mon 25 Mar 2019 15:58:28 GMT # gpg: using RSA key 9CA4ABB381AB73C8 # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>" [full] # gpg: aka "Stefan Hajnoczi <stefanha@gmail.com>" [full] # Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35 775A 9CA4 ABB3 81AB 73C8 * remotes/stefanha/tags/tracing-pull-request: trace-events: Fix attribution of trace points to source trace-events: Delete unused trace points scripts/cleanup-trace-events: Update for current practice trace-events: Shorten file names in comments trace-events: Consistently point to docs/devel/tracing.txt trace: avoid SystemTap dtrace(1) warnings on empty files trace: handle tracefs path truncation Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/i2c')
-rw-r--r--hw/i2c/trace-events2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i2c/trace-events b/hw/i2c/trace-events
index d339b61..e1c810d 100644
--- a/hw/i2c/trace-events
+++ b/hw/i2c/trace-events
@@ -1,6 +1,6 @@
# See docs/devel/tracing.txt for syntax documentation.
-# hw/i2c/core.c
+# core.c
i2c_event(const char *event, uint8_t address) "%s(addr:0x%02x)"
i2c_send(uint8_t address, uint8_t data) "send(addr:0x%02x) data:0x%02x"