blob: b99c13a8662f190adc72cc8da09f223f9279cc27 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
menu "Sysprof"
config SYSPROF
tristate "Sysprof support"
help
Say M here to include the sysprof-module.
Sysprof is a sampling profiler that uses a kernel module,
sysprof-module, to generate stacktraces which are then interpreted by
the userspace program "sysprof".
endmenu
|