1 config BR2_PACKAGE_SYSPROF
3 select BR2_PACKAGE_LIBGLIB2
4 depends on BR2_USE_WCHAR # glib2
5 depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
6 depends on BR2_USE_MMU # glib2
7 # In its util.h file, sysprof contains architecture-specific
9 depends on BR2_i386 || BR2_x86_64 || BR2_powerpc || BR2_sh4a || BR2_sh4aeb
11 Sysprof is a statistical, system-wide profiler that can
12 profile user and kernel code using the perf API.
16 if BR2_PACKAGE_SYSPROF
18 config BR2_PACKAGE_SYSPROF_GUI
20 depends on BR2_PACKAGE_LIBGTK2
21 select BR2_PACKAGE_LIBGLADE
22 select BR2_PACKAGE_GDK_PIXBUF
24 GUI for the sysprof system-wide statistical profiler.
28 comment "sysprof needs a toolchain w/ wchar, threads"
29 depends on BR2_USE_MMU
30 depends on BR2_i386 || BR2_x86_64 || BR2_powerpc || BR2_sh4a || BR2_sh4aeb
31 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS