summaryrefslogtreecommitdiffstats
path: root/package/bustle/Config.in
blob: 2a2a2c1d682af8dae82cb67f1b5b202fba0e6726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
config BR2_PACKAGE_BUSTLE
	bool "bustle"
	select BR2_PACKAGE_LIBPCAP
	select BR2_PACKAGE_LIBGLIB2
	depends on BR2_USE_WCHAR # libglib2
	depends on BR2_PACKAGE_DBUS # runtime
	help
	  Bustle is a better dbus-monitor! It records and draws
	  sequence diagrams of D-Bus activity, showing signal
	  emissions, method calls and their corresponding returns,
	  with timestamps for each individual event and the duration
	  of each method call. This can help you check for unwanted
	  D-Bus traffic, and pinpoint why your D-Bus-based application
	  isn't performing as well as you like.

	  This only installs the command line bustle-pcap tool, not
	  the graphical viewer.

	  http://www.willthompson.co.uk/bustle/

comment "bustle requires a toolchain with WCHAR support"
	depends on !BR2_USE_WCHAR