summaryrefslogtreecommitdiffstats
path: root/rules/bustle.in
blob: ec85c264fdde6b72f6a77778d1af236388fc5f7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.