dbus-messages-sent: some messages were counted twice 56/159556/1
authorAdrian Szyndela <adrian.s@samsung.com>
Thu, 9 Nov 2017 15:33:41 +0000 (16:33 +0100)
committerAdrian Szyndela <adrian.s@samsung.com>
Thu, 9 Nov 2017 15:36:02 +0000 (16:36 +0100)
commitcaaf6963bad7186ebd0cd10912eddb83490d75d5
tree3bf07edd10f22d469c191b13acfc4526fee62e43
parent0ecc85fb32caacbb69af936d40801c294e2c56a4
dbus-messages-sent: some messages were counted twice

dbus-messages-sent set uprobes on functions:
dbus_connection_send
dbus_connection_send_preallocated
dbus_connection_send_with_reply
dbus_connection_send_with_reply_and_block

However, dbus_connection_send_with_reply_and block calls
dbus_connection_send_with_reply, so the messages were counted twice.
This commit removes uprobe from
dbus_connection_send_with_reply_and_block.

Change-Id: Id6774ed36016607db58c48ca613ba3cdd1e93db6
tools/dbus-messages-sent.py