05c9870cc1ce607063018378338d1b5325384571
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / perf / Config.in
1 config BR2_PACKAGE_PERF
2         bool "perf"
3         depends on BR2_LINUX_KERNEL
4         help
5           perf (sometimes "Perf Events" or perf tools, originally
6           "Performance Counters for Linux") - is a performance
7           analyzing tool in Linux, available from kernel version
8           2.6.31. User-space controlling utility, called 'perf' has
9           git-like interface with subcommands. It is capable of
10           statistical profiling of entire system (both kernel and user
11           code), single CPU or severals threads.
12
13           This package builds and install the userspace 'perf'
14           command. It is up to the user to ensure that the kernel
15           configuration has all the suitable options enabled to allow a
16           proper operation of 'perf'.
17
18           https://perf.wiki.kernel.org/
19
20 comment "perf needs a Linux kernel to be built"
21         depends on !BR2_LINUX_KERNEL