f213da503e2a8b296dd446d2ca5e95bed82b63d7
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / bustle / Config.in
1 config BR2_PACKAGE_BUSTLE
2         bool "bustle"
3         select BR2_PACKAGE_LIBPCAP
4         select BR2_PACKAGE_LIBGLIB2
5         depends on BR2_USE_WCHAR # libglib2
6         depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
7         depends on BR2_USE_MMU # libglib2
8         depends on BR2_PACKAGE_DBUS # runtime
9         help
10           Bustle is a better dbus-monitor! It records and draws
11           sequence diagrams of D-Bus activity, showing signal
12           emissions, method calls and their corresponding returns,
13           with timestamps for each individual event and the duration
14           of each method call. This can help you check for unwanted
15           D-Bus traffic, and pinpoint why your D-Bus-based application
16           isn't performing as well as you like.
17
18           This only installs the command line bustle-pcap tool, not
19           the graphical viewer.
20
21           http://www.willthompson.co.uk/bustle/
22
23 comment "bustle needs a toolchain w/ wchar, threads"
24         depends on BR2_USE_MMU
25         depends on BR2_PACKAGE_DBUS
26         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS