summaryrefslogtreecommitdiffstats
path: root/rules/bustle.in
blob: 447855b3021a3f8bc9460a00a3a663e9571a6ed8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=middleware

config BUSTLE
	tristate
	prompt "bustle"
	select DBUS
	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.