Add 6 tools tracking dbus. 26/150426/5
authorDawid Kuczma <d.kuczma@partner.samsung.com>
Fri, 15 Sep 2017 10:39:40 +0000 (12:39 +0200)
committerDawid Kuczma <d.kuczma@partner.samsung.com>
Fri, 29 Sep 2017 09:11:48 +0000 (11:11 +0200)
commit590ce7311c1b03636a26c6d59f0b006451cf39a1
treeb4d4eff427108e53eee6f88fb9bf6fcd08f8b8ca
parent65bd21a7d6221f3a0fa4476223c4baa984e882a9
Add 6 tools tracking dbus.

- messages size (dbus and gdbus)
- number of messages sent
- dbus procesor time usage
- glib procesor time usage
- message type
- message latency (dbus and gdbus)

Change-Id: Ie283b427581f12ea76dc342c4e3c4eb71ef72486
13 files changed:
packaging/bcc-tools.spec
tools/dbus-connection-message-size.c [new file with mode: 0644]
tools/dbus-connection-message-size.py [new file with mode: 0755]
tools/dbus-glib-tok.py [new file with mode: 0755]
tools/dbus-latency.c [new file with mode: 0644]
tools/dbus-latency.py [new file with mode: 0755]
tools/dbus-message-size.c [new file with mode: 0644]
tools/dbus-message-size.py [new file with mode: 0755]
tools/dbus-message-type.c [new file with mode: 0644]
tools/dbus-message-type.py [new file with mode: 0755]
tools/dbus-messages-sent.py [new file with mode: 0755]
tools/dbus-tok.c [new file with mode: 0644]
tools/dbus-tok.py [new file with mode: 0755]