summaryrefslogtreecommitdiffstats
path: root/rules/bustle.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-04-08 23:36:25 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-04-08 23:36:25 +0000
commitbe692e62def4588607fe9e99253bcaf243ee9ab7 (patch)
tree4e572c733a542451ac837164b670a6b0b23a8b71 /rules/bustle.in
parent0b43a2878d23e73c54b53b5e1c0a026c6abed8b3 (diff)
downloadptxdist-be692e62def4588607fe9e99253bcaf243ee9ab7.tar.gz
ptxdist-be692e62def4588607fe9e99253bcaf243ee9ab7.tar.xz
[bustle] added
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10273 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/bustle.in')
-rw-r--r--rules/bustle.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/rules/bustle.in b/rules/bustle.in
new file mode 100644
index 000000000..ec85c264f
--- /dev/null
+++ b/rules/bustle.in
@@ -0,0 +1,15 @@
+## SECTION=middleware
+
+config BUSTLE
+ tristate
+ prompt "bustle"
+ select DBUS
+ select GLIB
+ help
+ Bustle is a tool to chart and provide timing information of
+ D-Bus calls for profiling and debugging purposes. It is
+ intended to replace reading the cryptic output of
+ dbus-monitor. Calls are displayed using Message Sequence
+ Charts, a succinct way of representing entities and
+ interactions over time. It can also output data in Graphviz
+ format.